HomeSort by relevance Sort by last modified time
    Searched refs:__has_include (Results 1 - 10 of 10) sorted by null

  /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/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/clang/test/Frontend/Inputs/
rewrite-includes8.h 2 #elif __has_include(<rewrite-includes8.hfail>)
4 #if !__has_include("rewrite-includes8.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>)
  /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>)
new.cpp 14 #ifndef __has_include
15 #define __has_include(inc) 0 macro
28 #if defined(LIBCXXRT) || __has_include(<cxxabi.h>)
30 #endif // __has_include(<cxxabi.h>)
exception.cpp 13 #ifndef __has_include
14 #define __has_include(inc) 0 macro
30 #elif defined(LIBCXXRT) || __has_include(<cxxabi.h>)
36 #elif !defined(__GLIBCXX__) // __has_include(<cxxabi.h>)
39 #endif // __has_include(<cxxabi.h>)
stdexcept.cpp 19 #ifndef __has_include
20 #define __has_include(inc) 0 macro
25 #elif defined(LIBCXXRT) || __has_include(<cxxabi.h>)
  /external/clang/test/Parser/
cxx11-user-defined-literals.cpp 15 #elif __has_include("foo"_bar) // expected-error {{expected "FILENAME" or <FILENAME>}}

Completed in 177 milliseconds