Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
H A Dcompiler_attributes.h91 #if __has_attribute(__copy__)
126 #if __has_attribute(__designated_init__)
137 #if __has_attribute(__error__)
148 #if __has_attribute(__externally_visible__)
196 #if __has_attribute(__noclone__)
213 #if __has_attribute(__fallthrough__)
239 #if __has_attribute(__nonstring__)
281 #if __has_attribute(__overloadable__)
305 #if __has_attribute(__pass_object_size__)
329 #if __has_attribute(__uninitialized__)
[all …]
H A 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__) && \
H A Dcompiler-gcc.h88 #if defined(CONFIG_KCOV) && __has_attribute(__no_sanitize_coverage__)
H A Dcompiler.h213 #if __has_attribute(__nonstring__) && defined(__annotated)
/linux-6.15/include/acpi/platform/
H A Dacgcc.h51 #ifndef __has_attribute
52 #define __has_attribute(x) 0 macro
60 #if __has_attribute(__fallthrough__)
/linux-6.15/lib/zstd/common/
H A Dportability_macros.h26 #ifndef __has_attribute
27 #define __has_attribute(x) 0 macro
62 # if ((defined(__clang__) && __has_attribute(__target__)) \
H A Dcompiler.h213 # if __has_attribute(no_sanitize)
/linux-6.15/tools/include/nolibc/
H A Dcompiler.h9 #if defined(__has_attribute)
10 # define __nolibc_has_attribute(attr) __has_attribute(attr)
/linux-6.15/tools/include/linux/
H A Dcompiler-gcc.h15 #if __has_attribute(__fallthrough__)
21 #if __has_attribute(__error__)
/linux-6.15/tools/perf/util/
H A Dmutex.h13 #ifdef __has_attribute
14 #define HAVE_ATTRIBUTE(x) __has_attribute(x)
/linux-6.15/tools/perf/tests/
H A Ddwarf-unwind.c29 #ifdef __has_attribute
30 #if __has_attribute(disable_tail_calls)
/linux-6.15/tools/testing/selftests/bpf/progs/
H A Dbtf_type_tag.c7 #if __has_attribute(btf_type_tag)
H A Dtest_btf_decl_tag.c7 #if __has_attribute(btf_decl_tag)
/linux-6.15/tools/lib/
H A Dcmdline.c7 #if __has_attribute(__fallthrough__)
/linux-6.15/arch/loongarch/include/asm/
H A Dpercpu.h17 # if __has_attribute(model)
/linux-6.15/init/
H A Dmain.c1105 #if !__has_attribute(__no_stack_protector__) in start_kernel()