Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/clang/lib/Sema/
DSemaDeclAttr.cpp4246 bool isSize = S.Context.getTypeSize(FieldType) != FirstSize; in handleTransparentUnionAttr() local
4247 unsigned FieldBits = isSize ? S.Context.getTypeSize(FieldType) in handleTransparentUnionAttr()
4251 << isSize << *Field << FieldBits; in handleTransparentUnionAttr()
4252 unsigned FirstBits = isSize ? FirstSize : FirstAlign; in handleTransparentUnionAttr()
4255 << isSize << FirstBits; in handleTransparentUnionAttr()