Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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()
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/
H A DMismatchedIteratorChecker.cpp244 const auto *Pos1 = getIteratorPosition(State, Iter1); in verifyMatch() local
245 if (!Pos1) in verifyMatch()
248 const auto *IterCont1 = Pos1->getContainer(); in verifyMatch()
H A DContainerModeling.cpp632 const auto *Pos1 = getIteratorPosition(State, Iter1); in handleErase() local
634 if (!Pos1 || !Pos2) in handleErase()
645 State = invalidateIteratorPositions(State, Pos1->getOffset(), BO_GE); in handleErase()
654 State = invalidateIteratorPositions(State, Pos1->getOffset(), BO_GE, in handleErase()
684 const auto *Pos1 = getIteratorPosition(State, Iter1); in handleEraseAfter() local
686 if (!Pos1 || !Pos2) in handleEraseAfter()
690 State = invalidateIteratorPositions(State, Pos1->getOffset(), BO_GT, in handleEraseAfter()
/llvm-project-15.0.7/llvm/lib/Demangle/
H A DMicrosoftDemangleNodes.cpp69 size_t Pos1 = OB.getCurrentPosition(); in outputQualifiers() local
74 if (SpaceAfter && Pos2 > Pos1) in outputQualifiers()