Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DMismatchedIteratorChecker.cpp261 const auto *Pos2 = getIteratorPosition(State, Iter2); in verifyMatch() local
262 if (!Pos2) in verifyMatch()
265 const auto *IterCont2 = Pos2->getContainer(); in verifyMatch()
H A DContainerModeling.cpp633 const auto *Pos2 = getIteratorPosition(State, Iter2); in handleErase() local
634 if (!Pos1 || !Pos2) in handleErase()
655 Pos2->getOffset(), BO_LT); in handleErase()
685 const auto *Pos2 = getIteratorPosition(State, Iter2); in handleEraseAfter() local
686 if (!Pos1 || !Pos2) in handleEraseAfter()
691 Pos2->getOffset(), BO_LT); in handleEraseAfter()
/openbsd-src/gnu/llvm/llvm/lib/Demangle/
H A DMicrosoftDemangleNodes.cpp73 size_t Pos2 = OB.getCurrentPosition(); in outputQualifiers() local
74 if (SpaceAfter && Pos2 > Pos1) in outputQualifiers()