Home
last modified time | relevance | path

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

/linux-6.12.1/include/linux/
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.12.1/tools/lib/perf/include/internal/
Drc_check.h14 #elif defined(__has_feature)
15 #if __has_feature(address_sanitizer) || __has_feature(leak_sanitizer)
/linux-6.12.1/lib/zstd/common/
Dportability_macros.h35 #ifndef __has_feature
36 # define __has_feature(x) 0 macro