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

/freebsd-13-stable/contrib/llvm-project/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;
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DMismatchedIteratorChecker.cpp244 const auto *Pos1 = getIteratorPosition(State, Iter1); local
245 if (!Pos1)
248 const auto *IterCont1 = Pos1->getContainer();
H A DContainerModeling.cpp646 const auto *Pos1 = getIteratorPosition(State, Iter1); local
648 if (!Pos1 || !Pos2)
659 State = invalidateIteratorPositions(State, Pos1->getOffset(), BO_GE);
668 State = invalidateIteratorPositions(State, Pos1->getOffset(), BO_GE,
698 const auto *Pos1 = getIteratorPosition(State, Iter1); local
700 if (!Pos1 || !Pos2)
704 State = invalidateIteratorPositions(State, Pos1->getOffset(), BO_GT,
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Demangle/
H A DMicrosoftDemangleNodes.cpp70 size_t Pos1 = OS.getCurrentPosition();
75 if (SpaceAfter && Pos2 > Pos1)

Completed in 157 milliseconds