Searched refs:Iter2 (Results 1 – 5 of 5) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ADT/ |
| H A D | SparseBitVector.h | 550 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 D | MismatchedIteratorChecker.cpp | 38 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 D | ContainerModeling.cpp | 49 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 D | CoroFrame.cpp | 649 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 D | CGDebugInfo.cpp | 4378 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()
|