Searched refs:SignedLong (Results 1 – 6 of 6) sorted by relevance
56 PtrDiffType = SignedLong; in TargetInfo()58 IntPtrType = SignedLong; in TargetInfo()116 case SignedLong: return "long int"; in getTypeName()131 case SignedLong: return "L"; in getTypeConstantSuffix()157 case SignedLong: in getTypeFormatModifier()175 case SignedLong: in getTypeWidth()191 return IsSigned ? SignedLong : UnsignedLong; in getIntTypeByWidth()206 return IsSigned ? SignedLong : UnsignedLong; in getLeastIntTypeByWidth()244 case SignedLong: in getTypeAlign()259 case SignedLong: in isTypeSigned()[all …]
1512 IntMaxType = SignedLong; in PPC64TargetInfo()1513 Int64Type = SignedLong; in PPC64TargetInfo()1727 PtrDiffType = TargetInfo::SignedLong; in NVPTX64TargetInfo()1728 IntPtrType = TargetInfo::SignedLong; in NVPTX64TargetInfo()3704 IntPtrType = SignedLong; in OpenBSDI386TargetInfo()3705 PtrDiffType = SignedLong; in OpenBSDI386TargetInfo()3714 IntPtrType = SignedLong; in BitrigI386TargetInfo()3715 PtrDiffType = SignedLong; in BitrigI386TargetInfo()3732 IntPtrType = SignedLong; in DarwinI386TargetInfo()3859 IntPtrType = SignedLong; in HaikuX86_32TargetInfo()[all …]
125 SignedLong, enumerator245 case SignedLong: in getCorrespondingUnsignedType()
652 DefineTypeSize("__LONG_MAX__", TargetInfo::SignedLong, TI, Builder); in InitializePredefinedMacros()745 DefineExactWidthIntType(TargetInfo::SignedLong, TI, Builder); in InitializePredefinedMacros()769 DefineExactWidthIntTypeSize(TargetInfo::SignedLong, TI, Builder); in InitializePredefinedMacros()
6604 case TargetInfo::SignedLong: return LongTy; in getFromTargetType()7986 case TargetInfo::SignedLong: in DecodeTypeFromStr()
721 Context.getTargetInfo().getInt64Type() == TargetInfo::SignedLong; in CheckNeonBuiltinFunctionCall()