Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Tooling/ASTDiff/
H A DASTDiff.cpp589 SNodeId LastRow, LastCol, FirstRow, FirstCol, Row, Col; in getMatchingNodes() local
590 std::tie(LastRow, LastCol) = TreePairs.back(); in getMatchingNodes()
594 computeForestDist(LastRow, LastCol); in getMatchingNodes()
599 FirstRow = S1.getLeftMostDescendant(LastRow); in getMatchingNodes()
602 Row = LastRow; in getMatchingNodes()
615 if (LMD1 == S1.getLeftMostDescendant(LastRow) && in getMatchingNodes()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugLine.cpp1289 RowIter LastRow = Rows.begin() + Seq.LastRowIndex; in findRowInSeq() local
1291 Row.Address.Address < LastRow[-1].Address.Address); in findRowInSeq()
1292 RowIter RowPos = std::upper_bound(FirstRow + 1, LastRow - 1, Row, in findRowInSeq()