Home
last modified time | relevance | path

Searched defs:Exists (Results 1 – 7 of 7) sorted by relevance

/llvm-project/lldb/source/API/
H A DSBFileSpec.cpp86 bool SBFileSpec::Exists() const { in Exists() function in SBFileSpec
/llvm-project/lldb/source/Host/common/
H A DFileSystem.cpp137 bool FileSystem::Exists(const Twine &path) const { return m_fs->exists(path); } in Exists() function in FileSystem
139 bool FileSystem::Exists(const FileSpec &file_spec) const { in Exists() function in FileSystem
/llvm-project/llvm/lib/Transforms/Utils/
H A DCodeMoverUtils.cpp170 if (none_of(Conditions, [&](ControlCondition &Exists) { in addControlCondition() argument
/llvm-project/lldb/unittests/Host/
H A DFileSystemTest.cpp199 TEST(FileSystemTest, Exists) { in TEST() argument
/llvm-project/clang-tools-extra/clangd/
H A DGlobalCompilationDatabase.cpp641 bool Exists = shouldInclude() local
/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonBitSimplify.cpp110 bool Exists = Bits.test(Idx); in insert() local
125 bool Exists = Bits.test(Idx); in remove() local
/llvm-project/llvm/unittests/Support/
H A DVirtualFileSystemTest.cpp986 TEST(OverlayFileSystemTest, Exists) { in TEST() argument
3448 TEST(RedirectingFileSystemTest,Exists) TEST() argument