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

  /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_exceptions.cpp 4 #if __has_feature(cxx_exceptions)
has_feature_rtti.cpp 4 #if __has_feature(cxx_rtti)
has_feature_cxx0x.cpp 4 #if __has_feature(cxx_lambdas)
14 #if __has_feature(cxx_nullptr)
24 #if __has_feature(cxx_decltype)
34 #if __has_feature(cxx_auto_type)
44 #if __has_feature(cxx_trailing_return)
54 #if __has_feature(cxx_attributes)
64 #if __has_feature(cxx_static_assert)
73 #if __has_feature(cxx_deleted_functions)
83 #if __has_feature(cxx_rvalue_references)
93 #if __has_feature(cxx_variadic_templates
    [all...]
has_feature_c1x.c 4 #if __has_feature(c_static_assert)
13 #if __has_feature(c_generic_selections)
22 #if __has_feature(c_alignas)
  /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/clang/test/Preprocessor/
feature_tests.c 3 #ifndef __has_feature
4 #error Should have __has_feature
8 #if __has_feature(something_we_dont_have)
15 !__has_feature(attribute_analyzer_noreturn) || \
16 !__has_feature(attribute_overloadable)
  /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)
CIndex.cpp 3016 #define __has_feature macro
    [all...]
  /external/clang/test/SemaCXX/
libstdcxx_is_pod_hack.cpp 31 #if __has_feature(is_pod)
expression-traits.cpp 14 #if !__has_feature(cxx_static_assert)
type-traits.cpp 496 #if __has_feature(cxx_rvalue_references)
    [all...]
  /external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.type/dcl.spec.auto/
p7.cpp 23 #if __has_feature(cxx_trailing_return)
28 #if __has_feature(cxx_trailing_return)
  /external/llvm/include/llvm/Support/
Compiler.h 18 #ifndef __has_feature
19 # define __has_feature(x) 0 macro
115 #if __has_feature(attribute_deprecated_with_message)
  /external/clang/test/Sema/
attr-unavailable-message.c 18 char test2[__has_feature(attribute_unavailable_with_message) ? 1 : -1];
enum.c 106 char test5[__has_feature(enumerator_attributes) ? 1 : -1];
attr-deprecated.c 115 char test21[__has_feature(attribute_deprecated_with_message) ? 1 : -1];
  /external/clang/test/Parser/
attr-availability.c 3 #if !__has_feature(attribute_availability)
  /external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/
cwg1170.cpp 3 #if !__has_feature(cxx_access_control_sfinae)
  /external/clang/test/CodeGenCXX/
weak-external.cpp 18 #if (__has_feature(cxx_noexcept))
  /external/clang/test/ARCMT/
Common.h 1 #if __has_feature(objc_arr)
  /external/clang/include/clang-c/
Index.h     [all...]

Completed in 1434 milliseconds