Searched refs:UnsignedLong (Results 1 – 5 of 5) sorted by relevance
55 SizeType = UnsignedLong; in TargetInfo()116 case UnsignedLong: return "long unsigned int"; in getTypeName()139 case UnsignedLong: return "UL"; in getTypeConstantSuffix()157 case UnsignedLong: return "l"; in getTypeFormatModifier()175 case UnsignedLong: return getLongWidth(); in getTypeWidth()190 return IsSigned ? SignedLong : UnsignedLong; in getIntTypeByWidth()205 return IsSigned ? SignedLong : UnsignedLong; in getLeastIntTypeByWidth()244 case UnsignedLong: return getLongAlign(); in getTypeAlign()264 case UnsignedLong: in isTypeSigned()301 SizeType = Is32BitArch ? UnsignedInt : UnsignedLong; in adjust()
1713 SizeType = TargetInfo::UnsignedLong; in NVPTX64TargetInfo()3635 SizeType = UnsignedLong; in OpenBSDI386TargetInfo()3645 SizeType = UnsignedLong; in BitrigI386TargetInfo()3659 SizeType = UnsignedLong; in DarwinI386TargetInfo()3779 SizeType = UnsignedLong; in HaikuX86_32TargetInfo()3833 SizeType = UnsignedLong; in RTEMSX86_32TargetInfo()3859 SizeType = IsX32 ? UnsignedInt : UnsignedLong; in X86_64TargetInfo()4117 SizeType = UnsignedLong; in setABIAAPCS()4178 SizeType = UnsignedLong; in setABIAPCS()5622 SizeType = UnsignedLong; in SparcV8TargetInfo()[all …]
122 UnsignedLong, enumerator242 return UnsignedLong; in getCorrespondingUnsignedType()
758 DefineExactWidthIntType(TargetInfo::UnsignedLong, TI, Builder); in InitializePredefinedMacros()759 DefineExactWidthIntTypeSize(TargetInfo::UnsignedLong, TI, Builder); in InitializePredefinedMacros()
6531 case TargetInfo::UnsignedLong: return UnsignedLongTy; in getFromTargetType()