Home
last modified time | relevance | path

Searched refs:SignedLongLong (Results 1 – 12 of 12) sorted by relevance

/openbsd/gnu/llvm/clang/lib/Basic/
H A DTargetInfo.cpp125 IntMaxType = SignedLongLong; in TargetInfo()
131 Int64Type = SignedLongLong; in TargetInfo()
217 case SignedLongLong: return "long long int"; in getTypeName()
231 case SignedLongLong: return "LL"; in getTypeConstantSuffix()
260 case SignedLongLong: in getTypeFormatModifier()
278 case SignedLongLong: in getTypeWidth()
294 return IsSigned ? SignedLongLong : UnsignedLongLong; in getIntTypeByWidth()
309 return IsSigned ? SignedLongLong : UnsignedLongLong; in getLeastIntTypeByWidth()
360 case SignedLongLong: in getTypeAlign()
374 case SignedLongLong: in isTypeSigned()
[all …]
/openbsd/gnu/llvm/clang/lib/Basic/Targets/
H A DPNaCl.h33 this->IntMaxType = TargetInfo::SignedLongLong; in PNaClTargetInfo()
34 this->Int64Type = TargetInfo::SignedLongLong; in PNaClTargetInfo()
H A DX86.h713 IntMaxType = IsX32 ? SignedLongLong : SignedLong; in X86_64TargetInfo()
714 Int64Type = IsX32 ? SignedLongLong : SignedLong; in X86_64TargetInfo()
816 IntMaxType = SignedLongLong; in WindowsX86_64TargetInfo()
817 Int64Type = SignedLongLong; in WindowsX86_64TargetInfo()
819 PtrDiffType = SignedLongLong; in WindowsX86_64TargetInfo()
820 IntPtrType = SignedLongLong; in WindowsX86_64TargetInfo()
915 Int64Type = SignedLongLong; in DarwinX86_64TargetInfo()
941 IntMaxType = SignedLongLong; in OpenBSDX86_64TargetInfo()
942 Int64Type = SignedLongLong; in OpenBSDX86_64TargetInfo()
H A DMips.h118 Int64Type = SignedLongLong; in setO32ABITypes()
144 Int64Type = SignedLongLong; in setN64ABITypes()
157 Int64Type = SignedLongLong; in setN32ABITypes()
H A DWebAssembly.h117 return BitWidth == 64 ? (IsSigned ? SignedLongLong : UnsignedLongLong) in getIntTypeByWidth()
124 ? (IsSigned ? SignedLongLong : UnsignedLongLong) in getLeastIntTypeByWidth()
H A DAArch64.cpp128 Int64Type = SignedLongLong; in AArch64TargetInfo()
129 IntMaxType = SignedLongLong; in AArch64TargetInfo()
1344 IntMaxType = SignedLongLong; in WindowsARM64TargetInfo()
1345 Int64Type = SignedLongLong; in WindowsARM64TargetInfo()
1347 PtrDiffType = SignedLongLong; in WindowsARM64TargetInfo()
1348 IntPtrType = SignedLongLong; in WindowsARM64TargetInfo()
1427 Int64Type = SignedLongLong; in DarwinAArch64TargetInfo()
1429 IntMaxType = SignedLongLong; in DarwinAArch64TargetInfo()
H A DOSTargets.h160 ? (IsSigned ? TargetInfo::SignedLongLong in getLeastIntTypeByWidth()
473 this->IntMaxType = TargetInfo::SignedLongLong; in OpenBSDTargetInfo()
474 this->Int64Type = TargetInfo::SignedLongLong; in OpenBSDTargetInfo()
519 this->IntMaxType = TargetInfo::SignedLongLong; in PS3PPUTargetInfo()
520 this->Int64Type = TargetInfo::SignedLongLong; in PS3PPUTargetInfo()
886 this->IntMaxType = TargetInfo::SignedLongLong; in NaClTargetInfo()
887 this->Int64Type = TargetInfo::SignedLongLong; in NaClTargetInfo()
H A DMSP430.h44 IntMaxType = SignedLongLong; in MSP430TargetInfo()
H A DSparc.h203 IntMaxType = SignedLongLong; in SparcV9TargetInfo()
/openbsd/gnu/llvm/clang/include/clang/Basic/
H A DTargetInfo.h145 SignedLongLong, enumerator
350 return SignedLongLong; in getSignedSizeType()
395 case SignedLongLong: in getCorrespondingUnsignedType()
/openbsd/gnu/llvm/clang/lib/Frontend/
H A DInitPreprocessor.cpp984 DefineTypeSize("__LONG_LONG_MAX__", TargetInfo::SignedLongLong, TI, Builder); in InitializePredefinedMacros()
1085 DefineExactWidthIntType(TargetInfo::SignedLongLong, TI, Builder); in InitializePredefinedMacros()
1112 DefineExactWidthIntTypeSize(TargetInfo::SignedLongLong, TI, Builder); in InitializePredefinedMacros()
/openbsd/gnu/llvm/clang/lib/AST/
H A DASTContext.cpp9326 case TargetInfo::SignedLongLong: return LongLongTy; in getFromTargetType()
11135 case TargetInfo::SignedLongLong: in DecodeTypeFromStr()
11156 case TargetInfo::SignedLongLong: in DecodeTypeFromStr()