Home
last modified time | relevance | path

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

/freebsd/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/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DContainerModeling.cpp638 const auto *Pos2 = getIteratorPosition(State, Iter2); in handleErase() local
639 if (!Pos1 || !Pos2) in handleErase()
660 Pos2->getOffset(), BO_LT); in handleErase()
690 const auto *Pos2 = getIteratorPosition(State, Iter2); in handleEraseAfter() local
691 if (!Pos1 || !Pos2) in handleEraseAfter()
696 Pos2->getOffset(), BO_LT); in handleEraseAfter()
/freebsd/contrib/llvm-project/llvm/lib/Demangle/
H A DMicrosoftDemangleNodes.cpp73 size_t Pos2 = OB.getCurrentPosition(); in outputQualifiers() local
74 if (SpaceAfter && Pos2 > Pos1) in outputQualifiers()