Home
last modified time | relevance | path

Searched refs:Pos2 (Results 1 – 4 of 4) sorted by relevance

/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerCrossOver.cpp26 size_t Pos2 = 0; in CrossOver() local
31 while (OutPos < MaxOutSize && (Pos1 < Size1 || Pos2 < Size2)) { in CrossOver()
43 InPos = CurrentlyUsingFirstData ? &Pos2 : &Pos1; in CrossOver()
/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DMismatchedIteratorChecker.cpp259 const auto *Pos2 = getIteratorPosition(State, Iter2); in verifyMatch() local
260 if (!Pos2) in verifyMatch()
263 const auto *IterCont2 = Pos2->getContainer(); in verifyMatch()
H A DContainerModeling.cpp647 const auto *Pos2 = getIteratorPosition(State, Iter2); in handleErase() local
648 if (!Pos1 || !Pos2) in handleErase()
669 Pos2->getOffset(), BO_LT); in handleErase()
699 const auto *Pos2 = getIteratorPosition(State, Iter2); in handleEraseAfter() local
700 if (!Pos1 || !Pos2) in handleEraseAfter()
705 Pos2->getOffset(), BO_LT); in handleEraseAfter()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Demangle/
H A DMicrosoftDemangleNodes.cpp74 size_t Pos2 = OS.getCurrentPosition(); in outputQualifiers() local
75 if (SpaceAfter && Pos2 > Pos1) in outputQualifiers()