Home
last modified time | relevance | path

Searched refs:Iter1 (Results 1 – 4 of 4) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ADT/
H A DSparseBitVector.h576 ++Iter1;
579 ++Iter1;
613 ++Iter1;
616 ++Iter1;
621 ++Iter1;
667 ++Iter1; in intersectWithComplement()
670 ++Iter1; in intersectWithComplement()
674 ++Iter1; in intersectWithComplement()
722 ++Iter1; in intersectWithComplement()
761 ++Iter1; in intersects()
[all …]
/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DMismatchedIteratorChecker.cpp37 void verifyMatch(CheckerContext &C, const SVal &Iter1,
240 const SVal &Iter1, in verifyMatch() argument
244 const auto *Pos1 = getIteratorPosition(State, Iter1); 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;
51 void handleEraseAfter(CheckerContext &C, SVal Cont, SVal Iter1,
638 void ContainerModeling::handleErase(CheckerContext &C, SVal Cont, SVal Iter1, in handleErase() argument
646 const auto *Pos1 = getIteratorPosition(State, Iter1); in handleErase()
696 SVal Iter1, SVal Iter2) const { in handleEraseAfter() argument
698 const auto *Pos1 = getIteratorPosition(State, Iter1); 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()