Home
last modified time | relevance | path

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

/llvm-project/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_libc_test.cpp358 TEST(SanitizerCommon,FileExists) TEST() argument
/llvm-project/third-party/benchmark/test/
H A Doutput_test_helper.cc479 static bool FileExists(std::string const& name) { in FileExists() function
/llvm-project/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.cpp529 bool FileExists(const char *filename) { FileExists() function
/llvm-project/llvm/lib/Support/
H A DCommandLine.cpp1376 const auto FileExists = [this](SmallString<128> Path) -> bool { findConfigFile() local