Searched refs:__has_feature (Results 1 - 25 of 180) sorted by relevance

12345678

/external/clang/test/Lexer/
H A Dhas_feature_type_traits.cpp3 #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_o
[all...]
H A Dhas_feature_address_sanitizer.cpp4 #if __has_feature(address_sanitizer)
H A Dhas_feature_exceptions.cpp10 #if __has_feature(cxx_exceptions)
H A Dhas_feature_memory_sanitizer.cpp4 #if __has_feature(memory_sanitizer)
H A Dhas_feature_rtti.cpp4 #if __has_feature(cxx_rtti)
H A Dhas_feature_thread_sanitizer.cpp4 #if __has_feature(thread_sanitizer)
H A Dhas_feature_c1x.c10 #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)
H A Dhas_feature_cxx0x.cpp6 #if __has_feature(cxx_atomic)
16 #if __has_feature(cxx_lambdas)
27 #if __has_feature(cxx_nullptr)
38 #if __has_feature(cxx_decltype)
49 #if __has_feature(cxx_decltype_incomplete_return_types)
60 #if __has_feature(cxx_auto_type)
71 #if __has_feature(cxx_trailing_return)
82 #if __has_feature(cxx_attributes)
93 #if __has_feature(cxx_static_assert)
103 #if __has_feature(cxx_deleted_function
[all...]
/external/google-breakpad/src/
H A Dbreakpad_googletest_includes.h46 #if defined(__clang__) && defined(__has_feature)
48 # if __has_feature(address_sanitizer)
/external/v8/src/
H A Dmsan.h12 #ifndef __has_feature
13 # define __has_feature(x) 0 macro
16 #if __has_feature(memory_sanitizer) && !defined(MEMORY_SANITIZER)
/external/clang/lib/Headers/
H A Dstddef.h34 #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(module
[all...]
/external/clang/tools/libclang/
H A DIndex_Internal.h19 #ifndef __has_feature
20 #define __has_feature(x) 0 macro
23 #if __has_feature(blocks)
41 #endif // !__has_feature(blocks)
/external/clang/test/CodeGenCXX/
H A Dcxx1y-variable-template-linkage.cpp21 #if !__has_feature(cxx_exceptions) // File A
/external/clang/test/Preprocessor/
H A Dfeature_tests.c3 #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__)
38 // __has_feature, etc. (as is also expected behaviour for ordinary
44 #if __has_builtin(MY_ALIAS_BUILTIN) || __has_feature(MY_ALIAS_FEATURE)
51 #define HAS_FEATURE(X) __has_feature(X)
60 #if __has_feature('
[all...]
/external/conscrypt/src/main/native/
H A Dmacros.h37 #if __has_feature(cxx_attributes) && __has_warning("-Wimplicit-fallthrough")
/external/libcxx/test/std/containers/container.adaptors/priority.queue/priqueue.cons/
H A Ddefault_noexcept.pass.cpp25 #if __has_feature(cxx_noexcept)
H A Ddtor_noexcept.pass.cpp21 #if __has_feature(cxx_noexcept)
H A Dmove_assign_noexcept.pass.cpp25 #if __has_feature(cxx_noexcept)
H A Dmove_noexcept.pass.cpp25 #if __has_feature(cxx_noexcept)
/external/libcxx/test/std/containers/container.adaptors/queue/queue.cons/
H A Ddefault_noexcept.pass.cpp24 #if __has_feature(cxx_noexcept)
H A Ddtor_noexcept.pass.cpp21 #if __has_feature(cxx_noexcept)
H A Dmove_assign_noexcept.pass.cpp24 #if __has_feature(cxx_noexcept)
H A Dmove_noexcept.pass.cpp24 #if __has_feature(cxx_noexcept)
/external/libcxx/test/std/containers/container.adaptors/stack/stack.cons/
H A Ddefault_noexcept.pass.cpp24 #if __has_feature(cxx_noexcept)
H A Ddtor_noexcept.pass.cpp21 #if __has_feature(cxx_noexcept)

Completed in 316 milliseconds

12345678