Home
last modified time | relevance | path

Searched refs:Iter2 (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/include/llvm/ADT/
H A DSparseBitVector.h551 if (*Iter1 != *Iter2)
573 ++Iter2;
578 ++Iter2;
608 ++Iter2;
619 ++Iter2;
662 ++Iter2; in intersectWithComplement()
673 ++Iter2; in intersectWithComplement()
716 ++Iter2; in intersectWithComplement()
724 ++Iter2; in intersectWithComplement()
758 ++Iter2; in intersects()
[all …]
/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DIteratorChecker.cpp237 const SVal &Iter2) const;
240 const SVal &Iter2) const;
248 const SVal &Iter2) const;
1114 const SVal &Iter2) const { in verifyMatch()
1118 const auto *Pos2 = getIteratorPosition(State, Iter2); in verifyMatch()
1124 "same container is expected.", Iter1, Iter2, C, N); in verifyMatch()
1489 const SVal &Iter2) const { in handleErase()
1492 const auto *Pos2 = getIteratorPosition(State, Iter2); in handleErase()
1542 const SVal &Iter2) const { in handleEraseAfter()
1545 const auto *Pos2 = getIteratorPosition(State, Iter2); in handleEraseAfter()