Lines Matching refs:BlockLayoutChunk
309 struct BlockLayoutChunk { struct
318 BlockLayoutChunk(CharUnits align, CharUnits size, in BlockLayoutChunk() function
349 bool operator<(const BlockLayoutChunk &left, const BlockLayoutChunk &right) { in operator <()
353 auto getPrefOrder = [](const BlockLayoutChunk &chunk) { in operator <()
392 SmallVectorImpl<BlockLayoutChunk> &Layout, in addBlockLayout()
396 Layout.push_back(BlockLayoutChunk( in addBlockLayout()
410 Layout.push_back(BlockLayoutChunk(align, size, capture, type, fieldType, in addBlockLayout()
580 SmallVector<BlockLayoutChunk, 16> layout; in computeBlockInfo()
686 SmallVectorImpl<BlockLayoutChunk>::iterator in computeBlockInfo()
697 SmallVectorImpl<BlockLayoutChunk>::iterator first = li; in computeBlockInfo()
742 for (SmallVectorImpl<BlockLayoutChunk>::iterator in computeBlockInfo()