Home
last modified time | relevance | path

Searched refs:RowCount (Results 1 – 4 of 4) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/Format/
H A DWhitespaceManager.h317 auto RowCount = 1U; in getMaximumNetWidth() local
321 if (RowCount >= MaxRowCount) in getMaximumNetWidth()
323 auto Start = (CellStart + RowCount * CellCount); in getMaximumNetWidth()
327 ++RowCount; in getMaximumNetWidth()
H A DWhitespaceManager.cpp1322 auto RowCount = 1U; in alignArrayInitializersRightJustified() local
1326 if (RowCount >= CellDescs.CellCounts.size()) in alignArrayInitializersRightJustified()
1328 auto *Start = (Cells.begin() + RowCount * CellDescs.CellCounts[0]); in alignArrayInitializersRightJustified()
1333 ++RowCount; in alignArrayInitializersRightJustified()
1388 auto RowCount = 1U; in alignArrayInitializersLeftJustified() local
1392 if (RowCount >= CellDescs.CellCounts.size()) in alignArrayInitializersLeftJustified()
1394 auto *Start = (Cells.begin() + RowCount * CellDescs.CellCounts[0]); in alignArrayInitializersLeftJustified()
1402 ++RowCount; in alignArrayInitializersLeftJustified()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DRegAllocPBQP.h61 unsigned RowCount = 0; in MatrixMetadata() local
64 ++RowCount; in MatrixMetadata()
70 WorstRow = std::max(WorstRow, RowCount); in MatrixMetadata()
/freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugLine.cpp855 size_t RowCount = Rows.size(); in parse() local
1229 if (Verbose && Rows.size() == RowCount) in parse()