Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libcxx/include/__filesystem/
H A Ddirectory_entry.h108 bool exists() const { return _VSTD_FS::exists(file_status{__get_ft()}); } in exists() function
111 bool exists(error_code& __ec) const noexcept { in exists() function
H A Doperations.h98 inline _LIBCPP_HIDE_FROM_ABI bool exists(file_status __s) noexcept { return status_known(__s) && __… in exists() function
99 inline _LIBCPP_HIDE_FROM_ABI bool exists(const path& __p) { return exists(__status(__p)); } in exists() function
101 inline _LIBCPP_INLINE_VISIBILITY bool exists(const path& __p, error_code& __ec) noexcept { in exists() function
/llvm-project-15.0.7/lld/MachO/
H A DDriverUtils.cpp266 bool exists = fs::exists(location); in findPathCombination() local
/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_addrhashmap.h194 bool AddrHashMap<T, kSize>::Handle::exists() const { in exists() function
/llvm-project-15.0.7/third-party/benchmark/test/
H A Doutput_test_helper.cc370 bool exists = false; in SetSubstitutions() local
/llvm-project-15.0.7/flang/runtime/
H A Dunit.cpp54 bool exists{false}; in LookUpOrCreateAnonymous() local
/llvm-project-15.0.7/libcxx/test/support/
H A Dfilesystem_test_helper.h111 inline bool exists(std::string const& path) { in exists() function
/llvm-project-15.0.7/llvm/include/llvm/Support/
H A DFileSystem.h463 inline bool exists(const Twine &Path) { in exists() function
/llvm-project-15.0.7/llvm/lib/ProfileData/
H A DGCOV.cpp59 bool exists = false; member
/llvm-project-15.0.7/libcxx/src/filesystem/
H A Doperations.cpp766 } else if (not exists(t)) { in __copy() local
1018 if (not exists(parent_st)) { in __create_directories() local
/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectPlatform.cpp1064 bool exists = platform_sp->GetFileExists(FileSpec(remote_file_path)); in DoExecute() local
/llvm-project-15.0.7/polly/lib/External/isl/
H A Disl_output.c998 isl_bool exists; in print_disjunct() local
2512 isl_bool exists; in isl_printer_print_constraint() local
/llvm-project-15.0.7/llvm/lib/Support/
H A DVirtualFileSystem.cpp110 bool Status::exists() const { in exists() function in Status
149 bool FileSystem::exists(const Twine &Path) { in exists() function in FileSystem
H A DPath.cpp1077 bool exists(const basic_file_status &status) { in exists() function
/llvm-project-15.0.7/mlir/lib/Dialect/Linalg/Utils/
H A DUtils.cpp254 bool exists = constraints.findVar(value, &pos); in getUpperBoundForIndex() local
/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DGVN.cpp556 bool GVNPass::ValueTable::exists(Value *V) const { in exists() function in GVNPass::ValueTable
/llvm-project-15.0.7/lldb/source/Target/
H A DTarget.cpp4354 bool exists = instance.Exists(new_dir); in CheckJITObjectsDir() local