Searched defs:FirstEnd (Results 1 – 5 of 5) sorted by relevance
| /llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/ |
| H A D | RangeConstraintManager.cpp | 160 void swapIterators(T &First, T &FirstEnd, T &Second, T &SecondEnd) { in swapIterators() 176 iterator FirstEnd = LHS.end(); in unite() local 522 FirstEnd = LHS.end(), SecondEnd = RHS.end(); in intersect() local
|
| /llvm-project-15.0.7/llvm/tools/llvm-profdata/ |
| H A D | llvm-profdata.cpp | 1157 MatchStep(T FirstIter, T FirstEnd, T SecondIter, T SecondEnd) in MatchStep() 1185 T FirstEnd; member in __anon73ab2c7b0c11::MatchStep
|
| /llvm-project-15.0.7/clang/lib/Parse/ |
| H A D | ParseExprCXX.cpp | 48 SourceLocation FirstEnd = FirstLoc.getLocWithOffset(First.getLength()); in areTokensAdjacent() local
|
| /llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | CStringChecker.cpp | 565 SVal FirstEnd = svalBuilder.evalBinOpLN(state, BO_Add, *FirstStartLoc, in CheckOverlap() local
|
| /llvm-project-15.0.7/clang/lib/Serialization/ |
| H A D | ASTReader.cpp | 10177 auto FirstEnd = FirstTemplateHashes.end(); in diagnoseOdrViolations() local
|