Home
last modified time | relevance | path

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

/Linux-v6.6/include/linux/
Dcompiler-clang.h31 #if __has_feature(address_sanitizer) || __has_feature(hwaddress_sanitizer)
40 #if __has_feature(thread_sanitizer)
55 #if __has_feature(undefined_behavior_sanitizer)
63 #if __has_feature(memory_sanitizer)
91 #if __has_feature(coverage_sanitizer)
97 #if __has_feature(shadow_call_stack)
101 #if __has_feature(kcfi)
/Linux-v6.6/lib/zstd/common/
Dportability_macros.h35 #ifndef __has_feature
36 # define __has_feature(x) 0 macro