Searched refs:__has_feature (Results 1 – 10 of 10) 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)
48 +#define __has_extension __has_feature51 +#if !__has_feature(cxx_exceptions) && !defined(BOOST_NO_EXCEPTIONS)55 +#if !__has_feature(cxx_rtti) && !defined(BOOST_NO_RTTI)59 +#if !__has_feature(cxx_rtti) && !defined(BOOST_NO_TYPEID)107 +# if __has_feature(cxx_attributes) && __has_warning("-Wimplicit-fallthrough")112 +#if !__has_feature(cxx_auto_type)125 +#if !__has_feature(cxx_constexpr)129 +#if !__has_feature(cxx_decltype)133 +#if !__has_feature(cxx_decltype_incomplete_return_types)137 +#if !__has_feature(cxx_defaulted_functions)[all …]
14 #elif defined(__has_feature)15 #if __has_feature(address_sanitizer) || __has_feature(leak_sanitizer)
96 #ifndef __has_feature97 #define __has_feature(x) 0 /* compatibility with non-clang compilers */ macro112 #if defined(__SANITIZE_ADDRESS__) || __has_feature(address_sanitizer)116 #if defined(__SANITIZE_THREAD__) || __has_feature(thread_sanitizer)
35 #ifndef __has_feature36 # define __has_feature(x) 0 macro
330 #if !STDEXEC_MSVC() && defined(__has_feature)331 #define STDEXEC_HAS_FEATURE __has_feature
92 + * __has_feature(). The __has macros are supported by clang and gcc>=5.127 +#ifndef __has_feature128 + #define __has_feature(x) 0440 +#if __has_feature(address_sanitizer) && __has_attribute(no_sanitize_memory) && __has_attribute(no_…
506 #if defined(__has_feature)507 #if __has_feature(safe_stack)