Home
last modified time | relevance | path

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

123

/external/llvm-project/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/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/llvm-project/compiler-rt/lib/sanitizer_common/tests/
Dsanitizer_atomic_test.cpp15 #ifndef __has_extension
16 #define __has_extension(x) 0 macro
19 #if __has_extension(c_atomic) || __has_extension(cxx_atomic)
/external/llvm-project/clang/test/Parser/
Dnullability.c18 #if !__has_extension(nullability)
22 #if !__has_extension(nullability_on_arrays)
Dobjc-static-assert.m11 #if !__has_extension(objc_c_static_assert)
40 #if !__has_extension(objc_c_static_assert)
Dasm-goto.c4 #if !__has_extension(gnu_asm)
7 #if !__has_extension(gnu_asm_goto_with_outputs)
Dno-gnu-inline-asm.c3 #if __has_extension(gnu_asm)
Dmatrix-type-disabled.c5 #if __has_extension(matrix_types)
Dasm.c3 #if !__has_extension(gnu_asm)
Dpragma-attribute-context.cpp4 #if !__has_extension(pragma_clang_attribute_external_declaration)
/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 …]
/external/libcups/cups/
Dversioning.h44 # ifdef __has_extension /* Clang */
49 # if __has_extension(attribute_deprecated_with_message)
52 # if __has_extension(attribute_unavailable_with_message)
/external/llvm-project/clang/lib/Headers/
Dhresetintrin.h16 #if __has_extension(gnu_asm)
Dpconfigintrin.h19 #if __has_extension(gnu_asm)
Dsgxintrin.h17 #if __has_extension(gnu_asm)
/external/clang/test/Parser/
Dnullability.c14 #if !__has_extension(nullability)
/external/libcxx/test/support/
Dtest_macros.h34 #ifdef __has_extension
35 #define TEST_HAS_EXTENSION(X) __has_extension(X)
/external/protobuf/objectivec/
DGPBBootstrap.h105 #if __has_extension(attribute_deprecated_with_message)
/external/pthreadpool/src/
Dthreadpool-common.h55 #if __has_extension(c_static_assert) || __has_feature(c_static_assert)
/external/llvm-project/libcxx/test/support/
Dtest_macros.h47 #ifdef __has_extension
48 #define TEST_HAS_EXTENSION(X) __has_extension(X)
/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-project/clang/docs/
DLanguageExtensions.rst69 .. _langext-__has_feature-__has_extension:
71 ``__has_feature`` and ``__has_extension``
78 ``__has_extension`` evaluates to 1 if the feature is supported by Clang in the
87 #ifndef __has_extension
88 #define __has_extension __has_feature // Compatibility with pre-3.0 compilers.
97 #if __has_extension(cxx_rvalue_references)
113 If the ``-pedantic-errors`` option is given, ``__has_extension`` is equivalent
599 ``__has_extension(attribute_deprecated_with_message)`` and
600 ``__has_extension(attribute_unavailable_with_message)``.
620 Query for this feature with ``__has_extension(enumerator_attributes)``.
[all …]

123