Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lldb/source/API/
DSBFileSpec.cpp86 bool SBFileSpec::Exists() const { in Exists() function in SBFileSpec
/openbsd/src/gnu/llvm/lldb/source/Host/common/
DFileSystem.cpp149 bool FileSystem::Exists(const Twine &path) const { return m_fs->exists(path); } in Exists() function in FileSystem
151 bool FileSystem::Exists(const FileSpec &file_spec) const { in Exists() function in FileSystem
/openbsd/src/gnu/llvm/llvm/lib/Transforms/Utils/
DCodeMoverUtils.cpp170 if (none_of(Conditions, [&](ControlCondition &Exists) { in addControlCondition()
/openbsd/src/gnu/llvm/llvm/lib/Target/Hexagon/
DHexagonBitSimplify.cpp110 bool Exists = Bits.test(Idx); in insert() local
125 bool Exists = Bits.test(Idx); in remove() local