Searched refs:Iter1 (Results 1 – 5 of 5) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ADT/ |
| H A D | SparseBitVector.h | 577 ++Iter1; 580 ++Iter1; 614 ++Iter1; 617 ++Iter1; 622 ++Iter1; 668 ++Iter1; in intersectWithComplement() 671 ++Iter1; in intersectWithComplement() 675 ++Iter1; in intersectWithComplement() 723 ++Iter1; in intersectWithComplement() 762 ++Iter1; in intersects() [all …]
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | MismatchedIteratorChecker.cpp | 38 void verifyMatch(CheckerContext &C, SVal Iter1, SVal Iter2) const; 231 void MismatchedIteratorChecker::verifyMatch(CheckerContext &C, SVal Iter1, in verifyMatch() argument 235 const auto *Pos1 = getIteratorPosition(State, Iter1); in verifyMatch() 265 "same container is expected.", Iter1, Iter2, C, N); in verifyMatch()
|
| H A D | ContainerModeling.cpp | 50 void handleErase(CheckerContext &C, SVal Cont, SVal Iter1, SVal Iter2) const; 52 void handleEraseAfter(CheckerContext &C, SVal Cont, SVal Iter1, 624 void ContainerModeling::handleErase(CheckerContext &C, SVal Cont, SVal Iter1, in handleErase() argument 632 const auto *Pos1 = getIteratorPosition(State, Iter1); in handleErase() 682 SVal Iter1, SVal Iter2) const { in handleEraseAfter() argument 684 const auto *Pos1 = getIteratorPosition(State, Iter1); in handleEraseAfter()
|
| /freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-objdump/ |
| H A D | llvm-objdump.cpp | 2140 auto Iter1 = BBAddrMapLabels.find(SectionAddr + Index); in disassembleObject() local 2141 if (Iter1 != BBAddrMapLabels.end()) { in disassembleObject() 2142 for (const auto &BBLabel : Iter1->second) in disassembleObject()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Coroutines/ |
| H A D | CoroFrame.cpp | 827 sort(FrameData.Allocas, [&](const auto &Iter1, const auto &Iter2) { in addFieldForAllocas() argument 828 return GetAllocaSize(Iter1) > GetAllocaSize(Iter2); in addFieldForAllocas()
|