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

  /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>)
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>)
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>)
stdexcept.cpp 19 #ifndef __has_include
20 #define __has_include(inc) 0 macro
25 #elif defined(LIBCXXRT) || __has_include(<cxxabi.h>)

Completed in 231 milliseconds