/external/clang/test/Lexer/ |
D | has_feature_cxx0x.cpp | 7 #if __has_feature(cxx_atomic) 18 #if __has_feature(cxx_lambdas) 30 #if __has_feature(cxx_nullptr) 42 #if __has_feature(cxx_decltype) 54 #if __has_feature(cxx_decltype_incomplete_return_types) 66 #if __has_feature(cxx_auto_type) 78 #if __has_feature(cxx_trailing_return) 90 #if __has_feature(cxx_attributes) 102 #if __has_feature(cxx_static_assert) 113 #if __has_feature(cxx_deleted_functions) [all …]
|
D | has_feature_type_traits.cpp | 3 #if __has_feature(has_nothrow_assign) 8 #if __has_feature(has_nothrow_copy) 13 #if __has_feature(has_nothrow_constructor) 18 #if __has_feature(has_trivial_assign) 23 #if __has_feature(has_trivial_copy) 28 #if __has_feature(has_trivial_constructor) 33 #if __has_feature(has_trivial_destructor) 38 #if __has_feature(has_virtual_destructor) 43 #if __has_feature(is_abstract) 48 #if __has_feature(is_base_of) [all …]
|
D | has_feature_c1x.c | 10 #if __has_feature(c_atomic) 18 #if __has_feature(c_static_assert) 26 #if __has_feature(c_generic_selections) 34 #if __has_feature(c_alignas) 42 #if __has_feature(c_alignof) 50 #if __has_feature(c_thread_local)
|
/external/clang/lib/Headers/ |
D | immintrin.h | 27 #if !defined(_MSC_VER) || __has_feature(modules) || defined(__MMX__) 31 #if !defined(_MSC_VER) || __has_feature(modules) || defined(__SSE__) 35 #if !defined(_MSC_VER) || __has_feature(modules) || defined(__SSE2__) 39 #if !defined(_MSC_VER) || __has_feature(modules) || defined(__SSE3__) 43 #if !defined(_MSC_VER) || __has_feature(modules) || defined(__SSSE3__) 47 #if !defined(_MSC_VER) || __has_feature(modules) || \ 52 #if !defined(_MSC_VER) || __has_feature(modules) || \ 57 #if !defined(_MSC_VER) || __has_feature(modules) || defined(__CLFLUSHOPT__) 61 #if !defined(_MSC_VER) || __has_feature(modules) || defined(__AVX__) 65 #if !defined(_MSC_VER) || __has_feature(modules) || defined(__AVX2__) [all …]
|
D | x86intrin.h | 31 #if !defined(_MSC_VER) || __has_feature(modules) || defined(__3dNOW__) 35 #if !defined(_MSC_VER) || __has_feature(modules) || defined(__BMI__) 39 #if !defined(_MSC_VER) || __has_feature(modules) || defined(__BMI2__) 43 #if !defined(_MSC_VER) || __has_feature(modules) || defined(__LZCNT__) 47 #if !defined(_MSC_VER) || __has_feature(modules) || defined(__POPCNT__) 51 #if !defined(_MSC_VER) || __has_feature(modules) || defined(__RDSEED__) 55 #if !defined(_MSC_VER) || __has_feature(modules) || defined(__PRFCHW__) 59 #if !defined(_MSC_VER) || __has_feature(modules) || defined(__SSE4A__) 63 #if !defined(_MSC_VER) || __has_feature(modules) || defined(__FMA4__) 67 #if !defined(_MSC_VER) || __has_feature(modules) || defined(__XOP__) [all …]
|
D | stddef.h | 34 #if !__has_feature(modules) 46 #if !defined(_PTRDIFF_T) || __has_feature(modules) 48 #if !__has_feature(modules) 57 #if !defined(_SIZE_T) || __has_feature(modules) 59 #if !__has_feature(modules) 71 !defined(_RSIZE_T)) || __has_feature(modules) 73 #if !__has_feature(modules) 83 #if !defined(_WCHAR_T) || __has_feature(modules) 84 #if !__has_feature(modules) 128 #if !defined(_WINT_T) || __has_feature(modules) [all …]
|
/external/clang/test/Preprocessor/ |
D | feature_tests.c | 3 #ifndef __has_feature 4 #error Should have __has_feature 8 #if __has_feature(something_we_dont_have) 17 !__has_feature(attribute_analyzer_noreturn) || \ 18 !__has_feature(attribute_overloadable) 26 #if !__has_feature(__attribute_deprecated_with_message__) 44 #if __has_builtin(MY_ALIAS_BUILTIN) || __has_feature(MY_ALIAS_FEATURE) 51 #define HAS_FEATURE(X) __has_feature(X) 59 #if __has_feature('x')
|
D | non_fragile_feature.m | 2 #ifndef __has_feature 3 #error Should have __has_feature 6 #if !__has_feature(objc_nonfragile_abi) 10 #if !__has_feature(objc_weak_class)
|
/external/google-breakpad/src/common/mac/ |
D | GTMDefines.h | 270 #ifndef __has_feature // Optional. 271 #define __has_feature(x) 0 // Compatibility with non-clang compilers. macro 275 #if __has_feature(attribute_ns_returns_retained) 283 #if __has_feature(attribute_ns_returns_not_retained) 291 #if __has_feature(attribute_cf_returns_retained) 299 #if __has_feature(attribute_cf_returns_not_retained) 307 #if __has_feature(attribute_ns_consumed) 315 #if __has_feature(attribute_cf_consumed) 323 #if __has_feature(attribute_ns_consumes_self) 364 #if __has_feature(objc_arc) [all …]
|
/external/llvm/include/llvm/Support/ |
D | type_traits.h | 22 #ifndef __has_feature 24 #define __has_feature(x) 0 macro 35 #if (__has_feature(is_trivially_copyable) && defined(_LIBCPP_VERSION)) || \ 40 #elif __has_feature(is_trivially_copyable) 105 #elif __has_feature(is_final) || LLVM_GNUC_PREREQ(4, 7, 0) 110 #undef __has_feature
|
D | Compiler.h | 24 #ifndef __has_feature 25 # define __has_feature(x) 0 macro 83 #if __has_feature(cxx_rvalue_references) || LLVM_GNUC_PREREQ(4, 8, 1) 99 #if __has_feature(cxx_constexpr) || defined(__GXX_EXPERIMENTAL_CXX0X__) || LLVM_MSC_PREREQ(1900) 240 #if __has_feature(attribute_deprecated_with_message) 315 #elif __GNUC__ && !__has_feature(cxx_alignas) && !LLVM_GNUC_PREREQ(4, 8, 0) 376 #if __has_feature(memory_sanitizer) 387 #if __has_feature(address_sanitizer) || defined(__SANITIZE_ADDRESS__) 398 #if __has_feature(thread_sanitizer) || defined(__SANITIZE_THREAD__) 465 #if __has_feature(cxx_thread_local)
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | type_traits.h | 22 #ifndef __has_feature 24 #define __has_feature(x) 0 macro 35 #if (__has_feature(is_trivially_copyable) && defined(_LIBCPP_VERSION)) || \ 40 #elif __has_feature(is_trivially_copyable) 105 #elif __has_feature(is_final) || LLVM_GNUC_PREREQ(4, 7, 0) 110 #undef __has_feature
|
D | Compiler.h | 24 #ifndef __has_feature 25 # define __has_feature(x) 0 macro 80 #if __has_feature(cxx_rvalue_references) || LLVM_GNUC_PREREQ(4, 8, 1) 255 #if __has_feature(attribute_deprecated_with_message) 323 #if __GNUC__ && !__has_feature(cxx_alignas) && !LLVM_GNUC_PREREQ(4, 8, 1) 375 #if __has_feature(memory_sanitizer) 386 #if __has_feature(address_sanitizer) || defined(__SANITIZE_ADDRESS__) 397 #if __has_feature(thread_sanitizer) || defined(__SANITIZE_THREAD__) 481 #if __has_feature(cxx_thread_local)
|
/external/skia/src/core/ |
D | SkMSAN.h | 22 #if defined(__has_feature) in sk_msan_assert_initialized() 23 #if __has_feature(memory_sanitizer) in sk_msan_assert_initialized() 33 #if defined(__has_feature) in sk_msan_mark_initialized() 34 #if __has_feature(memory_sanitizer) in sk_msan_mark_initialized()
|
/external/skqp/src/core/ |
D | SkMSAN.h | 22 #if defined(__has_feature) in sk_msan_assert_initialized() 23 #if __has_feature(memory_sanitizer) in sk_msan_assert_initialized() 33 #if defined(__has_feature) in sk_msan_mark_initialized() 34 #if __has_feature(memory_sanitizer) in sk_msan_mark_initialized()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/ |
D | Compiler.h | 27 #ifndef __has_feature 28 # define __has_feature(x) 0 macro 83 #if __has_feature(cxx_rvalue_references) || LLVM_GNUC_PREREQ(4, 8, 1) 254 #if __has_feature(attribute_deprecated_with_message) 322 #if __GNUC__ && !__has_feature(cxx_alignas) && !LLVM_GNUC_PREREQ(4, 8, 1) 374 #if __has_feature(memory_sanitizer) 385 #if __has_feature(address_sanitizer) || defined(__SANITIZE_ADDRESS__) 396 #if __has_feature(thread_sanitizer) || defined(__SANITIZE_THREAD__) 483 #if __has_feature(cxx_thread_local) 501 #if __has_feature(cxx_exceptions)
|
D | type_traits.h | 21 #ifndef __has_feature 23 #define __has_feature(x) 0 macro 34 #if (__has_feature(is_trivially_copyable) && defined(_LIBCPP_VERSION)) || \ 39 #elif __has_feature(is_trivially_copyable) 153 #elif __has_feature(is_final) || LLVM_GNUC_PREREQ(4, 7, 0) 158 #undef __has_feature
|
/external/webrtc/talk/media/devices/ |
D | macdevicemanagermm.mm | 29 #ifndef __has_feature 30 #define __has_feature(x) 0 macro 74 #if !__has_feature(objc_arc) 88 #if !__has_feature(objc_arc) 94 #if !__has_feature(objc_arc) 101 #if !__has_feature(objc_arc) 109 #if !__has_feature(objc_arc) 138 #if !__has_feature(objc_arc) 151 #if !__has_feature(objc_arc) 180 #if !__has_feature(objc_arc)
|
/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/ |
D | rx-includes.hpp | 34 #if __has_feature(cxx_rvalue_references) 37 #if __has_feature(cxx_rtti) 40 #if __has_feature(cxx_variadic_templates) 43 #if __has_feature(cxx_exceptions) 47 #if __has_feature(cxx_attributes)
|
/external/honggfuzz/libhfcommon/ |
D | common.h | 57 #ifdef __has_feature 58 #if __has_feature(address_sanitizer) 65 #ifdef __has_feature 66 #if __has_feature(memory_sanitizer)
|
/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.type/dcl.spec.auto/ |
D | p7.cpp | 23 #if __has_feature(cxx_trailing_return) in g() 28 #if __has_feature(cxx_trailing_return) in g() 33 #if __has_feature(cxx_decltype) in g() 40 #if __has_feature(cxx_decltype) in h()
|
/external/clang/test/ARCMT/ |
D | objcmt-ns-returns-inner-pointer.m | 14 #if __has_feature(attribute_ns_returns_retained) 17 #if __has_feature(attribute_cf_returns_retained) 20 #if __has_feature(attribute_ns_returns_not_retained) 23 #if __has_feature(attribute_cf_returns_not_retained) 26 #if __has_feature(attribute_ns_consumes_self) 29 #if __has_feature(attribute_ns_consumed) 32 #if __has_feature(attribute_cf_consumed)
|
D | objcmt-migrate-all.m | 15 #if __has_feature(attribute_ns_returns_retained) 18 #if __has_feature(attribute_cf_returns_retained) 21 #if __has_feature(attribute_ns_returns_not_retained) 24 #if __has_feature(attribute_cf_returns_not_retained) 27 #if __has_feature(attribute_ns_consumes_self) 30 #if __has_feature(attribute_ns_consumed) 33 #if __has_feature(attribute_cf_consumed)
|
/external/libcxx/utils/google-benchmark/src/ |
D | internal_macros.h | 11 #ifndef __has_feature 12 #define __has_feature(x) 0 macro 29 #if __has_feature(cxx_attributes) 79 #if !__has_feature(cxx_exceptions) && !defined(__cpp_exceptions) \
|
/external/google-benchmark/src/ |
D | internal_macros.h | 11 #ifndef __has_feature 12 #define __has_feature(x) 0 macro 29 #if __has_feature(cxx_attributes) 81 #if !__has_feature(cxx_exceptions) && !defined(__cpp_exceptions) \
|