reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
908 if (RetTy->isVoidType()) 912 if (isAggregateTypeForABI(RetTy)) 913 return getNaturalAlignIndirect(RetTy); 916 if (const EnumType *EnumTy = RetTy->getAs<EnumType>()) 917 RetTy = EnumTy->getDecl()->getIntegerType(); 919 return (RetTy->isPromotableIntegerType() ? ABIArgInfo::getExtend(RetTy) 919 return (RetTy->isPromotableIntegerType() ? ABIArgInfo::getExtend(RetTy)