Searched refs:AGGREGATE_ALIGN (Results 1 – 2 of 2) sorted by relevance
171 {AGGREGATE_ALIGN, 0, Align(1), Align(8)} // struct333 case 'a': AlignType = AGGREGATE_ALIGN; break; in parseSpecifier()339 if (AlignType == AGGREGATE_ALIGN && Size != 0) in parseSpecifier()349 if (AlignType != AGGREGATE_ALIGN && !ABIAlign) in parseSpecifier()725 const Align Align = getAlignmentInfo(AGGREGATE_ALIGN, 0, abi_or_pref, Ty); in getAlignment()
56 AGGREGATE_ALIGN = 'a' enumerator