Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCall.cpp945 CharUnits UnionSize = CharUnits::Zero(); in getTypeExpansion() local
953 if (UnionSize < FieldSize) { in getTypeExpansion()
954 UnionSize = FieldSize; in getTypeExpansion()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp2618 CharUnits UnionSize = Context.getTypeSizeInChars(RD->getTypeForDecl()); in unionHasUniqueObjectRepresentations() local
2625 if (FieldSize != UnionSize) in unionHasUniqueObjectRepresentations()