Searched refs:Iter1 (Results 1 – 8 of 8) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/ |
| H A D | SparseBitVector.h | 545 ElementListConstIter Iter1 = 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(); 562 ElementListIter Iter1 = Elements.begin(); 570 if (Iter1 == Elements.end() || Iter1->index() > Iter2->index()) { 571 Elements.insert(Iter1, *Iter2); 574 } else if (Iter1->index() == Iter2->index()) { 575 changed |= Iter1->unionWith(*Iter2); [all …]
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | MismatchedIteratorChecker.cpp | 37 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 D | ContainerModeling.cpp | 49 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()
|
| /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/clang/lib/Analysis/ |
| H A D | ThreadSafety.cpp | 2214 FactSet::iterator Iter1 = FSet1.findLockIter(FactMan, LDat2); in intersectAndWarn() local 2215 if (Iter1 != FSet1.end()) { in intersectAndWarn() 2216 const FactEntry &LDat1 = FactMan[*Iter1]; in intersectAndWarn() 2223 *Iter1 = Fact; in intersectAndWarn() 2228 *Iter1 = Fact; in intersectAndWarn()
|
| /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()
|