Home
last modified time | relevance | path

Searched refs:__has_extension (Results 1 – 25 of 28) sorted by relevance

12

/external/clang/test/Lexer/
Dhas_extension_cxx.cpp5 #if __has_extension(c_static_assert)
10 #if __has_extension(c_generic_selections)
15 #if __has_extension(cxx_deleted_functions)
20 #if __has_extension(cxx_inline_namespaces)
25 #if __has_extension(cxx_override_control)
30 #if __has_extension(cxx_range_for)
35 #if __has_extension(cxx_reference_qualified_functions)
40 #if __has_extension(cxx_rvalue_references)
45 #if __has_extension(cxx_variadic_templates)
50 #if __has_extension(cxx_local_type_template_args)
[all …]
Dhas_extension.c5 #if !__has_extension(dummy_extension)
11 #if __has_extension(attribute_overloadable)
17 #if __has_extension(c_static_assert)
25 #if __has_extension(c_generic_selections)
33 #if __has_extension(c_alignas)
41 #if __has_extension(c_alignof)
50 #if __has_extension(__c_alignas__)
/external/libcups/cups/
Dversioning.h94 # ifdef __has_extension /* Clang */
96 # if __has_extension(attribute_deprecated_with_message)
99 # if __has_extension(attribute_unavailable_with_message)
/external/clang/docs/
DLanguageExtensions.rst58 .. _langext-__has_feature-__has_extension:
60 ``__has_feature`` and ``__has_extension``
67 ``__has_extension`` evaluates to 1 if the feature is supported by Clang in the
76 #ifndef __has_extension
77 #define __has_extension __has_feature // Compatibility with pre-3.0 compilers.
86 #if __has_extension(cxx_rvalue_references)
102 If the ``-pedantic-errors`` option is given, ``__has_extension`` is equivalent
357 Query for this feature with ``__has_extension(attribute_ext_vector_type)``.
460 ``__has_extension(attribute_deprecated_with_message)`` and
461 ``__has_extension(attribute_unavailable_with_message)``.
[all …]
DThreadSanitizer.rst75 :ref:`\_\_has\_feature <langext-__has_feature-__has_extension>` can be used for
DMemorySanitizer.rst69 <langext-__has_feature-__has_extension>` can be used for this purpose.
DAddressSanitizer.rst184 :ref:`\_\_has\_feature <langext-__has_feature-__has_extension>` can be used for
/external/libcxx/test/support/
Dtest_macros.h34 #ifdef __has_extension
35 #define TEST_HAS_EXTENSION(X) __has_extension(X)
/external/clang/test/Parser/
Dnullability.c14 #if !__has_extension(nullability)
/external/libpng/
Dpngconf.h357 # ifdef __has_extension
358 # if __has_extension(attribute_unavailable_with_message)
/external/pdfium/third_party/libpng16/
Dpngconf.h357 # ifdef __has_extension
358 # if __has_extension(attribute_unavailable_with_message)
/external/llvm/include/llvm/Support/
DCompiler.h28 #ifndef __has_extension
29 # define __has_extension(x) 0 macro
/external/protobuf/src/google/protobuf/stubs/
Dplatform_macros.h83 # if !__has_extension(c_atomic)
Datomicops.h222 #if __has_extension(c_atomic)
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DCompiler.h28 #ifndef __has_extension
29 # define __has_extension(x) 0 macro
/external/icu/icu4c/source/common/unicode/
Dplatform.h432 #ifndef __has_extension
433 # define __has_extension(x) 0 macro
/external/icu/libandroidicu/include/unicode/
Dplatform.h432 #ifndef __has_extension
433 # define __has_extension(x) 0 macro
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
DCompiler.h31 #ifndef __has_extension
32 # define __has_extension(x) 0 macro
/external/dynamic_depth/internal/base/
Dport.h1456 #ifndef __has_extension // NOLINT
1457 #define __has_extension(x) 0 // MSVC 10's preprocessor can't handle 'false'.
1472 #if LANG_CXX11 || __has_extension(cxx_static_assert) || defined(_MSC_VER)
1474 #elif __has_extension(c_static_assert)
/external/libcxx/include/
D__config140 #ifndef __has_extension
141 #define __has_extension(__x) 0
406 # if (__has_extension(cxx_nullptr) || __has_keyword(__nullptr)) && defined(_LIBCPP_ABI_ALWAYS_USE_…
860 # if __has_extension(c_static_assert)
871 # endif // __has_extension(c_static_assert)
1205 #if __has_feature(cxx_atomic) || __has_extension(c_atomic) || __has_keyword(_Atomic)
/external/clang/test/SemaObjCXX/
Dnullability-pragmas.mm11 #if !__has_extension(assume_nonnull)
/external/protobuf/objectivec/
DGPBDescriptor_PackagePrivate.h295 #if __has_feature(c_static_assert) || __has_extension(c_static_assert)
/external/v8/include/
Dv8config.h218 (__has_extension(attribute_deprecated_with_message))
/external/honggfuzz/
Dhonggfuzz.h385 #if __has_extension(blocks)
/external/vixl/src/
Dutils-vixl.h51 #ifdef __has_extension(attribute_deprecated_with_message)

12