Searched refs:encloses (Results 1 - 5 of 5) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/lld/ELF/
H A DScriptLexer.cpp290 // Returns true if S encloses T.
291 static bool encloses(StringRef s, StringRef t) { function in namespace:lld::elf
301 if (encloses(mb.getBuffer(), tokens[pos - 1]))
/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DEHScopeStack.h120 /// Returns true if this scope encloses I.
123 bool encloses(stable_iterator I) const { return Size <= I.Size; } function in class:clang::CodeGen::EHScopeStack::stable_iterator
125 /// Returns true if this scope strictly encloses I: that is,
126 /// if it encloses I and is not I.
H A DCGCleanup.cpp427 // As long as Old strictly encloses the scope's enclosing normal
1020 assert(Dest.getScopeDepth().encloses(EHStack.stable_begin())
1031 TopCleanup.encloses(Dest.getScopeDepth())) // works for invalid
1045 assert(Dest.getScopeDepth().encloses(EHStack.stable_begin())
1062 TopCleanup.encloses(Dest.getScopeDepth())) { // works for invalid
H A DCGCleanup.h559 bool encloses(iterator other) const { return Ptr >= other.Ptr; }
H A DCGStmt.cpp587 assert(innermostScope.encloses(dest.getScopeDepth()));

Completed in 207 milliseconds