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

/openbsd-current/gnu/llvm/compiler-rt/lib/fuzzer/
H A DFuzzerCrossOver.cpp25 size_t Pos1 = 0; local
27 size_t *InPos = &Pos1;
31 while (OutPos < MaxOutSize && (Pos1 < Size1 || Pos2 < Size2)) {
43 InPos = CurrentlyUsingFirstData ? &Pos2 : &Pos1;
/openbsd-current/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DMismatchedIteratorChecker.cpp246 const auto *Pos1 = getIteratorPosition(State, Iter1); local
247 if (!Pos1)
250 const auto *IterCont1 = Pos1->getContainer();
H A DContainerModeling.cpp632 const auto *Pos1 = getIteratorPosition(State, Iter1); local
634 if (!Pos1 || !Pos2)
645 State = invalidateIteratorPositions(State, Pos1->getOffset(), BO_GE);
654 State = invalidateIteratorPositions(State, Pos1->getOffset(), BO_GE,
684 const auto *Pos1 = getIteratorPosition(State, Iter1); local
686 if (!Pos1 || !Pos2)
690 State = invalidateIteratorPositions(State, Pos1->getOffset(), BO_GT,
/openbsd-current/gnu/llvm/llvm/lib/Demangle/
H A DMicrosoftDemangleNodes.cpp69 size_t Pos1 = OB.getCurrentPosition();
74 if (SpaceAfter && Pos2 > Pos1)

Completed in 97 milliseconds