Lines Matching refs:BlockLayoutChunk
325 struct BlockLayoutChunk { struct
334 BlockLayoutChunk(CharUnits align, CharUnits size, in BlockLayoutChunk() argument
365 bool operator<(const BlockLayoutChunk &left, const BlockLayoutChunk &right) { in operator <()
369 auto getPrefOrder = [](const BlockLayoutChunk &chunk) { in operator <()
408 SmallVectorImpl<BlockLayoutChunk> &Layout, in addBlockLayout()
412 Layout.push_back(BlockLayoutChunk( in addBlockLayout()
426 Layout.push_back(BlockLayoutChunk(align, size, capture, type, fieldType, in addBlockLayout()
596 SmallVector<BlockLayoutChunk, 16> layout; in computeBlockInfo()
702 SmallVectorImpl<BlockLayoutChunk>::iterator in computeBlockInfo()
713 SmallVectorImpl<BlockLayoutChunk>::iterator first = li; in computeBlockInfo()
758 for (SmallVectorImpl<BlockLayoutChunk>::iterator in computeBlockInfo()