Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dcompiler_attributes.h91 #if __has_attribute(__copy__)
103 #if __has_attribute(__diagnose_as_builtin__)
126 #if __has_attribute(__designated_init__)
137 #if __has_attribute(__error__)
148 #if __has_attribute(__externally_visible__)
185 #if __has_attribute(__no_caller_saved_registers__)
196 #if __has_attribute(__noclone__)
213 #if __has_attribute(__fallthrough__)
239 #if __has_attribute(__nonstring__)
251 #if __has_attribute(__no_profile_instrument_function__)
[all …]
H A Dcompiler_types.h38 __has_attribute(btf_type_tag) && !defined(__BINDGEN__)
153 #if __has_attribute(__preserve_most__) && (defined(CONFIG_X86_64) || defined(CONFIG_ARM64))
174 #if __has_attribute(__retain__) && \
H A Dcompiler-gcc.h84 #if defined(CONFIG_KCOV) && __has_attribute(__no_sanitize_coverage__)
H A Dcompiler.h217 #if __has_attribute(__nonstring__) && defined(__annotated)
/linux/include/acpi/platform/
H A Dacgcc.h51 #ifndef __has_attribute
52 #define __has_attribute(x) 0 macro
60 #if __has_attribute(__fallthrough__)
79 #if __has_attribute(__nonstring__)
/linux/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/tools/include/nolibc/
H A Dcompiler.h9 #if defined(__has_attribute)
10 # define __nolibc_has_attribute(attr) __has_attribute(attr)
/linux/tools/include/linux/
H A Dcompiler-gcc.h15 #if __has_attribute(__fallthrough__)
21 #if __has_attribute(__error__)
/linux/tools/perf/util/
H A Dmutex.h13 #ifdef __has_attribute
14 #define HAVE_ATTRIBUTE(x) __has_attribute(x)
/linux/tools/perf/tests/
H A Ddwarf-unwind.c29 #ifdef __has_attribute
30 #if __has_attribute(disable_tail_calls)
/linux/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/tools/lib/
H A Dcmdline.c7 #if __has_attribute(__fallthrough__)
/linux/arch/loongarch/include/asm/
H A Dpercpu.h17 # if __has_attribute(model)
/linux/init/
H A Dmain.c1212 #if !__has_attribute(__no_stack_protector__) in start_kernel()
/linux/kernel/trace/
H A Dtrace.c5942 __has_attribute(btf_type_tag))) in trace_event_update_with_eval_map()