Searched refs:isPromotableTypeForABI (Results 1 – 2 of 2) sorted by relevance
4450 bool isPromotableTypeForABI(QualType Ty) const;4485 bool AIXABIInfo::isPromotableTypeForABI(QualType Ty) const { in isPromotableTypeForABI() function in AIXABIInfo4525 return (isPromotableTypeForABI(RetTy) ? ABIArgInfo::getExtend(RetTy) in classifyReturnType()4551 return (isPromotableTypeForABI(Ty) ? ABIArgInfo::getExtend(Ty) in classifyArgumentType()4895 bool isPromotableTypeForABI(QualType Ty) const;4981 PPC64_SVR4_ABIInfo::isPromotableTypeForABI(QualType Ty) const { in isPromotableTypeForABI() function in PPC64_SVR4_ABIInfo5268 return (isPromotableTypeForABI(Ty) ? ABIArgInfo::getExtend(Ty) in classifyArgumentType()5327 return (isPromotableTypeForABI(RetTy) ? ABIArgInfo::getExtend(RetTy) in classifyReturnType()
3923 bool isPromotableTypeForABI(QualType Ty) const;3999 PPC64_SVR4_ABIInfo::isPromotableTypeForABI(QualType Ty) const { in isPromotableTypeForABI() function in PPC64_SVR4_ABIInfo4276 return (isPromotableTypeForABI(Ty) ? in classifyArgumentType()4331 return (isPromotableTypeForABI(RetTy) ? in classifyReturnType()