Home
last modified time | relevance | path

Searched refs:SecondEnd (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DRangeConstraintManager.cpp163 std::swap(FirstEnd, SecondEnd); in swapIterators()
179 iterator SecondEnd = RHS.end(); in unite() local
195 if (++Second == SecondEnd) in unite()
234 swapIterators(First, FirstEnd, Second, SecondEnd); in unite()
250 if (++Second == SecondEnd) { in unite()
287 return AppendTheRest(++Second, SecondEnd); in unite()
296 swapIterators(First, FirstEnd, Second, SecondEnd); in unite()
312 return AppendTheRest(Second, SecondEnd); in unite()
528 while (First != FirstEnd && Second != SecondEnd) { in intersect()
534 swapIterators(First, FirstEnd, Second, SecondEnd); in intersect()
[all …]
/freebsd/contrib/llvm-project/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp1741 MatchStep(T FirstIter, T FirstEnd, T SecondIter, T SecondEnd) in MatchStep() argument
1743 SecondEnd(SecondEnd), Status(MS_None) {} in MatchStep()
1746 return (FirstIter == FirstEnd && SecondIter == SecondEnd); in areBothFinished()
1751 bool isSecondFinished() const { return SecondIter == SecondEnd; } in isSecondFinished()
1772 T SecondEnd; member in __anonae06d1131111::MatchStep
1798 (SecondIter == SecondEnd || FirstIter->first < SecondIter->first)) in updateOneStep()
1800 else if (SecondIter != SecondEnd && in updateOneStep()