Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBFileSpec.cpp86 bool SBFileSpec::Exists() const { in Exists() function in SBFileSpec
/freebsd/contrib/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
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCodeMoverUtils.cpp170 if (none_of(Conditions, [&](ControlCondition &Exists) { in addControlCondition()
/freebsd/contrib/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