Searched refs:Iter2 (Results 1 – 8 of 8) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/ |
| H A D | SparseBitVector.h | 546 ElementListConstIter Iter2 = RHS.Elements.begin(); 548 for (; Iter1 != Elements.end() && Iter2 != RHS.Elements.end(); 549 ++Iter1, ++Iter2) { 550 if (*Iter1 != *Iter2) 553 return Iter1 == Elements.end() && Iter2 == RHS.Elements.end(); 563 ElementListConstIter Iter2 = RHS.Elements.begin(); 569 while (Iter2 != RHS.Elements.end()) { 570 if (Iter1 == Elements.end() || Iter1->index() > Iter2->index()) { 571 Elements.insert(Iter1, *Iter2); 572 ++Iter2; [all …]
|
| /netbsd-src/external/apache2/llvm/dist/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()
|
| /netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/src/filesystem/ |
| H A D | path.cc | 96 template<typename Iter1, typename Iter2> 97 int do_compare(Iter1 begin1, Iter1 end1, Iter2 begin2, Iter2 end2) in do_compare()
|
| /netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/src/filesystem/ |
| H A D | path.cc | 96 template<typename Iter1, typename Iter2> 97 int do_compare(Iter1 begin1, Iter1 end1, Iter2 begin2, Iter2 end2) in do_compare()
|
| H A D | std-path.cc | 106 template<typename Iter1, typename Iter2> 107 int do_compare(Iter1 begin1, Iter1 end1, Iter2 begin2, Iter2 end2) in do_compare()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Coroutines/ |
| H A D | CoroFrame.cpp | 637 sort(FrameData.Allocas, [&](const auto &Iter1, const auto &Iter2) { in addFieldForAllocas() argument 638 return GetAllocaSize(Iter1) > GetAllocaSize(Iter2); in addFieldForAllocas()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
| H A D | CGDebugInfo.cpp | 4400 auto Iter2 = llvm::find_if(ParamDbgMappings, [&](auto &DbgPair) { in EmitDeclare() local 4403 if (Iter2 != ParamDbgMappings.end()) in EmitDeclare() 4404 return const_cast<llvm::DILocalVariable *>(Iter2->second); in EmitDeclare()
|