OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__has_include
(Results
1 - 25
of
80
) sorted by null
1
2
3
4
/external/clang/test/Driver/
nostdlibinc.c
4
#if !
__has_include
("stddef.h")
8
#if
__has_include
("stdlib.h")
/external/clang/test/Frontend/
rewrite-includes-invalid-hasinclude.c
3
#if
__has_include
bar.h
6
#if
__has_include
(bar.h)
9
#if
__has_include
(<bar.h)
12
// CHECK: #if
__has_include
bar.h
14
// CHECK: #if
__has_include
(bar.h)
16
// CHECK: #if
__has_include
(<bar.h)
/external/clang/test/Frontend/Inputs/
rewrite-includes8.h
2
#elif
__has_include
(<rewrite-includes8.hfail>)
4
#if !
__has_include
("rewrite-includes8.h")
/external/clang/test/Preprocessor/
has_include.c
3
// Try different path permutations of
__has_include
with existing file.
4
#if
__has_include
("stdint.h")
6
#error "
__has_include
failed (1)."
9
#if
__has_include
(<stdint.h>)
11
#error "
__has_include
failed (2)."
15
#if !
__has_include
("stdint.h")
16
#error "
__has_include
failed (5)."
20
#if
__has_include
("stdint.h") &&
__has_include
("stddef.h")
22
#error "
__has_include
failed (6).
[
all
...]
/external/compiler-rt/lib/builtins/
atomic_flag_clear.c
15
#ifndef
__has_include
16
#define
__has_include
(inc) 0
macro
19
#if
__has_include
(<stdatomic.h>)
atomic_flag_clear_explicit.c
15
#ifndef
__has_include
16
#define
__has_include
(inc) 0
macro
19
#if
__has_include
(<stdatomic.h>)
atomic_flag_test_and_set.c
15
#ifndef
__has_include
16
#define
__has_include
(inc) 0
macro
19
#if
__has_include
(<stdatomic.h>)
atomic_flag_test_and_set_explicit.c
15
#ifndef
__has_include
16
#define
__has_include
(inc) 0
macro
19
#if
__has_include
(<stdatomic.h>)
atomic_signal_fence.c
15
#ifndef
__has_include
16
#define
__has_include
(inc) 0
macro
19
#if
__has_include
(<stdatomic.h>)
atomic_thread_fence.c
15
#ifndef
__has_include
16
#define
__has_include
(inc) 0
macro
19
#if
__has_include
(<stdatomic.h>)
/external/clang/INPUTS/
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/libcxx/src/
typeinfo.cpp
11
#ifndef
__has_include
12
#define
__has_include
(inc) 0
macro
17
#elif defined(LIBCXXRT) ||
__has_include
(<cxxabi.h>)
stdexcept.cpp
16
#ifndef
__has_include
17
#define
__has_include
(inc) 0
macro
21
#if
__has_include
(<cxxabi.h>) || defined(__APPLE_) || defined(LIBCXXRT)
new.cpp
16
#ifndef
__has_include
17
#define
__has_include
(inc) 0
macro
30
#if defined(LIBCXXRT) ||
__has_include
(<cxxabi.h>)
32
#endif //
__has_include
(<cxxabi.h>)
exception.cpp
15
#ifndef
__has_include
16
#define
__has_include
(inc) 0
macro
32
#elif defined(LIBCXXRT) || defined(LIBCXX_BUILDING_LIBCXXABI) ||
__has_include
(<cxxabi.h>)
38
#elif !defined(__GLIBCXX__) //
__has_include
(<cxxabi.h>)
41
#endif //
__has_include
(<cxxabi.h>)
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
typeinfo.cpp
11
#ifndef
__has_include
12
#define
__has_include
(inc) 0
macro
17
#elif defined(LIBCXXRT) ||
__has_include
(<cxxabi.h>) || defined(__ANDROID__)
stdexcept.cpp
16
#ifndef
__has_include
17
#define
__has_include
(inc) 0
macro
21
#if
__has_include
(<cxxabi.h>) || defined(__APPLE_) || defined(LIBCXXRT) || defined(__ANDROID__)
new.cpp
16
#ifndef
__has_include
17
#define
__has_include
(inc) 0
macro
30
#if defined(LIBCXXRT) ||
__has_include
(<cxxabi.h>) || defined(__ANDROID__)
32
#endif //
__has_include
(<cxxabi.h>)
exception.cpp
15
#ifndef
__has_include
16
#define
__has_include
(inc) 0
macro
32
#elif defined(LIBCXXRT) ||
__has_include
(<cxxabi.h>) || defined(__ANDROID__)
38
#elif !defined(__GLIBCXX__) //
__has_include
(<cxxabi.h>)
41
#endif //
__has_include
(<cxxabi.h>)
/external/llvm/lib/Fuzzer/
FuzzerDFSan.h
16
#if defined(
__has_include
)
17
# if
__has_include
(<sanitizer/dfsan_interface.h>)
24
#endif // defined(
__has_include
)
/external/libcxxabi/src/
abort_message.cpp
28
# if defined(
__has_include
) &&
__has_include
(<CrashReporterClient.h>)
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/
abort_message.cpp
28
# if defined(
__has_include
) &&
__has_include
(<CrashReporterClient.h>)
/external/clang/test/Analysis/
padding_c.c
3
#if
__has_include
(<stdalign.h>)
7
#if
__has_include
(<stdalign.h>) || defined(__cplusplus)
22
#endif //
__has_include
(<stdalign.h>) || defined(__cplusplus)
/external/parameter-framework/asio-1.10.6/include/asio/detail/
config.hpp
40
# if
__has_include
(<__config>)
45
# endif //
__has_include
(<__config>)
/bionic/libc/include/sys/
cdefs.h
50
#ifndef
__has_include
51
#define
__has_include
(x) 0
macro
Completed in 691 milliseconds
1
2
3
4