Searched refs:__has_feature (Results 1 – 2 of 2) sorted by relevance
22 #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)
148 #ifndef __has_feature149 # define __has_feature(x) 0 macro