Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGCall.cpp935 CharUnits UnionSize = CharUnits::Zero(); in getTypeExpansion() local
943 if (UnionSize < FieldSize) { in getTypeExpansion()
944 UnionSize = FieldSize; in getTypeExpansion()
/llvm-project-15.0.7/clang/lib/AST/
H A DASTContext.cpp2661 CharUnits UnionSize = Context.getTypeSizeInChars(RD->getTypeForDecl()); in unionHasUniqueObjectRepresentations() local
2667 if (FieldSize != UnionSize) in unionHasUniqueObjectRepresentations()