Searched refs:isTypeSigned (Results 1 – 6 of 6) sorted by relevance
197 TI.isTypeSigned(Ty), Builder); in DefineTypeSize()202 bool IsSigned = TI.isTypeSigned(Ty); in DefineFmt()230 bool IsSigned = TI.isTypeSigned(Ty); in DefineExactWidthIntType()250 bool IsSigned = TI.isTypeSigned(Ty); in DefineExactWidthIntTypeSize()762 if (!TargetInfo::isTypeSigned(TI.getWCharType())) in InitializePredefinedMacros()765 if (!TargetInfo::isTypeSigned(TI.getWIntType())) in InitializePredefinedMacros()
258 bool TargetInfo::isTypeSigned(IntType T) { in isTypeSigned() function in TargetInfo
446 static bool isTypeSigned(DIType Ty, int *SizeInBits) { in isTypeSigned() function448 return isTypeSigned(DIDerivedType(Ty).getTypeDerivedFrom(), SizeInBits); in isTypeSigned()464 bool SignedConstant = isTypeSigned(Ty, &SizeInBits); in addConstantValue()
286 static bool isTypeSigned(IntType T);
362 Val.setIsUnsigned(!TargetInfo::isTypeSigned(TI.getWCharType())); in EvaluateValue()
1032 if (TargetInfo::isTypeSigned(Target.getWCharType())) in InitBuiltinTypes()