Searched refs:AGGREGATE_ALIGN (Results 1 – 2 of 2) sorted by relevance
170 { AGGREGATE_ALIGN, 0, 0, 8 } // struct295 case 'a': AlignType = AGGREGATE_ALIGN; break; in parseSpecifier()301 if (AlignType == AGGREGATE_ALIGN && Size != 0) in parseSpecifier()311 if (AlignType != AGGREGATE_ALIGN && !ABIAlign) in parseSpecifier()646 unsigned Align = getAlignmentInfo(AGGREGATE_ALIGN, 0, abi_or_pref, Ty); in getAlignment()
53 AGGREGATE_ALIGN = 'a' enumerator