Home
last modified time | relevance | path

Searched defs:exists (Results 1 – 23 of 23) sorted by relevance

/llvm-project/libcxx/include/__filesystem/
H A Ddirectory_entry.h93 _LIBCPP_HIDE_FROM_ABI bool exists() const { return filesystem::exists(file_status{__get_ft()}); } exists() function
95 _LIBCPP_HIDE_FROM_ABI bool exists(error_code& __ec) const noexcept { exists() function
H A Doperations.h148 inline _LIBCPP_HIDE_FROM_ABI bool exists(file_status __s) noexcept { in exists() function
151 inline _LIBCPP_HIDE_FROM_ABI bool exists(const path& __p) { return exists(__status(__p)); } in exists() function
153 inline _LIBCPP_HIDE_FROM_ABI bool exists(const path& __p, error_code& __ec) noexcept { in exists() function
/llvm-project/clang/unittests/Tooling/DependencyScanning/
H A DDependencyScanningFilesystemTest.cpp37 bool exists(const llvm::Twine &Path) override { exists() function
/llvm-project/flang/unittests/Runtime/
H A DAccessTest.cpp30 bool exists{false}; member
45 static bool exists(const std::string &path) { exists() function
/llvm-project/flang/runtime/
H A Dextensions.cpp174 bool exists{false}; FORTRAN_PROCEDURE_NAME() local
H A Dexternal-unit.cpp65 bool exists{false}; in LookUpOrCreateAnonymous() local
/llvm-project/lld/MachO/
H A DDriverUtils.cpp282 bool exists = fs::exists(location); findPathCombination() local
[all...]
/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_addrhashmap.h194 bool AddrHashMap<T, kSize>::Handle::exists() const { in exists() function
/llvm-project/clang/lib/Tooling/DependencyScanning/
H A DDependencyScanningFilesystem.cpp303 bool DependencyScanningWorkerFilesystem::exists(const Twine &Path) { exists() function in DependencyScanningWorkerFilesystem
/llvm-project/libcxx/src/filesystem/
H A Doperations.cpp132 } else if (not exists(t)) { __copy() local
374 if (not exists(parent_st)) { __create_directories() local
[all...]
/llvm-project/third-party/benchmark/test/
H A Doutput_test_helper.cc372 bool exists = false; in SetSubstitutions() local
/llvm-project/libcxx/test/support/
H A Dfilesystem_test_helper.h144 inline bool exists(std::string const& path) { exists() function
/llvm-project/openmp/runtime/src/
H A Dkmp_taskdeps.cpp233 bool exists = false; in __kmp_track_dependence() local
/llvm-project/llvm/lib/Support/
H A DVirtualFileSystem.cpp149 bool FileSystem::exists(const Twine &Path) { in exists() function in FileSystem
110 bool Status::exists() const { exists() function in Status
451 bool OverlayFileSystem::exists(const Twine &Path) { exists() function in OverlayFileSystem
2451 bool RedirectingFileSystem::exists(const Twine &OriginalPath) { exists() function in RedirectingFileSystem
[all...]
H A DPath.cpp1078 bool exists(const basic_file_status &status) { exists() function
/llvm-project/llvm/include/llvm/Support/
H A DFileSystem.h460 inline bool exists(const Twine &Path) { exists() function
[all...]
H A DVirtualFileSystem.h447 bool exists(const Twine &Path) override { return FS->exists(Path); } exists() function
[all...]
/llvm-project/llvm/lib/ProfileData/
H A DGCOV.cpp60 bool exists = false; member
/llvm-project/lldb/source/Commands/
H A DCommandObjectPlatform.cpp971 bool exists = platform_sp->GetFileExists(FileSpec(remote_file_path)); in DoExecute() local
[all...]
/llvm-project/polly/lib/External/isl/
H A Disl_output.c998 isl_bool exists; in print_disjunct() local
2403 isl_bool exists; in isl_printer_print_constraint() local
/llvm-project/llvm/unittests/Support/
H A DVirtualFileSystemTest.cpp213 bool exists(const Twine &Path) override { in exists() function in __anon6bedead70111::NoStatusDummyFileSystem
3412 bool exists(const Twine &Path) override { TEST() function
[all...]
/llvm-project/llvm/lib/Transforms/Scalar/
H A DGVN.cpp595 bool GVNPass::ValueTable::exists(Value *V) const { exists() function in GVNPass::ValueTable
/llvm-project/lldb/source/Target/
H A DTarget.cpp4540 bool exists = instance.Exists(new_dir); CheckJITObjectsDir() local