Home
last modified time | relevance | path

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

/external/clang/lib/Basic/
DTargetInfo.cpp53 PtrDiffType = SignedLong; in TargetInfo()
56 IntPtrType = SignedLong; in TargetInfo()
113 case SignedLong: return "long int"; in getTypeName()
128 case SignedLong: return "L"; in getTypeConstantSuffix()
149 case SignedLong: in getTypeWidth()
165 return IsSigned ? SignedLong : UnsignedLong; in getIntTypeByWidth()
180 return IsSigned ? SignedLong : UnsignedLong; in getLeastIntTypeByWidth()
218 case SignedLong: in getTypeAlign()
233 case SignedLong: in isTypeSigned()
277 PtrDiffType = Is32BitArch ? SignedInt : SignedLong; in adjust()
[all …]
DTargets.cpp525 this->WCharType = this->SignedLong; in AuroraUXTargetInfo()
1277 IntMaxType = SignedLong; in PPC64TargetInfo()
1279 Int64Type = SignedLong; in PPC64TargetInfo()
3055 IntPtrType = SignedLong; in OpenBSDI386TargetInfo()
3056 PtrDiffType = SignedLong; in OpenBSDI386TargetInfo()
3067 IntPtrType = SignedLong; in BitrigI386TargetInfo()
3068 PtrDiffType = SignedLong; in BitrigI386TargetInfo()
3083 IntPtrType = SignedLong; in DarwinI386TargetInfo()
3201 IntPtrType = SignedLong; in HaikuX86_32TargetInfo()
3202 PtrDiffType = SignedLong; in HaikuX86_32TargetInfo()
[all …]
/external/clang/lib/Frontend/
DInitPreprocessor.cpp605 DefineTypeSize("__LONG_MAX__", TargetInfo::SignedLong, TI, Builder); in InitializePredefinedMacros()
688 DefineExactWidthIntType(TargetInfo::SignedLong, TI, Builder); in InitializePredefinedMacros()
713 DefineExactWidthIntTypeSize(TargetInfo::SignedLong, TI, Builder); in InitializePredefinedMacros()
/external/clang/include/clang/Basic/
DTargetInfo.h118 SignedLong, enumerator
/external/clang/lib/AST/
DASTContext.cpp6311 case TargetInfo::SignedLong: return LongTy; in getFromTargetType()
7489 case TargetInfo::SignedLong: in DecodeTypeFromStr()
/external/clang/lib/Sema/
DSemaChecking.cpp457 Context.getTargetInfo().getInt64Type() == TargetInfo::SignedLong; in CheckNeonBuiltinFunctionCall()