Searched refs:RowCount (Results 1 – 4 of 4) sorted by relevance
326 auto RowCount = 1U; in getMaximumNetWidth() local330 if (RowCount >= MaxRowCount) in getMaximumNetWidth()332 auto Start = (CellStart + RowCount * CellCount); in getMaximumNetWidth()336 ++RowCount; in getMaximumNetWidth()
1360 auto RowCount = 1U; in alignArrayInitializersRightJustified() local1364 if (RowCount >= CellDescs.CellCounts.size()) in alignArrayInitializersRightJustified()1366 auto *Start = (Cells.begin() + RowCount * CellDescs.CellCounts[0]); in alignArrayInitializersRightJustified()1371 ++RowCount; in alignArrayInitializersRightJustified()1426 auto RowCount = 1U; in alignArrayInitializersLeftJustified() local1430 if (RowCount >= CellDescs.CellCounts.size()) in alignArrayInitializersLeftJustified()1432 auto *Start = (Cells.begin() + RowCount * CellDescs.CellCounts[0]); in alignArrayInitializersLeftJustified()1440 ++RowCount; in alignArrayInitializersLeftJustified()
61 unsigned RowCount = 0; in MatrixMetadata() local64 ++RowCount; in MatrixMetadata()70 WorstRow = std::max(WorstRow, RowCount); in MatrixMetadata()
875 size_t RowCount = Rows.size(); in parse() local1251 if (Verbose && Rows.size() == RowCount) in parse()