/external/clang/test/Preprocessor/ |
D | has_include.c | 4 #if __has_include("stdint.h") 9 #if __has_include(<stdint.h>) 15 #if !__has_include("stdint.h") 20 #if __has_include("stdint.h") && __has_include("stddef.h") 26 #if __has_include("blahblah.h") 31 #if !defined(__has_include) 52 #if __has_include_next("stdint.h") && __has_include("stddef.h") // expected-warning {{#include_next… 68 #define MACRO1 __has_include(<stdint.h>) 78 #if !__has_include MACRO2 82 #if __has_include MACRO3 [all …]
|
/external/clang/INPUTS/ |
D | all-std-headers.cpp | 47 #if __has_include(<strstream>) 57 #if __has_include(<atomic>) 61 #if __has_include(<codecvt>) 66 #if __has_include(<future>) 74 #if __has_include(<scoped_allocator>) 81 #if __has_include(<typeindex>)
|
/external/catch2/include/internal/ |
D | catch_compiler_capabilities.h | 180 #if defined(__has_include) 181 #if __has_include(<string_view>) && defined(CATCH_CPP17_OR_GREATER) 188 #if defined(__has_include) 189 # if __has_include(<optional>) && defined(CATCH_CPP17_OR_GREATER) 196 #if defined(__has_include) 197 # if __has_include(<variant>) && defined(CATCH_CPP17_OR_GREATER)
|
/external/clang/test/Frontend/ |
D | rewrite-includes-invalid-hasinclude.c | 3 #if __has_include bar.h 6 #if __has_include(bar.h) 9 #if __has_include(<bar.h)
|
/external/compiler-rt/lib/builtins/ |
D | atomic_signal_fence.c | 15 #ifndef __has_include 16 #define __has_include(inc) 0 macro 19 #if __has_include(<stdatomic.h>)
|
D | atomic_thread_fence.c | 15 #ifndef __has_include 16 #define __has_include(inc) 0 macro 19 #if __has_include(<stdatomic.h>)
|
D | atomic_flag_test_and_set.c | 15 #ifndef __has_include 16 #define __has_include(inc) 0 macro 19 #if __has_include(<stdatomic.h>)
|
D | atomic_flag_clear.c | 15 #ifndef __has_include 16 #define __has_include(inc) 0 macro 19 #if __has_include(<stdatomic.h>)
|
D | atomic_flag_test_and_set_explicit.c | 15 #ifndef __has_include 16 #define __has_include(inc) 0 macro 19 #if __has_include(<stdatomic.h>)
|
D | atomic_flag_clear_explicit.c | 15 #ifndef __has_include 16 #define __has_include(inc) 0 macro 19 #if __has_include(<stdatomic.h>)
|
/external/clang/test/Driver/ |
D | nostdlibinc.c | 4 #if !__has_include("stddef.h") 8 #if __has_include("stdlib.h")
|
/external/clang/test/Frontend/Inputs/ |
D | rewrite-includes8.h | 2 #elif __has_include(<rewrite-includes8.hfail>) 4 #if !__has_include("rewrite-includes8.h")
|
/external/libcxx/test/support/ |
D | test_macros.h | 30 #ifndef __has_include 31 #define __has_include(...) 0 macro 91 #if (defined(__has_include) && __has_include(<features.h>)) || \
|
D | demangle.h | 19 # if __has_include("cxxabi.h") && !defined(_LIBCPP_ABI_MICROSOFT)
|
/external/llvm/lib/Fuzzer/ |
D | FuzzerDFSan.h | 16 #if defined(__has_include) 17 # if __has_include(<sanitizer/dfsan_interface.h>)
|
/external/skia/src/core/ |
D | SkCpu.cpp | 73 #elif defined(SK_CPU_ARM64) && __has_include(<sys/auxv.h>) 87 #elif defined(SK_CPU_ARM32) && __has_include(<sys/auxv.h>) && \ 106 #elif defined(SK_CPU_ARM32) && __has_include(<cpu-features.h>)
|
/external/skqp/src/core/ |
D | SkCpu.cpp | 73 #elif defined(SK_CPU_ARM64) && __has_include(<sys/auxv.h>) 87 #elif defined(SK_CPU_ARM32) && __has_include(<sys/auxv.h>) && \ 106 #elif defined(SK_CPU_ARM32) && __has_include(<cpu-features.h>)
|
/external/libcxxabi/src/ |
D | abort_message.cpp | 26 # if defined(__has_include) && __has_include(<CrashReporterClient.h>)
|
/external/python/cpython2/Include/ |
D | pymactoolbox.h | 15 #ifndef __has_include 16 #define __has_include(x) 0 macro 20 #if __has_include(<Availability.h>)
|
/external/flatbuffers/include/flatbuffers/ |
D | base.h | 192 #if defined(__has_include) 194 #if __has_include(<string_view>) && (__cplusplus >= 201606 || _HAS_CXX17) 201 #elif __has_include(<experimental/string_view>) && (__cplusplus >= 201411)
|
/external/clang/test/Analysis/ |
D | padding_c.c | 3 #if __has_include(<stdalign.h>) 7 #if __has_include(<stdalign.h>) || defined(__cplusplus)
|
/external/grpc-grpc/include/grpc/impl/codegen/ |
D | port_platform.h | 372 #if __has_include(<android/ndk-version.h>) 384 #if defined(__has_include) 385 #if __has_include(<atomic>)
|
/external/libcxx/include/support/android/ |
D | locale_bionic.h | 34 #if __has_include(<android/ndk-version.h>)
|
/external/skqp/src/codec/ |
D | SkHeifCodec.h | 17 #if __has_include("HeifDecoderAPI.h")
|
/external/skia/src/codec/ |
D | SkHeifCodec.h | 17 #if __has_include("HeifDecoderAPI.h")
|