Home
last modified time | relevance | path

Searched refs:__has_attribute (Results 1 – 16 of 16) sorted by relevance

/linux-6.12.1/include/linux/
Dcompiler_attributes.h91 #if __has_attribute(__copy__)
104 #if __has_attribute(__counted_by__)
116 #if __has_attribute(__diagnose_as_builtin__)
139 #if __has_attribute(__designated_init__)
150 #if __has_attribute(__error__)
161 #if __has_attribute(__externally_visible__)
198 #if __has_attribute(__no_caller_saved_registers__)
209 #if __has_attribute(__noclone__)
226 #if __has_attribute(__fallthrough__)
252 #if __has_attribute(__nonstring__)
[all …]
Dcompiler_types.h21 __has_attribute(btf_type_tag) && !defined(__BINDGEN__)
140 #if __has_attribute(__preserve_most__) && (defined(CONFIG_X86_64) || defined(CONFIG_ARM64))
161 #if __has_attribute(__retain__) && \
Dcompiler-gcc.h100 #if defined(CONFIG_KCOV) && __has_attribute(__no_sanitize_coverage__)
/linux-6.12.1/lib/zstd/common/
Dportability_macros.h25 #ifndef __has_attribute
26 #define __has_attribute(x) 0 macro
56 #if ((defined(__clang__) && __has_attribute(__target__)) \
/linux-6.12.1/include/acpi/platform/
Dacgcc.h51 #ifndef __has_attribute
52 #define __has_attribute(x) 0 macro
60 #if __has_attribute(__fallthrough__)
/linux-6.12.1/tools/include/nolibc/
Dcompiler.h9 #if defined(__has_attribute)
10 # define __nolibc_has_attribute(attr) __has_attribute(attr)
/linux-6.12.1/tools/include/linux/
Dcompiler-gcc.h15 #if __has_attribute(__fallthrough__)
21 #if __has_attribute(__error__)
/linux-6.12.1/tools/perf/util/
Dmutex.h13 #ifdef __has_attribute
14 #define HAVE_ATTRIBUTE(x) __has_attribute(x)
/linux-6.12.1/tools/perf/tests/
Ddwarf-unwind.c29 #ifdef __has_attribute
30 #if __has_attribute(disable_tail_calls)
/linux-6.12.1/tools/testing/selftests/bpf/progs/
Dbtf_type_tag.c7 #if __has_attribute(btf_type_tag)
Dtest_btf_decl_tag.c7 #if __has_attribute(btf_decl_tag)
/linux-6.12.1/tools/lib/
Dcmdline.c7 #if __has_attribute(__fallthrough__)
/linux-6.12.1/arch/loongarch/include/asm/
Dpercpu.h17 # if __has_attribute(model)
/linux-6.12.1/drivers/misc/lkdtm/
Dbugs.c448 if (!__has_attribute(__counted_by__)) in lkdtm_FAM_BOUNDS()
/linux-6.12.1/init/
Dmain.c1111 #if !__has_attribute(__no_stack_protector__) in start_kernel()
/linux-6.12.1/lib/
Doverflow_kunit.c1190 #if __has_attribute(__counted_by__) in DEFINE_FLEX_test()