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

  /external/clang/test/Lexer/
has_extension_cxx.cpp 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_variadic_templates)
50 #if __has_extension(cxx_local_type_template_args
    [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)
41 #if __has_extension(c_alignof)
50 #if __has_extension(__c_alignas__)
  /external/clang/test/Parser/
nullability.c 14 #if !__has_extension(nullability)
  /external/libcups/cups/
versioning.h 94 # ifdef __has_extension /* Clang */
96 # if __has_extension(attribute_deprecated_with_message)
99 # if __has_extension(attribute_unavailable_with_message)
112 # endif /* __has_extension */
  /external/protobuf/src/google/protobuf/stubs/
platform_macros.h 83 # if !__has_extension(c_atomic)
atomicops.h 222 #if __has_extension(c_atomic)
  /external/libcxx/test/support/
test_macros.h 34 #ifdef __has_extension
35 #define TEST_HAS_EXTENSION(X) __has_extension(X)
  /external/libpng/
pngconf.h 357 # ifdef __has_extension
358 # if __has_extension(attribute_unavailable_with_message)
  /external/llvm/include/llvm/Support/
Compiler.h 28 #ifndef __has_extension
29 # define __has_extension(x) 0 macro
  /external/pdfium/third_party/libpng16/
pngconf.h 357 # ifdef __has_extension
358 # if __has_extension(attribute_unavailable_with_message)
  /external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
Compiler.h 28 #ifndef __has_extension
29 # define __has_extension(x) 0 macro
  /external/icu/icu4c/source/common/unicode/
platform.h 432 #ifndef __has_extension
433 # define __has_extension(x) 0 macro
  /external/icu/libandroidicu/include/unicode/
platform.h 432 #ifndef __has_extension
433 # define __has_extension(x) 0 macro
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
Compiler.h 31 #ifndef __has_extension
32 # define __has_extension(x) 0 macro
  /external/dynamic_depth/internal/base/
port.h 1457 #define __has_extension macro
    [all...]
  /external/honggfuzz/
honggfuzz.h 385 #if __has_extension(blocks)
394 #else /* __has_extension(blocks) */
396 #endif /* __has_extension(blocks) */
  /external/protobuf/objectivec/
GPBDescriptor_PackagePrivate.h 295 #if __has_feature(c_static_assert) || __has_extension(c_static_assert)
303 #endif // __has_feature(c_static_assert) || __has_extension(c_static_assert)
  /external/v8/include/
v8config.h 218 (__has_extension(attribute_deprecated_with_message))
  /external/vixl/src/
utils-vixl.h 51 #ifdef __has_extension(attribute_deprecated_with_message)
    [all...]

Completed in 1599 milliseconds