Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/linux/
A Dcompiler-clang.h22 #if __has_feature(address_sanitizer) || __has_feature(hwaddress_sanitizer)
31 #if __has_feature(thread_sanitizer)
46 #if __has_feature(undefined_behavior_sanitizer)
54 #if __has_feature(memory_sanitizer)
82 #if __has_feature(coverage_sanitizer)
88 #if __has_feature(shadow_call_stack)
92 #if __has_feature(kcfi)
/linux-6.3-rc2/lib/zstd/common/
A Dportability_macros.h35 #ifndef __has_feature
36 # define __has_feature(x) 0 macro

Completed in 4 milliseconds