Home
last modified time | relevance | path

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

/linux-6.1.9/include/linux/
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.1.9/lib/zstd/common/
Dcompiler.h148 #ifndef __has_feature
149 # define __has_feature(x) 0 macro