Searched refs:__has_extension (Results 1 – 16 of 16) sorted by relevance
5 #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 …]
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)41 #if __has_extension(c_alignof)50 #if __has_extension(__c_alignas__)
17 #ifndef __has_extension18 #define __has_extension __has_feature macro25 #elif defined(__clang__) && __has_extension(cxx_strong_enums)
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 the76 #ifndef __has_extension77 #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 equivalent357 Query for this feature with ``__has_extension(attribute_ext_vector_type)``.460 ``__has_extension(attribute_deprecated_with_message)`` and461 ``__has_extension(attribute_unavailable_with_message)``.[all …]
75 :ref:`\_\_has\_feature <langext-__has_feature-__has_extension>` can be used for
70 <langext-__has_feature-__has_extension>` can be used for this purpose.
114 :ref:`\_\_has\_feature <langext-__has_feature-__has_extension>` can be used for
679 Query for this feature with ``__has_extension(attribute_overloadable)``.
224 :ref:`language extensions <langext-__has_feature-__has_extension>` document.
79 # if !__has_extension(c_atomic)
203 #if __has_extension(c_atomic)
24 #ifndef __has_extension25 # define __has_extension(x) 0 macro
379 # ifdef __has_extension380 # if __has_extension(attribute_unavailable_with_message)
68 Check for __has_extension before using it in pngconf.h, to
4847 Check for __has_extension before using it in pngconf.h, to
341 Query for this feature with ``__has_extension(attribute_overloadable)``.