HomeSort by relevance Sort by last modified time
    Searched refs:__has_feature (Results 1 - 25 of 147) sorted by null

1 2 3 4 5 6

  /external/clang/test/Lexer/
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...]
has_feature_address_sanitizer.cpp 4 #if __has_feature(address_sanitizer)
has_feature_exceptions.cpp 4 #if __has_feature(cxx_exceptions)
has_feature_memory_sanitizer.cpp 4 #if __has_feature(memory_sanitizer)
has_feature_rtti.cpp 4 #if __has_feature(cxx_rtti)
has_feature_thread_sanitizer.cpp 4 #if __has_feature(thread_sanitizer)
has_feature_c1x.c 4 #if __has_feature(c_atomic)
13 #if __has_feature(c_static_assert)
22 #if __has_feature(c_generic_selections)
31 #if __has_feature(c_alignas)
has_feature_cxx0x.cpp 4 #if __has_feature(cxx_atomic)
13 #if __has_feature(cxx_lambdas)
23 #if __has_feature(cxx_nullptr)
33 #if __has_feature(cxx_decltype)
43 #if __has_feature(cxx_decltype_incomplete_return_types)
53 #if __has_feature(cxx_auto_type)
63 #if __has_feature(cxx_trailing_return)
73 #if __has_feature(cxx_attributes)
83 #if __has_feature(cxx_static_assert)
92 #if __has_feature(cxx_deleted_functions
    [all...]
  /external/webkit/Source/JavaScriptCore/wtf/
NullPtr.h 34 #ifndef __has_feature
35 #define __has_feature(feature) 0 macro
38 #if __has_feature(cxx_nullptr) || (defined(_MSC_VER) && _MSC_VER >= 1600)
Noncopyable.h 24 #ifndef __has_feature
25 #define __has_feature(x) 0 macro
28 #if __has_feature(cxx_deleted_functions)
  /external/compiler-rt/include/sanitizer/
common_interface_defs.h 19 // GCC does not understand __has_feature.
20 #if !defined(__has_feature)
21 # define __has_feature(x) 0 macro
  /ndk/sources/cxx-stl/llvm-libc++/test/containers/associative/map/map.cons/
default_recursive.pass.cpp 18 #if !__has_feature(cxx_noexcept)
  /external/clang/tools/libclang/
Index_Internal.h 19 #ifndef __has_feature
20 #define __has_feature(x) 0 macro
23 #if __has_feature(blocks)
41 #endif // !__has_feature(blocks)
  /ndk/sources/cxx-stl/llvm-libc++/test/containers/container.adaptors/priority.queue/priqueue.cons/
default_noexcept.pass.cpp 25 #if __has_feature(cxx_noexcept)
dtor_noexcept.pass.cpp 21 #if __has_feature(cxx_noexcept)
move_assign_noexcept.pass.cpp 25 #if __has_feature(cxx_noexcept)
move_noexcept.pass.cpp 25 #if __has_feature(cxx_noexcept)
  /ndk/sources/cxx-stl/llvm-libc++/test/containers/container.adaptors/queue/queue.cons/
default_noexcept.pass.cpp 24 #if __has_feature(cxx_noexcept)
dtor_noexcept.pass.cpp 21 #if __has_feature(cxx_noexcept)
move_assign_noexcept.pass.cpp 24 #if __has_feature(cxx_noexcept)
move_noexcept.pass.cpp 24 #if __has_feature(cxx_noexcept)
  /ndk/sources/cxx-stl/llvm-libc++/test/containers/container.adaptors/stack/stack.cons/
default_noexcept.pass.cpp 24 #if __has_feature(cxx_noexcept)
dtor_noexcept.pass.cpp 21 #if __has_feature(cxx_noexcept)
move_assign_noexcept.pass.cpp 24 #if __has_feature(cxx_noexcept)
move_noexcept.pass.cpp 24 #if __has_feature(cxx_noexcept)

Completed in 854 milliseconds

1 2 3 4 5 6