Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGBlocks.cpp734 CharUnits newBlockSize = blockSize.alignTo(maxFieldAlign); in computeBlockInfo() local
735 CharUnits padding = newBlockSize - blockSize; in computeBlockInfo()
745 blockSize = newBlockSize; in computeBlockInfo()