Searched refs:isFPArgumentType (Results 1 – 1 of 1) sorted by relevance
5144 bool isFPArgumentType(QualType Ty) const;5195 bool SystemZABIInfo::isFPArgumentType(QualType Ty) const { in isFPArgumentType() function in SystemZABIInfo5220 Found = isFPArgumentType(Base); in isFPArgumentType()5238 Found = isFPArgumentType(FD->getType()); in isFPArgumentType()5403 if (isFPArgumentType(Ty)) { in classifyArgumentType()