Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:isUnion

211   if (D->isUnion()) {
525 assert(D->isUnion() && "Can't call LayoutUnion on a non-union record!");
799 assert(!D->isUnion() && "Can't call LayoutFields on a union!");
1001 if (isa<CXXRecordDecl>(D) && !D->isUnion()) {