Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCMac.cpp2532 CharUnits UnionIvarSize = FieldSize; in BuildRCRecordLayout() local
2533 if (UnionIvarSize > MaxUnionSize) { in BuildRCRecordLayout()
2534 MaxUnionSize = UnionIvarSize; in BuildRCRecordLayout()