Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Format/
H A DWhitespaceManager.h313 auto RowCount = 1U; in getMaximumNetWidth() local
317 if (RowCount > MaxRowCount) in getMaximumNetWidth()
319 auto Start = (CellStart + RowCount * CellCount); in getMaximumNetWidth()
323 ++RowCount; in getMaximumNetWidth()
H A DWhitespaceManager.cpp1131 auto RowCount = 1U; in alignArrayInitializersRightJustified() local
1135 auto *Start = (Cells.begin() + RowCount * CellDescs.CellCounts[0]); in alignArrayInitializersRightJustified()
1140 ++RowCount; in alignArrayInitializersRightJustified()
1192 auto RowCount = 1U; in alignArrayInitializersLeftJustified() local
1196 if (RowCount > CellDescs.CellCounts.size()) in alignArrayInitializersLeftJustified()
1198 auto *Start = (Cells.begin() + RowCount * CellDescs.CellCounts[0]); in alignArrayInitializersLeftJustified()
1206 ++RowCount; in alignArrayInitializersLeftJustified()
/llvm-project-15.0.7/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()
/llvm-project-15.0.7/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugLine.cpp810 size_t RowCount = Rows.size(); in parse() local
1174 if (Verbose && Rows.size() == RowCount) in parse()