Home
last modified time | relevance | path

Searched refs:LEnd (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DImmutableSet.h144 iterator LItr = begin(), LEnd = end(); in isEqual() local
147 while (LItr != LEnd && RItr != REnd) { in isEqual()
161 return LItr == LEnd && RItr == REnd; in isEqual()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclCXX.cpp14587 for (LookupResult::iterator L = OpLookup.begin(), LEnd = OpLookup.end(); in buildSingleCopyAssignRecursively() local
14588 L != LEnd; ++L) { in buildSingleCopyAssignRecursively()