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

/freebsd-13-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
301 if (encloses(mb.getBuffer(), tokens[pos - 1]))
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DEHScopeStack.h115 /// Returns true if this scope encloses I.
118 bool encloses(stable_iterator I) const { return Size <= I.Size; } function in class:clang::CodeGen::EHScopeStack::stable_iterator
120 /// Returns true if this scope strictly encloses I: that is,
121 /// if it encloses I and is not I.
H A DCGCleanup.cpp425 // As long as Old strictly encloses the scope's enclosing normal
1021 assert(Dest.getScopeDepth().encloses(EHStack.stable_begin())
1032 TopCleanup.encloses(Dest.getScopeDepth())) // works for invalid
1046 assert(Dest.getScopeDepth().encloses(EHStack.stable_begin())
1063 TopCleanup.encloses(Dest.getScopeDepth())) { // works for invalid
H A DCGCleanup.h544 bool encloses(iterator other) const { return Ptr >= other.Ptr; }
H A DCGStmt.cpp596 assert(innermostScope.encloses(dest.getScopeDepth()));

Completed in 83 milliseconds