Searched refs:__has_feature (Results 1 - 3 of 3) sorted by relevance

/linux-master/include/linux/
H A Dcompiler-clang.h21 * Note: Checking __has_feature(*_sanitizer) is only true if the feature is
26 #if __has_feature(address_sanitizer) || __has_feature(hwaddress_sanitizer)
35 #if __has_feature(thread_sanitizer)
50 #if __has_feature(undefined_behavior_sanitizer)
58 #if __has_feature(memory_sanitizer)
82 * Support for __has_feature(coverage_sanitizer) was added in Clang 13 together
86 #if __has_feature(coverage_sanitizer)
92 #if __has_feature(shadow_call_stack)
96 #if __has_feature(kcf
[all...]
/linux-master/lib/zstd/common/
H A Dportability_macros.h35 #ifndef __has_feature
36 # define __has_feature(x) 0 macro
/linux-master/tools/lib/perf/include/internal/
H A Drc_check.h14 #elif defined(__has_feature)
15 #if __has_feature(address_sanitizer) || __has_feature(leak_sanitizer)

Completed in 111 milliseconds