Home
last modified time | relevance | path

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

/freebsd/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()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
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()
/freebsd/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()