Searched refs:__has_extension (Results 1 - 10 of 10) sorted by relevance

/external/clang/test/Lexer/
H A 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_literal
[all...]
H A 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)
42 #if __has_extension(__c_alignas__)
/external/chromium_org/third_party/WebKit/Source/wtf/
H A DCompiler.h47 #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/chromium_org/third_party/skia/src/sfnt/
H A DSkTypedEnum.h17 #ifndef __has_extension
18 #define __has_extension __has_feature macro
25 #elif defined(__clang__) && __has_extension(cxx_strong_enums)
/external/skia/src/sfnt/
H A DSkTypedEnum.h17 #ifndef __has_extension
18 #define __has_extension __has_feature macro
25 #elif defined(__clang__) && __has_extension(cxx_strong_enums)
/external/llvm/include/llvm/Support/
H A DCompiler.h24 #ifndef __has_extension
25 # define __has_extension(x) 0 macro
/external/chromium_org/third_party/skia/include/core/
H A DSkPostConfig.h308 # elif defined(__has_extension) && __has_extension(cxx_override_control)
/external/libpng/
H A Dpngconf.h379 # ifdef __has_extension
380 # if __has_extension(attribute_unavailable_with_message)
/external/skia/include/core/
H A DSkPostConfig.h308 # elif defined(__has_extension) && __has_extension(cxx_override_control)
/external/chromium_org/base/mac/
H A Dfoundation_util.h37 #if __has_extension(cxx_strong_enums) && \

Completed in 263 milliseconds