Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/clang/lib/Format/
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()
DWhitespaceManager.cpp1168 auto RowCount = 1U; in alignArrayInitializersRightJustified() local
1172 auto *Start = (Cells.begin() + RowCount * CellDescs.CellCounts[0]); in alignArrayInitializersRightJustified()
1177 ++RowCount; in alignArrayInitializersRightJustified()
1229 auto RowCount = 1U; in alignArrayInitializersLeftJustified() local
1233 if (RowCount > CellDescs.CellCounts.size()) in alignArrayInitializersLeftJustified()
1235 auto *Start = (Cells.begin() + RowCount * CellDescs.CellCounts[0]); in alignArrayInitializersLeftJustified()
1243 ++RowCount; in alignArrayInitializersLeftJustified()
/openbsd/src/gnu/llvm/llvm/include/llvm/CodeGen/
DRegAllocPBQP.h61 unsigned RowCount = 0; in MatrixMetadata() local
64 ++RowCount; in MatrixMetadata()
70 WorstRow = std::max(WorstRow, RowCount); in MatrixMetadata()
/openbsd/src/gnu/llvm/llvm/lib/DebugInfo/DWARF/
DDWARFDebugLine.cpp810 size_t RowCount = Rows.size(); in parse() local
1175 if (Verbose && Rows.size() == RowCount) in parse()