Home
last modified time | relevance | path

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

/linux/include/linux/
A Dcompiler_attributes.h91 #if __has_attribute(__copy__)
104 #if __has_attribute(__counted_by__)
139 #if __has_attribute(__designated_init__)
150 #if __has_attribute(__error__)
209 #if __has_attribute(__noclone__)
226 #if __has_attribute(__fallthrough__)
252 #if __has_attribute(__nonstring__)
294 #if __has_attribute(__overloadable__)
318 #if __has_attribute(__pass_object_size__)
342 #if __has_attribute(__uninitialized__)
[all …]
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__) && \
A Dcompiler-gcc.h100 #if defined(CONFIG_KCOV) && __has_attribute(__no_sanitize_coverage__)
/linux/lib/zstd/common/
A Dportability_macros.h25 #ifndef __has_attribute
26 #define __has_attribute(x) 0 macro
56 #if ((defined(__clang__) && __has_attribute(__target__)) \
/linux/include/acpi/platform/
A Dacgcc.h51 #ifndef __has_attribute
52 #define __has_attribute(x) 0 macro
60 #if __has_attribute(__fallthrough__)
/linux/tools/include/nolibc/
A Dcompiler.h9 #if defined(__has_attribute)
10 # define __nolibc_has_attribute(attr) __has_attribute(attr)
/linux/tools/include/linux/
A Dcompiler-gcc.h15 #if __has_attribute(__fallthrough__)
21 #if __has_attribute(__error__)
/linux/tools/perf/util/
A Dmutex.h13 #ifdef __has_attribute
14 #define HAVE_ATTRIBUTE(x) __has_attribute(x)
/linux/tools/perf/tests/
A Ddwarf-unwind.c29 #ifdef __has_attribute
30 #if __has_attribute(disable_tail_calls)
/linux/tools/testing/selftests/bpf/progs/
A Dbtf_type_tag.c7 #if __has_attribute(btf_type_tag)
A Dtest_btf_decl_tag.c7 #if __has_attribute(btf_decl_tag)
/linux/tools/lib/
A Dcmdline.c7 #if __has_attribute(__fallthrough__)
/linux/arch/loongarch/include/asm/
A Dpercpu.h17 # if __has_attribute(model)
/linux/drivers/misc/lkdtm/
A Dbugs.c448 if (!__has_attribute(__counted_by__)) in lkdtm_FAM_BOUNDS()
/linux/init/
A Dmain.c1111 #if !__has_attribute(__no_stack_protector__) in start_kernel()
/linux/lib/
A Doverflow_kunit.c1190 #if __has_attribute(__counted_by__) in DEFINE_FLEX_test()

Completed in 25 milliseconds