Searched refs:FirstEnd (Results 1 – 4 of 4) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| H A D | RangeConstraintManager.cpp | 163 std::swap(FirstEnd, SecondEnd); in swapIterators() 177 iterator FirstEnd = LHS.end(); in unite() local 209 if (++First == FirstEnd) in unite() 234 swapIterators(First, FirstEnd, Second, SecondEnd); in unite() 260 return AppendTheRest(++First, FirstEnd); in unite() 277 if (++First == FirstEnd) { in unite() 296 swapIterators(First, FirstEnd, Second, SecondEnd); in unite() 308 if (++First == FirstEnd) in unite() 528 while (First != FirstEnd && Second != SecondEnd) { in intersect() 534 swapIterators(First, FirstEnd, Second, SecondEnd); in intersect() [all …]
|
| /freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-profdata/ |
| H A D | llvm-profdata.cpp | 1741 MatchStep(T FirstIter, T FirstEnd, T SecondIter, T SecondEnd) in MatchStep() argument 1742 : FirstIter(FirstIter), FirstEnd(FirstEnd), SecondIter(SecondIter), in MatchStep() 1746 return (FirstIter == FirstEnd && SecondIter == SecondEnd); in areBothFinished() 1749 bool isFirstFinished() const { return FirstIter == FirstEnd; } in isFirstFinished() 1769 T FirstEnd; member in __anon4d4e49c11111::MatchStep 1797 if (FirstIter != FirstEnd && in updateOneStep() 1801 (FirstIter == FirstEnd || SecondIter->first < FirstIter->first)) in updateOneStep()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | CStringChecker.cpp | 610 SVal FirstEnd = svalBuilder.evalBinOpLN(state, BO_Add, *FirstStartLoc, in CheckOverlap() local 612 std::optional<Loc> FirstEndLoc = FirstEnd.getAs<Loc>(); in CheckOverlap()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Parse/ |
| H A D | ParseExprCXX.cpp | 51 SourceLocation FirstEnd = FirstLoc.getLocWithOffset(First.getLength()); in areTokensAdjacent() local 52 return FirstEnd == SM.getSpellingLoc(Second.getLocation()); in areTokensAdjacent()
|