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

/openbsd-current/gnu/llvm/compiler-rt/lib/fuzzer/
H A DFuzzerCrossOver.cpp26 size_t Pos2 = 0; local
31 while (OutPos < MaxOutSize && (Pos1 < Size1 || Pos2 < Size2)) {
43 InPos = CurrentlyUsingFirstData ? &Pos2 : &Pos1;
/openbsd-current/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DMismatchedIteratorChecker.cpp261 const auto *Pos2 = getIteratorPosition(State, Iter2); local
262 if (!Pos2)
265 const auto *IterCont2 = Pos2->getContainer();
H A DContainerModeling.cpp633 const auto *Pos2 = getIteratorPosition(State, Iter2); local
634 if (!Pos1 || !Pos2)
655 Pos2->getOffset(), BO_LT);
685 const auto *Pos2 = getIteratorPosition(State, Iter2); local
686 if (!Pos1 || !Pos2)
691 Pos2->getOffset(), BO_LT);
/openbsd-current/gnu/llvm/llvm/lib/Demangle/
H A DMicrosoftDemangleNodes.cpp73 size_t Pos2 = OB.getCurrentPosition(); local
74 if (SpaceAfter && Pos2 > Pos1)

Completed in 132 milliseconds