Home
last modified time | relevance | path

Searched refs:Iter2 (Results 1 – 5 of 5) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ADT/
H A DSparseBitVector.h550 if (*Iter1 != *Iter2)
572 ++Iter2;
577 ++Iter2;
607 ++Iter2;
618 ++Iter2;
661 ++Iter2; in intersectWithComplement()
672 ++Iter2; in intersectWithComplement()
715 ++Iter2; in intersectWithComplement()
723 ++Iter2; in intersectWithComplement()
757 ++Iter2; in intersects()
[all …]
/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DMismatchedIteratorChecker.cpp38 const SVal &Iter2) const;
241 const SVal &Iter2) const { in verifyMatch()
259 const auto *Pos2 = getIteratorPosition(State, Iter2); in verifyMatch()
274 "same container is expected.", Iter1, Iter2, C, N); in verifyMatch()
H A DContainerModeling.cpp49 void handleErase(CheckerContext &C, SVal Cont, SVal Iter1, SVal Iter2) const;
52 SVal Iter2) const;
639 SVal Iter2) const { in handleErase()
647 const auto *Pos2 = getIteratorPosition(State, Iter2); in handleErase()
696 SVal Iter1, SVal Iter2) const { in handleEraseAfter()
699 const auto *Pos2 = getIteratorPosition(State, Iter2); in handleEraseAfter()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroFrame.cpp649 sort(FrameData.Allocas, [&](const auto &Iter1, const auto &Iter2) { in addFieldForAllocas() argument
650 return GetAllocaSize(Iter1) > GetAllocaSize(Iter2); in addFieldForAllocas()
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp4378 auto Iter2 = llvm::find_if(ParamDbgMappings, [&](auto &DbgPair) { in EmitDeclare() local
4381 if (Iter2 != ParamDbgMappings.end()) in EmitDeclare()
4382 return const_cast<llvm::DILocalVariable *>(Iter2->second); in EmitDeclare()