Searched refs:isTypeUnsignedInt (Results 1 – 3 of 3) sorted by relevance
487 __inline bool isTypeUnsignedInt(TBasicType type) in isTypeUnsignedInt() function502 return isTypeSignedInt(type) || isTypeUnsignedInt(type); in isTypeInt()
1804 (isTypeUnsignedInt(type0) && isTypeUnsignedInt(type1))) { in getConversionDestinatonType()1812 } else if (isTypeUnsignedInt(type0) && (getTypeRank(type0) > getTypeRank(type1))) { in getConversionDestinatonType()1815 } else if (isTypeUnsignedInt(type1) && (getTypeRank(type1) > getTypeRank(type0))) { in getConversionDestinatonType()
4716 bool isUnsigned = isTypeUnsignedInt(typeProxy);5056 bool isUnsigned = isTypeUnsignedInt(typeProxy);6080 bool isUnsigned = isTypeUnsignedInt(typeProxy);6715 bool isUnsigned = isTypeUnsignedInt(typeProxy);