Home
last modified time | relevance | path

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

/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_local_type_template_args)
50 #if __has_extension(cxx_binary_literals)
[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/skia/src/sfnt/
DSkTypedEnum.h17 #ifndef __has_extension
18 #define __has_extension __has_feature macro
25 #elif defined(__clang__) && __has_extension(cxx_strong_enums)
/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.rst70 <langext-__has_feature-__has_extension>` can be used for this purpose.
DAddressSanitizer.rst114 :ref:`\_\_has\_feature <langext-__has_feature-__has_extension>` can be used for
DAttributeReference.rst679 Query for this feature with ``__has_extension(attribute_overloadable)``.
DAutomaticReferenceCounting.rst224 :ref:`language extensions <langext-__has_feature-__has_extension>` document.
/external/protobuf/src/google/protobuf/stubs/
Dplatform_macros.h79 # if !__has_extension(c_atomic)
Datomicops.h203 #if __has_extension(c_atomic)
/external/llvm/include/llvm/Support/
DCompiler.h24 #ifndef __has_extension
25 # define __has_extension(x) 0 macro
/external/libpng/
Dpngconf.h379 # ifdef __has_extension
380 # if __has_extension(attribute_unavailable_with_message)
DANNOUNCE68 Check for __has_extension before using it in pngconf.h, to
DCHANGES4847 Check for __has_extension before using it in pngconf.h, to
/external/clang/include/clang/Basic/
DAttrDocs.td341 Query for this feature with ``__has_extension(attribute_overloadable)``.