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