Home
last modified time | relevance | path

Searched defs:encloses (Results 1 – 2 of 2) sorted by relevance

/freebsd-src/contrib/llvm-project/lld/ELF/
H A DScriptLexer.cpp315 static bool encloses(StringRef s, StringRef t) { encloses() function
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCleanup.h544 bool encloses(iterator other) const { return Ptr >= other.Ptr; } encloses() function