Home
last modified time | relevance | path

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

/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/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/tools/perf/tests/
H A Ddwarf-unwind.c29 #ifdef __has_attribute
30 #if __has_attribute(disable_tail_calls)
/linux/include/linux/
H A Dcompiler-gcc.h84 #if defined(CONFIG_KCOV) && __has_attribute(__no_sanitize_coverage__)