| /llvm-project-15.0.7/libcxx/include/__filesystem/ |
| H A D | directory_entry.h | 108 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 D | operations.h | 98 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 D | DriverUtils.cpp | 266 bool exists = fs::exists(location); in findPathCombination() local
|
| /llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_addrhashmap.h | 194 bool AddrHashMap<T, kSize>::Handle::exists() const { in exists() function
|
| /llvm-project-15.0.7/third-party/benchmark/test/ |
| H A D | output_test_helper.cc | 370 bool exists = false; in SetSubstitutions() local
|
| /llvm-project-15.0.7/flang/runtime/ |
| H A D | unit.cpp | 54 bool exists{false}; in LookUpOrCreateAnonymous() local
|
| /llvm-project-15.0.7/libcxx/test/support/ |
| H A D | filesystem_test_helper.h | 111 inline bool exists(std::string const& path) { in exists() function
|
| /llvm-project-15.0.7/llvm/include/llvm/Support/ |
| H A D | FileSystem.h | 463 inline bool exists(const Twine &Path) { in exists() function
|
| /llvm-project-15.0.7/llvm/lib/ProfileData/ |
| H A D | GCOV.cpp | 59 bool exists = false; member
|
| /llvm-project-15.0.7/libcxx/src/filesystem/ |
| H A D | operations.cpp | 766 } 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 D | CommandObjectPlatform.cpp | 1064 bool exists = platform_sp->GetFileExists(FileSpec(remote_file_path)); in DoExecute() local
|
| /llvm-project-15.0.7/polly/lib/External/isl/ |
| H A D | isl_output.c | 998 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 D | VirtualFileSystem.cpp | 110 bool Status::exists() const { in exists() function in Status 149 bool FileSystem::exists(const Twine &Path) { in exists() function in FileSystem
|
| H A D | Path.cpp | 1077 bool exists(const basic_file_status &status) { in exists() function
|
| /llvm-project-15.0.7/mlir/lib/Dialect/Linalg/Utils/ |
| H A D | Utils.cpp | 254 bool exists = constraints.findVar(value, &pos); in getUpperBoundForIndex() local
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Scalar/ |
| H A D | GVN.cpp | 556 bool GVNPass::ValueTable::exists(Value *V) const { in exists() function in GVNPass::ValueTable
|
| /llvm-project-15.0.7/lldb/source/Target/ |
| H A D | Target.cpp | 4354 bool exists = instance.Exists(new_dir); in CheckJITObjectsDir() local
|