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

1 2 34

  /prebuilts/ndk/current/platforms/android-9/arch-x86/usr/include/sys/
cdefs.h 50 #ifndef __has_include
51 #define __has_include(x) 0 macro
  /external/clang/test/Parser/
cxx11-user-defined-literals.cpp 15 #elif __has_include("foo"_bar) // expected-error {{expected "FILENAME" or <FILENAME>}}
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_mac.cc 39 #if defined(__has_include) && __has_include(<os/trace.h>)
  /external/llvm/lib/Fuzzer/
FuzzerLoop.cpp 15 #if defined(__has_include)
16 # if __has_include(<sanitizer/coverage_interface.h>)
  /external/clang/test/SemaCXX/
typo-correction.cpp 640 // expected-error@+1 {{__has_include must be used within a preprocessing directive}}
641 int foo = __has_include(42); // expected-error {{use of undeclared identifier '__has_include'; did you mean 'has_include'?}}

Completed in 1482 milliseconds

1 2 34