Home
last modified time | relevance | path

Searched refs:__has_include (Results 1 – 25 of 33) sorted by relevance

12

/external/clang/test/Preprocessor/
Dhas_include.c4 #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/
Dall-std-headers.cpp47 #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/clang/test/Frontend/
Drewrite-includes-invalid-hasinclude.c3 #if __has_include bar.h
6 #if __has_include(bar.h)
9 #if __has_include(<bar.h)
/external/compiler-rt/lib/builtins/
Datomic_signal_fence.c15 #ifndef __has_include
16 #define __has_include(inc) 0 macro
19 #if __has_include(<stdatomic.h>)
Datomic_thread_fence.c15 #ifndef __has_include
16 #define __has_include(inc) 0 macro
19 #if __has_include(<stdatomic.h>)
Datomic_flag_test_and_set.c15 #ifndef __has_include
16 #define __has_include(inc) 0 macro
19 #if __has_include(<stdatomic.h>)
Datomic_flag_clear.c15 #ifndef __has_include
16 #define __has_include(inc) 0 macro
19 #if __has_include(<stdatomic.h>)
Datomic_flag_clear_explicit.c15 #ifndef __has_include
16 #define __has_include(inc) 0 macro
19 #if __has_include(<stdatomic.h>)
Datomic_flag_test_and_set_explicit.c15 #ifndef __has_include
16 #define __has_include(inc) 0 macro
19 #if __has_include(<stdatomic.h>)
/external/skqp/src/core/
DSkCpu.cpp11 #if !defined(__has_include)
12 #define __has_include(x) 0 macro
77 #elif defined(SK_CPU_ARM64) && __has_include(<sys/auxv.h>)
89 #elif defined(SK_CPU_ARM32) && __has_include(<sys/auxv.h>) && \
108 #elif defined(SK_CPU_ARM32) && __has_include(<cpu-features.h>)
/external/skia/src/core/
DSkCpu.cpp11 #if !defined(__has_include)
12 #define __has_include(x) 0 macro
77 #elif defined(SK_CPU_ARM64) && __has_include(<sys/auxv.h>)
89 #elif defined(SK_CPU_ARM32) && __has_include(<sys/auxv.h>) && \
108 #elif defined(SK_CPU_ARM32) && __has_include(<cpu-features.h>)
/external/skia/src/codec/
DSkHeifCodec.h19 #if !defined(__has_include)
20 #define __has_include(x) 0 macro
23 #if __has_include("HeifDecoderAPI.h")
/external/skqp/src/codec/
DSkHeifCodec.h19 #if !defined(__has_include)
20 #define __has_include(x) 0 macro
23 #if __has_include("HeifDecoderAPI.h")
/external/clang/test/Driver/
Dnostdlibinc.c4 #if !__has_include("stddef.h")
8 #if __has_include("stdlib.h")
/external/clang/test/Frontend/Inputs/
Drewrite-includes8.h2 #elif __has_include(<rewrite-includes8.hfail>)
4 #if !__has_include("rewrite-includes8.h")
/external/llvm/lib/Fuzzer/
DFuzzerDFSan.h16 #if defined(__has_include)
17 # if __has_include(<sanitizer/dfsan_interface.h>)
DFuzzerLoop.cpp17 #if defined(__has_include)
18 #if __has_include(<sanitizer / coverage_interface.h>)
21 #if __has_include(<sanitizer / lsan_interface.h>)
/external/libcxxabi/src/
Dabort_message.cpp26 # if defined(__has_include) && __has_include(<CrashReporterClient.h>)
/external/python/cpython2/Include/
Dpymactoolbox.h15 #ifndef __has_include
16 #define __has_include(x) 0 macro
20 #if __has_include(<Availability.h>)
/external/clang/test/Analysis/
Dpadding_c.c3 #if __has_include(<stdalign.h>)
7 #if __has_include(<stdalign.h>) || defined(__cplusplus)
/external/libcxx/test/support/
Dtest_macros.h30 #ifdef __has_include
31 #define TEST_HAS_INCLUDE(X) __has_include(X)
Ddemangle.h19 # if __has_include("cxxabi.h") && !defined(_LIBCPP_ABI_MICROSOFT)
/external/parameter-framework/asio-1.10.6/include/asio/detail/
Dconfig.hpp40 # if __has_include(<__config>)
/external/clang/test/Parser/
Dcxx11-user-defined-literals.cpp15 #elif __has_include("foo"_bar) // expected-error {{expected "FILENAME" or <FILENAME>}}
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_mac.cc39 #if defined(__has_include) && __has_include(<os/trace.h>)

12