Searched refs:isTypeSigned (Results 1 – 5 of 5) sorted by relevance
183 TI.isTypeSigned(Ty), Builder); in DefineTypeSize()541 if (!TargetInfo::isTypeSigned(TI.getWCharType())) in InitializePredefinedMacros()544 if (!TargetInfo::isTypeSigned(TI.getWIntType())) in InitializePredefinedMacros()
166 bool TargetInfo::isTypeSigned(IntType T) { in isTypeSigned() function in TargetInfo
219 static bool isTypeSigned(IntType T);
575 static bool isTypeSigned(DIType Ty, int *SizeInBits) { in isTypeSigned() function577 return isTypeSigned(DIDerivedType(Ty).getTypeDerivedFrom(), SizeInBits); in isTypeSigned()593 bool SignedConstant = isTypeSigned(Ty, &SizeInBits); in addConstantValue()
847 if (TargetInfo::isTypeSigned(Target.getWCharType())) in InitBuiltinTypes()