Searched refs:shouldSignExtUnsignedType (Results 1 – 3 of 3) sorted by relevance
108 virtual bool shouldSignExtUnsignedType(QualType Ty) const;
200 bool ABIInfo::shouldSignExtUnsignedType(QualType Ty) const { in shouldSignExtUnsignedType() function in ABIInfo6200 bool shouldSignExtUnsignedType(QualType Ty) const override;6526 bool MipsABIInfo::shouldSignExtUnsignedType(QualType Ty) const { in shouldSignExtUnsignedType() function in MipsABIInfo
1895 if (getTypes().getABIInfo().shouldSignExtUnsignedType(ParamType)) in ConstructAttributeList()