Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Format/
H A DWhitespaceManager.h298 auto RowCount = 1U; in getMaximumNetWidth() local
302 auto Start = (CellStart + RowCount * CellCount); in getMaximumNetWidth()
306 ++RowCount; in getMaximumNetWidth()
H A DWhitespaceManager.cpp1027 auto RowCount = 1U; in alignArrayInitializersRightJustified() local
1031 auto *Start = (Cells.begin() + RowCount * CellDescs.CellCount); in alignArrayInitializersRightJustified()
1036 ++RowCount; in alignArrayInitializersRightJustified()
1084 auto RowCount = 1U; in alignArrayInitializersLeftJustified() local
1088 auto *Start = (Cells.begin() + RowCount * CellDescs.CellCount); in alignArrayInitializersLeftJustified()
1096 ++RowCount; in alignArrayInitializersLeftJustified()
/freebsd-13.1/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-13.1/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugLine.cpp806 size_t RowCount = Rows.size(); in parse() local
1170 if (Verbose && Rows.size() == RowCount) in parse()