Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGCall.cpp924 CharUnits UnionSize = CharUnits::Zero(); in getTypeExpansion() local
932 if (UnionSize < FieldSize) { in getTypeExpansion()
933 UnionSize = FieldSize; in getTypeExpansion()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DASTContext.cpp2605 CharUnits UnionSize = Context.getTypeSizeInChars(RD->getTypeForDecl()); in unionHasUniqueObjectRepresentations() local
2611 if (FieldSize != UnionSize) in unionHasUniqueObjectRepresentations()