Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:Union

396     // If this is a union, skip all the fields that aren't being initialized.
496 // If this is a union, skip all the fields that aren't being initialized.
658 // GCC cast to union extension
660 "Destination type is not union type!");
662 // Build a struct with the union sub-element as the first member,
671 assert(CurSize <= TotalSize && "Union size mismatch!");
1177 case APValue::Union: