Searched refs:Cells (Results 1 – 8 of 8) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/Format/ |
H A D | WhitespaceManager.cpp | 1330 auto &Cells = CellDescs.Cells; in alignArrayInitializersRightJustified() local 1332 auto *CellIter = Cells.begin(); in alignArrayInitializersRightJustified() 1336 NetWidth = getNetWidth(Cells.begin(), CellIter, CellDescs.InitialSpaces); in alignArrayInitializersRightJustified() 1354 if (CellIter != Cells.begin()) { in alignArrayInitializersRightJustified() 1356 getNetWidth(Cells.begin(), CellIter, CellDescs.InitialSpaces); in alignArrayInitializersRightJustified() 1358 Cells.begin(), CellIter, CellDescs.InitialSpaces, in alignArrayInitializersRightJustified() 1363 auto Offset = std::distance(Cells.begin(), CellIter); in alignArrayInitializersRightJustified() 1368 auto *Start = (Cells.begin() + RowCount * CellDescs.CellCounts[0]); in alignArrayInitializersRightJustified() 1406 auto &Cells = CellDescs.Cells; in alignArrayInitializersLeftJustified() local 1408 auto *CellIter = Cells.begin(); in alignArrayInitializersLeftJustified() [all …]
|
H A D | WhitespaceManager.h | 193 SmallVector<CellDescription> Cells; member
|
/freebsd/sys/contrib/device-tree/Bindings/usb/ |
H A D | usbmisc-imx.txt | 4 - #index-cells: Cells used to describe usb controller index. Should be <1>
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonConstPropagation.cpp | 281 CellMap Cells; member in __anonfe19b4d40111::MachineConstPropagator 641 const LatticeCell &T = Cells.get(DefR.Reg); in visitPHI() 643 Cells.update(DefR.Reg, Bottom); in visitPHI() 649 LatticeCell DefC = Cells.get(DefR.Reg); in visitPHI() 666 if (!Cells.has(UseR.Reg)) in visitPHI() 670 bool Eval = MCE.evaluate(UseR, Cells.get(UseR.Reg), SrcC); in visitPHI() 676 Cells.update(DefR.Reg, DefC); in visitPHI() 688 bool Eval = MCE.evaluate(MI, Cells, Outputs); in visitNonBranch() 710 const LatticeCell &T = Cells.get(DefR.Reg); in visitNonBranch() 712 Cells in visitNonBranch() [all...] |
/freebsd/sys/contrib/device-tree/Bindings/mailbox/ |
H A D | sti-mailbox.txt | 39 Cells must match 'mbox-cells' (See Controller docs above)
|
H A D | hisilicon,hi3660-mailbox.txt | 39 Cells must match 'mbox-cells' (See Controller docs above)
|
H A D | hisilicon,hi6220-mailbox.txt | 59 Cells must match 'mbox-cells' (See Mailbox Device Node above).
|
/freebsd/contrib/one-true-awk/ |
H A D | FIXES.1e | 426 added ,NULL initializer to static Cells in run.c; not really 1057 initialized Cells in setsymtab more carefully; some fields
|