Searched refs:isPromotableTypeForABI (Results 1 – 1 of 1) sorted by relevance
116 bool isPromotableTypeForABI(QualType Ty) const;154 bool AIXABIInfo::isPromotableTypeForABI(QualType Ty) const { in isPromotableTypeForABI() function in AIXABIInfo194 return (isPromotableTypeForABI(RetTy) ? ABIArgInfo::getExtend(RetTy) in classifyReturnType()223 return (isPromotableTypeForABI(Ty) in classifyArgumentType()625 bool isPromotableTypeForABI(QualType Ty) const;707 PPC64_SVR4_ABIInfo::isPromotableTypeForABI(QualType Ty) const { in isPromotableTypeForABI() function in PPC64_SVR4_ABIInfo902 return (isPromotableTypeForABI(Ty) in classifyArgumentType()964 return (isPromotableTypeForABI(RetTy) ? ABIArgInfo::getExtend(RetTy) in classifyReturnType()