Searched refs:AlignType (Results 1 – 3 of 3) sorted by relevance
389 AlignTypeEnum AlignType; in parseSpecifier() local392 case 'i': AlignType = INTEGER_ALIGN; break; in parseSpecifier()393 case 'v': AlignType = VECTOR_ALIGN; break; in parseSpecifier()394 case 'f': AlignType = FLOAT_ALIGN; break; in parseSpecifier()395 case 'a': AlignType = AGGREGATE_ALIGN; break; in parseSpecifier()404 if (AlignType == AGGREGATE_ALIGN && Size != 0) in parseSpecifier()417 if (AlignType != AGGREGATE_ALIGN && !ABIAlign) in parseSpecifier()425 if (AlignType == INTEGER_ALIGN && Size == 8 && ABIAlign != 1) in parseSpecifier()444 if (Error Err = setAlignment(AlignType, assumeAligned(ABIAlign), in parseSpecifier()586 Error DataLayout::setAlignment(AlignTypeEnum AlignType, Align ABIAlign, in setAlignment() argument[all …]
169 Error setAlignment(AlignTypeEnum AlignType, Align ABIAlign, Align PrefAlign,
65 #define AlignType double macro70 #define AlignType _Quad macro147 AlignType b_align;