Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBlocks.cpp722 CharUnits newBlockSize = blockSize.alignTo(maxFieldAlign); in computeBlockInfo() local
723 CharUnits padding = newBlockSize - blockSize; in computeBlockInfo()
733 blockSize = newBlockSize; in computeBlockInfo()