Home
last modified time | relevance | path

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

/external/chromium_org/third_party/angle/src/compiler/
DSymbolTable.cpp108 size_t fieldSize = (*mFields)[i]->type()->getObjectSize(); in calculateObjectSize() local
109 if (fieldSize > INT_MAX - size) in calculateObjectSize()
112 size += fieldSize; in calculateObjectSize()
/external/clang/lib/CodeGen/
DCGRecordLayoutBuilder.cpp502 CharUnits fieldSize = CharUnits::fromQuantity( in LayoutUnion() local
508 if (fieldAlign > unionAlign || fieldSize > unionSize) { in LayoutUnion()
511 unionSize = fieldSize; in LayoutUnion()
839 CharUnits fieldSize = in AppendField() local
844 NextFieldOffset = fieldOffset + fieldSize; in AppendField()
DCGObjCMac.cpp1994 unsigned fieldSize = CGM.getContext().getTypeSize(type); in BuildGCBlockLayout() local
1998 fieldSize / WordSizeInBits)); in BuildGCBlockLayout()
2001 fieldSize / ByteSizeInBits)); in BuildGCBlockLayout()
2507 CharUnits fieldSize; in BuildRCBlockLayout() local
2509 fieldSize = CharUnits::fromQuantity(WordSizeInBytes); in BuildRCBlockLayout()
2511 fieldSize = CGM.getContext().getTypeSizeInChars(type); in BuildRCBlockLayout()
2513 fieldOffset, fieldSize); in BuildRCBlockLayout()
/external/clang/tools/scan-view/
DScanView.py550 fieldSize = min(5, len(c.files))