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

1 2 3

  /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)
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/stubs/
platform_macros.h 83 # if !__has_extension(c_atomic)
  /external/libcxx/test/support/
test_macros.h 36 #ifdef __has_extension
37 #define TEST_HAS_EXTENSION(X) __has_extension(X)
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/support/
test_macros.h 36 #ifdef __has_extension
37 #define TEST_HAS_EXTENSION(X) __has_extension(X)
  /external/icu/icu4c/source/common/unicode/
platform.h 440 #ifndef __has_extension
441 # define __has_extension(x) 0 macro
512 #elif U_CPLUSPLUS_VERSION >= 11 || __has_feature(cxx_noexcept) || __has_extension(cxx_noexcept) \
  /bionic/libc/include/sys/
cdefs.h 48 #ifndef __has_extension
49 #define __has_extension __has_feature macro
  /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
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
Compiler.h 28 #ifndef __has_extension
29 # define __has_extension(x) 0 macro
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Support/
Compiler.h 28 #ifndef __has_extension
29 # define __has_extension(x) 0 macro
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Support/
Compiler.h 28 #ifndef __has_extension
29 # define __has_extension(x) 0 macro
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Support/
Compiler.h 28 #ifndef __has_extension
29 # define __has_extension(x) 0 macro
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Support/
Compiler.h 28 #ifndef __has_extension
29 # define __has_extension(x) 0 macro
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Support/
Compiler.h 28 #ifndef __has_extension
29 # define __has_extension(x) 0 macro
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Support/
Compiler.h 28 #ifndef __has_extension
29 # define __has_extension(x) 0 macro
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
Compiler.h 28 #ifndef __has_extension
29 # define __has_extension(x) 0 macro
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Support/
Compiler.h 28 #ifndef __has_extension
29 # define __has_extension(x) 0 macro
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Support/
Compiler.h 28 #ifndef __has_extension
29 # define __has_extension(x) 0 macro
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Support/
Compiler.h 28 #ifndef __has_extension
29 # define __has_extension(x) 0 macro

Completed in 588 milliseconds

1 2 3