Lines Matching refs:CellDescs

1095     CellDescriptions &&CellDescs) {  in alignArrayInitializersRightJustified()  argument
1096 if (!CellDescs.isRectangular()) in alignArrayInitializersRightJustified()
1099 auto &Cells = CellDescs.Cells; in alignArrayInitializersRightJustified()
1102 for (auto i = 0U; i < CellDescs.CellCounts[0]; ++i, ++CellIter) { in alignArrayInitializersRightJustified()
1105 NetWidth = getNetWidth(Cells.begin(), CellIter, CellDescs.InitialSpaces); in alignArrayInitializersRightJustified()
1125 getNetWidth(Cells.begin(), CellIter, CellDescs.InitialSpaces); in alignArrayInitializersRightJustified()
1127 Cells.begin(), CellIter, CellDescs.InitialSpaces, in alignArrayInitializersRightJustified()
1128 CellDescs.CellCounts[0], CellDescs.CellCounts.size()); in alignArrayInitializersRightJustified()
1135 auto *Start = (Cells.begin() + RowCount * CellDescs.CellCounts[0]); in alignArrayInitializersRightJustified()
1137 ThisNetWidth = getNetWidth(Start, End, CellDescs.InitialSpaces); in alignArrayInitializersRightJustified()
1167 CellDescriptions &&CellDescs) { in alignArrayInitializersLeftJustified() argument
1169 if (!CellDescs.isRectangular()) in alignArrayInitializersLeftJustified()
1172 auto &Cells = CellDescs.Cells; in alignArrayInitializersLeftJustified()
1179 Changes[CellIter->Index].Spaces = CellDescs.InitialSpaces; in alignArrayInitializersLeftJustified()
1181 for (auto i = 1U; i < CellDescs.CellCounts[0]; i++, ++CellIter) { in alignArrayInitializersLeftJustified()
1183 Cells.begin(), CellIter, CellDescs.InitialSpaces, in alignArrayInitializersLeftJustified()
1184 CellDescs.CellCounts[0], CellDescs.CellCounts.size()); in alignArrayInitializersLeftJustified()
1186 getNetWidth(Cells.begin(), CellIter, CellDescs.InitialSpaces); in alignArrayInitializersLeftJustified()
1196 if (RowCount > CellDescs.CellCounts.size()) in alignArrayInitializersLeftJustified()
1198 auto *Start = (Cells.begin() + RowCount * CellDescs.CellCounts[0]); in alignArrayInitializersLeftJustified()
1200 auto ThisNetWidth = getNetWidth(Start, End, CellDescs.InitialSpaces); in alignArrayInitializersLeftJustified()