Home
last modified time | relevance | path

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

/src/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerCrossOver.cpp25 size_t Pos1 = 0; in CrossOver() local
27 size_t *InPos = &Pos1; in CrossOver()
31 while (OutPos < MaxOutSize && (Pos1 < Size1 || Pos2 < Size2)) { in CrossOver()
43 InPos = CurrentlyUsingFirstData ? &Pos2 : &Pos1; in CrossOver()
/src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DMismatchedIteratorChecker.cpp235 const auto *Pos1 = getIteratorPosition(State, Iter1); in verifyMatch() local
236 if (!Pos1) in verifyMatch()
239 const auto *IterCont1 = Pos1->getContainer(); in verifyMatch()
H A DContainerModeling.cpp637 const auto *Pos1 = getIteratorPosition(State, Iter1); in handleErase() local
639 if (!Pos1 || !Pos2) in handleErase()
650 State = invalidateIteratorPositions(State, Pos1->getOffset(), BO_GE); in handleErase()
659 State = invalidateIteratorPositions(State, Pos1->getOffset(), BO_GE, in handleErase()
689 const auto *Pos1 = getIteratorPosition(State, Iter1); in handleEraseAfter() local
691 if (!Pos1 || !Pos2) in handleEraseAfter()
695 State = invalidateIteratorPositions(State, Pos1->getOffset(), BO_GT, in handleEraseAfter()
/src/contrib/llvm-project/llvm/lib/Demangle/
H A DMicrosoftDemangleNodes.cpp69 size_t Pos1 = OB.getCurrentPosition(); in outputQualifiers() local
74 if (SpaceAfter && Pos2 > Pos1) in outputQualifiers()