Home
last modified time | relevance | path

Searched defs:FileExists (Results 1 – 5 of 5) sorted by relevance

/openbsd-src/gnu/llvm/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_libc_test.cpp358 TEST(SanitizerCommon, FileExists) { in TEST() argument
/openbsd-src/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_win.cpp92 bool FileExists(const char *filename) { in FileExists() function
H A Dsanitizer_mac.cpp387 bool FileExists(const char *filename) { in FileExists() function
H A Dsanitizer_linux.cpp536 bool FileExists(const char *filename) { in FileExists() function
/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DCommandLine.cpp1395 const auto FileExists = [this](SmallString<128> Path) -> bool { in findConfigFile() local