HomeSort by relevance Sort by last modified time
    Searched full:__has_extension (Results 1 - 17 of 17) sorted by null

  /external/clang/test/Lexer/
has_extension_cxx.cpp 4 #if __has_extension(c_static_assert)
9 #if __has_extension(c_generic_selections)
14 #if __has_extension(cxx_deleted_functions)
19 #if __has_extension(cxx_inline_namespaces)
24 #if __has_extension(cxx_override_control)
29 #if __has_extension(cxx_range_for)
34 #if __has_extension(cxx_reference_qualified_functions)
39 #if __has_extension(cxx_rvalue_references)
43 #if __has_extension(cxx_local_type_template_args)
51 #if __has_extension(cxx_binary_literals
    [all...]
has_extension.c 5 #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)
42 #if __has_extension(__c_alignas__)
  /external/chromium_org/third_party/skia/src/sfnt/
SkTypedEnum.h 17 #ifndef __has_extension
18 #define __has_extension __has_feature macro
25 #elif defined(__clang__) && __has_extension(cxx_strong_enums)
  /external/skia/src/sfnt/
SkTypedEnum.h 17 #ifndef __has_extension
18 #define __has_extension __has_feature macro
25 #elif defined(__clang__) && __has_extension(cxx_strong_enums)
  /external/chromium_org/third_party/WebKit/Source/wtf/
Compiler.h 47 #define WTF_COMPILER_SUPPORTS_CXX_VARIADIC_TEMPLATES __has_extension(cxx_variadic_templates)
52 #define WTF_COMPILER_SUPPORTS_CXX_RVALUE_REFERENCES __has_extension(cxx_rvalue_references) && __has_extension(cxx_nonstatic_member_init)
54 #define WTF_COMPILER_SUPPORTS_CXX_DELETED_FUNCTIONS __has_extension(cxx_deleted_functions)
58 #define WTF_COMPILER_SUPPORTS_C_STATIC_ASSERT __has_extension(c_static_assert)
59 #define WTF_COMPILER_SUPPORTS_CXX_STATIC_ASSERT __has_extension(cxx_static_assert)
60 #define WTF_COMPILER_SUPPORTS_CXX_OVERRIDE_CONTROL __has_extension(cxx_override_control)
61 #define WTF_COMPILER_SUPPORTS_HAS_TRIVIAL_DESTRUCTOR __has_extension(has_trivial_destructor)
62 #define WTF_COMPILER_SUPPORTS_CXX_STRONG_ENUMS __has_extension(cxx_strong_enums)
  /external/clang/docs/
LanguageExtensions.rst 58 .. _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
279 Query for this feature with ``__has_extension(attribute_ext_vector_type)``.
378 ``__has_extension(attribute_deprecated_with_message)`` and
379 ``__has_extension(attribute_unavailable_with_message)``
    [all...]
ThreadSanitizer.rst 76 :ref:`\_\_has\_feature <langext-__has_feature-__has_extension>` can be used for
AddressSanitizer.rst 97 :ref:`\_\_has\_feature <langext-__has_feature-__has_extension>` can be used for
MemorySanitizer.rst 73 <langext-__has_feature-__has_extension>` can be used for this purpose.
AutomaticReferenceCounting.rst 224 :ref:`language extensions <langext-__has_feature-__has_extension>` document.
    [all...]
  /external/chromium_org/third_party/skia/include/core/
SkPostConfig.h 320 # elif defined(__has_extension) && __has_extension(cxx_override_control)
  /external/skia/include/core/
SkPostConfig.h 320 # elif defined(__has_extension) && __has_extension(cxx_override_control)