Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugLine.cpp864 RowIter FirstRow = Rows.begin() + Seq.FirstRowIndex; in findRowInSeq() local
867 FirstRow, LastRow, Row, DWARFDebugLine::Row::orderByAddress); in findRowInSeq()
871 uint32_t Index = Seq.FirstRowIndex + (RowPos - FirstRow); in findRowInSeq()
873 if (RowPos == FirstRow) in findRowInSeq()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Tooling/ASTDiff/
H A DASTDiff.cpp590 SNodeId LastRow, LastCol, FirstRow, FirstCol, Row, Col; in getMatchingNodes() local
600 FirstRow = S1.getLeftMostDescendant(LastRow); in getMatchingNodes()
606 while (Row > FirstRow || Col > FirstCol) { in getMatchingNodes()
607 if (Row > FirstRow && in getMatchingNodes()