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

1 2 3 4 5

  /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/skia/src/sfnt/
SkTypedEnum.h 17 #ifndef __has_extension
18 #define __has_extension __has_feature macro
25 #elif defined(__clang__) && __has_extension(cxx_strong_enums)
  /external/libcxx/test/support/
test_macros.h 23 #ifdef __has_extension
24 #define TEST_HAS_EXTENSION(X) __has_extension(X)
  /external/clang/docs/
LanguageExtensions.rst 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 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...]
ThreadSanitizer.rst 75 :ref:`\_\_has\_feature <langext-__has_feature-__has_extension>` can be used for
  /external/clang/test/SemaObjCXX/
nullability-pragmas.mm 11 #if !__has_extension(assume_nonnull)
  /external/protobuf/src/google/protobuf/stubs/
platform_macros.h 79 # if !__has_extension(c_atomic)
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/stubs/
platform_macros.h 83 # if !__has_extension(c_atomic)
  /bionic/libc/include/
stdatomic.h 160 # if __has_extension(c_atomic) || __has_extension(cxx_atomic)
  /bionic/libc/include/sys/
cdefs.h 44 #ifndef __has_extension
45 #define __has_extension __has_feature macro
  /development/ndk/platforms/android-21/include/
stdatomic.h 154 # if __has_extension(c_atomic) || __has_extension(cxx_atomic)
  /external/llvm/include/llvm/Support/
Compiler.h 24 #ifndef __has_extension
25 # define __has_extension(x) 0 macro
  /prebuilts/clang/darwin-x86/host/3.6/lib/clang/3.6/include/
stdatomic.h 160 # if __has_extension(c_atomic) || __has_extension(cxx_atomic)
  /prebuilts/clang/host/darwin-x86/3.8/lib/clang/3.8/include/
stdatomic.h 160 # if __has_extension(c_atomic) || __has_extension(cxx_atomic)
  /prebuilts/clang/host/darwin-x86/clang-2629532/lib64/clang/3.8/include/
stdatomic.h 160 # if __has_extension(c_atomic) || __has_extension(cxx_atomic)
  /prebuilts/clang/host/darwin-x86/clang-2658975/lib64/clang/3.8/include/
stdatomic.h 160 # if __has_extension(c_atomic) || __has_extension(cxx_atomic)
  /prebuilts/clang/host/darwin-x86/clang-2690385/lib64/clang/3.8/include/
stdatomic.h 160 # if __has_extension(c_atomic) || __has_extension(cxx_atomic)
  /prebuilts/clang/host/linux-x86/3.8/lib/clang/3.8/include/
stdatomic.h 160 # if __has_extension(c_atomic) || __has_extension(cxx_atomic)
  /prebuilts/clang/host/linux-x86/clang-2629532/lib64/clang/3.8/include/
stdatomic.h 160 # if __has_extension(c_atomic) || __has_extension(cxx_atomic)
  /prebuilts/clang/host/linux-x86/clang-2658975/lib64/clang/3.8/include/
stdatomic.h 160 # if __has_extension(c_atomic) || __has_extension(cxx_atomic)
  /prebuilts/clang/host/linux-x86/clang-2690385/lib64/clang/3.8/include/
stdatomic.h 160 # if __has_extension(c_atomic) || __has_extension(cxx_atomic)
  /prebuilts/clang/linux-x86/host/3.6/lib/clang/3.6/include/
stdatomic.h 160 # if __has_extension(c_atomic) || __has_extension(cxx_atomic)
  /prebuilts/ndk/current/platforms/android-21/arch-arm/usr/include/
stdatomic.h 154 # if __has_extension(c_atomic) || __has_extension(cxx_atomic)

Completed in 4078 milliseconds

1 2 3 4 5