/llvm-project/libcxx/include/__filesystem/ |
H A D | directory_entry.h | 93 _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 D | operations.h | 148 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 D | DependencyScanningFilesystemTest.cpp | 37 bool exists(const llvm::Twine &Path) override { exists() function
|
/llvm-project/flang/unittests/Runtime/ |
H A D | AccessTest.cpp | 30 bool exists{false}; member 45 static bool exists(const std::string &path) { exists() function
|
/llvm-project/flang/runtime/ |
H A D | extensions.cpp | 174 bool exists{false}; FORTRAN_PROCEDURE_NAME() local
|
H A D | external-unit.cpp | 65 bool exists{false}; in LookUpOrCreateAnonymous() local
|
/llvm-project/lld/MachO/ |
H A D | DriverUtils.cpp | 282 bool exists = fs::exists(location); findPathCombination() local [all...] |
/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_addrhashmap.h | 194 bool AddrHashMap<T, kSize>::Handle::exists() const { in exists() function
|
/llvm-project/clang/lib/Tooling/DependencyScanning/ |
H A D | DependencyScanningFilesystem.cpp | 303 bool DependencyScanningWorkerFilesystem::exists(const Twine &Path) { exists() function in DependencyScanningWorkerFilesystem
|
/llvm-project/libcxx/src/filesystem/ |
H A D | operations.cpp | 132 } 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 D | output_test_helper.cc | 372 bool exists = false; in SetSubstitutions() local
|
/llvm-project/libcxx/test/support/ |
H A D | filesystem_test_helper.h | 144 inline bool exists(std::string const& path) { exists() function
|
/llvm-project/openmp/runtime/src/ |
H A D | kmp_taskdeps.cpp | 233 bool exists = false; in __kmp_track_dependence() local
|
/llvm-project/llvm/lib/Support/ |
H A D | VirtualFileSystem.cpp | 149 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 D | Path.cpp | 1078 bool exists(const basic_file_status &status) { exists() function
|
/llvm-project/llvm/include/llvm/Support/ |
H A D | FileSystem.h | 460 inline bool exists(const Twine &Path) { exists() function [all...] |
H A D | VirtualFileSystem.h | 447 bool exists(const Twine &Path) override { return FS->exists(Path); } exists() function [all...] |
/llvm-project/llvm/lib/ProfileData/ |
H A D | GCOV.cpp | 60 bool exists = false; member
|
/llvm-project/lldb/source/Commands/ |
H A D | CommandObjectPlatform.cpp | 971 bool exists = platform_sp->GetFileExists(FileSpec(remote_file_path)); in DoExecute() local [all...] |
/llvm-project/polly/lib/External/isl/ |
H A D | isl_output.c | 998 isl_bool exists; in print_disjunct() local 2403 isl_bool exists; in isl_printer_print_constraint() local
|
/llvm-project/llvm/unittests/Support/ |
H A D | VirtualFileSystemTest.cpp | 213 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 D | GVN.cpp | 595 bool GVNPass::ValueTable::exists(Value *V) const { exists() function in GVNPass::ValueTable
|
/llvm-project/lldb/source/Target/ |
H A D | Target.cpp | 4540 bool exists = instance.Exists(new_dir); CheckJITObjectsDir() local
|