Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/fuzzer/
HDFuzzerCrossOver.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-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
HDMismatchedIteratorChecker.cpp247 const auto *Pos2 = getIteratorPosition(State, Iter2); in verifyMatch() local
248 if (!Pos2) in verifyMatch()
251 const auto *IterCont2 = Pos2->getContainer(); in verifyMatch()
HDIteratorModeling.cpp1033 const auto *Pos2 = getIteratorPosition(State, Iter2); in handleErase() local
1034 if (!Pos1 || !Pos2) in handleErase()
1056 Pos2->getOffset(), BO_LT); in handleErase()
1086 const auto *Pos2 = getIteratorPosition(State, Iter2); in handleEraseAfter() local
1087 if (!Pos1 || !Pos2) in handleEraseAfter()
1092 Pos2->getOffset(), BO_LT); in handleEraseAfter()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Demangle/
HDMicrosoftDemangleNodes.cpp74 size_t Pos2 = OS.getCurrentPosition(); in outputQualifiers() local
75 if (SpaceAfter && Pos2 > Pos1) in outputQualifiers()