Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCall.cpp954 CharUnits UnionSize = CharUnits::Zero(); in getTypeExpansion() local
962 if (UnionSize < FieldSize) { in getTypeExpansion()
963 UnionSize = FieldSize; in getTypeExpansion()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp2669 CharUnits UnionSize = Context.getTypeSizeInChars(RD->getTypeForDecl()); in unionHasUniqueObjectRepresentations() local
2676 if (FieldSize != UnionSize) in unionHasUniqueObjectRepresentations()