Home
last modified time | relevance | path

Searched refs:__has_feature (Results 1 – 4 of 4) sorted by relevance

/linux/include/linux/
H A Dcompiler-clang.h32 #if __has_feature(address_sanitizer) && !defined(__SANITIZE_ADDRESS__)
35 #if __has_feature(hwaddress_sanitizer) && !defined(__SANITIZE_HWADDRESS__)
38 #if __has_feature(thread_sanitizer) && !defined(__SANITIZE_THREAD__)
69 #if __has_feature(undefined_behavior_sanitizer)
77 #if __has_feature(memory_sanitizer)
105 #if __has_feature(coverage_sanitizer)
114 #if __has_feature(shadow_call_stack)
/linux/tools/lib/perf/include/internal/
H A Drc_check.h14 #elif defined(__has_feature)
15 #if __has_feature(address_sanitizer) || __has_feature(leak_sanitizer)
/linux/lib/zstd/common/
H A Dportability_macros.h36 #ifndef __has_feature
37 # define __has_feature(x) 0 macro
/linux/tools/include/nolibc/
H A Dcompiler.h15 #if defined(__has_feature)
16 # define __nolibc_has_feature(feature) __has_feature(feature)