Home
last modified time | relevance | path

Searched refs:shouldSignExtUnsignedType (Results 1 – 3 of 3) sorted by relevance

/external/clang/lib/CodeGen/
DABIInfo.h108 virtual bool shouldSignExtUnsignedType(QualType Ty) const;
DTargetInfo.cpp200 bool ABIInfo::shouldSignExtUnsignedType(QualType Ty) const { in shouldSignExtUnsignedType() function in ABIInfo
6200 bool shouldSignExtUnsignedType(QualType Ty) const override;
6526 bool MipsABIInfo::shouldSignExtUnsignedType(QualType Ty) const { in shouldSignExtUnsignedType() function in MipsABIInfo
DCGCall.cpp1895 if (getTypes().getABIInfo().shouldSignExtUnsignedType(ParamType)) in ConstructAttributeList()