Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
H A Dcompiler-clang.h26 #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)
86 #if __has_feature(coverage_sanitizer)
92 #if __has_feature(shadow_call_stack)
96 #if __has_feature(kcfi)
/linux-6.15/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-6.15/lib/zstd/common/
H A Dportability_macros.h36 #ifndef __has_feature
37 # define __has_feature(x) 0 macro