Home
last modified time | relevance | path

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

/Linux-v6.6/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.h12 __has_attribute(btf_type_tag) && !defined(__BINDGEN__)
131 #if __has_attribute(__preserve_most__) && (defined(CONFIG_X86_64) || defined(CONFIG_ARM64))
Dcompiler-gcc.h98 #if defined(CONFIG_KCOV) && __has_attribute(__no_sanitize_coverage__)
/Linux-v6.6/lib/zstd/common/
Dportability_macros.h25 #ifndef __has_attribute
26 #define __has_attribute(x) 0 macro
56 #if ((defined(__clang__) && __has_attribute(__target__)) \
/Linux-v6.6/include/acpi/platform/
Dacgcc.h51 #ifndef __has_attribute
52 #define __has_attribute(x) 0 macro
60 #if __has_attribute(__fallthrough__)
/Linux-v6.6/tools/include/nolibc/
Dcompiler.h15 #if defined(__has_attribute)
16 # if __has_attribute(no_stack_protector)
/Linux-v6.6/tools/include/linux/
Dcompiler-gcc.h15 #if __has_attribute(__fallthrough__)
21 #if __has_attribute(__error__)
/Linux-v6.6/tools/perf/util/
Dmutex.h13 #ifdef __has_attribute
14 #define HAVE_ATTRIBUTE(x) __has_attribute(x)
/Linux-v6.6/tools/perf/tests/
Ddwarf-unwind.c29 #ifdef __has_attribute
30 #if __has_attribute(disable_tail_calls)
/Linux-v6.6/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-v6.6/arch/loongarch/include/asm/
Dpercpu.h17 # if __has_attribute(model)
/Linux-v6.6/drivers/misc/lkdtm/
Dbugs.c391 if (!__has_attribute(__counted_by__)) in lkdtm_FAM_BOUNDS()
/Linux-v6.6/init/
Dmain.c1074 #if !__has_attribute(__no_stack_protector__) in start_kernel()