Home
last modified time | relevance | path

Searched refs:SignedLong (Results 1 – 6 of 6) sorted by relevance

/external/clang/lib/Basic/
DTargetInfo.cpp56 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 …]
DTargets.cpp1512 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 …]
/external/clang/include/clang/Basic/
DTargetInfo.h125 SignedLong, enumerator
245 case SignedLong: in getCorrespondingUnsignedType()
/external/clang/lib/Frontend/
DInitPreprocessor.cpp652 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()
/external/clang/lib/AST/
DASTContext.cpp6604 case TargetInfo::SignedLong: return LongTy; in getFromTargetType()
7986 case TargetInfo::SignedLong: in DecodeTypeFromStr()
/external/clang/lib/Sema/
DSemaChecking.cpp721 Context.getTargetInfo().getInt64Type() == TargetInfo::SignedLong; in CheckNeonBuiltinFunctionCall()