Searched refs:SignedLong (Results 1 – 6 of 6) sorted by relevance
56 PtrDiffType = SignedLong; in TargetInfo()58 IntPtrType = SignedLong; in TargetInfo()115 case SignedLong: return "long int"; in getTypeName()130 case SignedLong: return "L"; in getTypeConstantSuffix()156 case SignedLong: in getTypeFormatModifier()174 case SignedLong: in getTypeWidth()190 return IsSigned ? SignedLong : UnsignedLong; in getIntTypeByWidth()205 return IsSigned ? SignedLong : UnsignedLong; in getLeastIntTypeByWidth()243 case SignedLong: in getTypeAlign()258 case SignedLong: in isTypeSigned()[all …]
1494 IntMaxType = SignedLong; in PPC64TargetInfo()1495 Int64Type = SignedLong; in PPC64TargetInfo()1714 PtrDiffType = TargetInfo::SignedLong; in NVPTX64TargetInfo()1715 IntPtrType = TargetInfo::SignedLong; in NVPTX64TargetInfo()3636 IntPtrType = SignedLong; in OpenBSDI386TargetInfo()3637 PtrDiffType = SignedLong; in OpenBSDI386TargetInfo()3646 IntPtrType = SignedLong; in BitrigI386TargetInfo()3647 PtrDiffType = SignedLong; in BitrigI386TargetInfo()3660 IntPtrType = SignedLong; in DarwinI386TargetInfo()3780 IntPtrType = SignedLong; in HaikuX86_32TargetInfo()[all …]
121 SignedLong, enumerator241 case SignedLong: in getCorrespondingUnsignedType()
643 DefineTypeSize("__LONG_MAX__", TargetInfo::SignedLong, TI, Builder); in InitializePredefinedMacros()736 DefineExactWidthIntType(TargetInfo::SignedLong, TI, Builder); in InitializePredefinedMacros()760 DefineExactWidthIntTypeSize(TargetInfo::SignedLong, TI, Builder); in InitializePredefinedMacros()
6530 case TargetInfo::SignedLong: return LongTy; in getFromTargetType()7912 case TargetInfo::SignedLong: in DecodeTypeFromStr()
678 Context.getTargetInfo().getInt64Type() == TargetInfo::SignedLong; in CheckNeonBuiltinFunctionCall()