Home
last modified time | relevance | path

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

12

/external/clang/lib/Basic/
DTargetInfo.cpp58 PtrDiffType = SignedLong; in TargetInfo()
60 IntPtrType = SignedLong; in TargetInfo()
119 case SignedLong: return "long int"; in getTypeName()
134 case SignedLong: return "L"; in getTypeConstantSuffix()
160 case SignedLong: in getTypeFormatModifier()
178 case SignedLong: in getTypeWidth()
194 return IsSigned ? SignedLong : UnsignedLong; in getIntTypeByWidth()
209 return IsSigned ? SignedLong : UnsignedLong; in getLeastIntTypeByWidth()
249 case SignedLong: in getTypeAlign()
264 case SignedLong: in isTypeSigned()
[all …]
DTargets.cpp408 this->IntPtrType = TargetInfo::SignedLong; in HaikuTargetInfo()
409 this->PtrDiffType = TargetInfo::SignedLong; in HaikuTargetInfo()
410 this->ProcessIDType = TargetInfo::SignedLong; in HaikuTargetInfo()
1618 IntMaxType = SignedLong; in PPC64TargetInfo()
1619 Int64Type = SignedLong; in PPC64TargetInfo()
1901 PtrDiffType = TargetInfo::SignedLong; in NVPTX64TargetInfo()
1902 IntPtrType = TargetInfo::SignedLong; in NVPTX64TargetInfo()
4068 IntPtrType = SignedLong; in OpenBSDI386TargetInfo()
4069 PtrDiffType = SignedLong; in OpenBSDI386TargetInfo()
4078 IntPtrType = SignedLong; in BitrigI386TargetInfo()
[all …]
/external/llvm-project/clang/lib/Basic/Targets/
DVE.h38 PtrDiffType = SignedLong; in VETargetInfo()
39 IntPtrType = SignedLong; in VETargetInfo()
40 IntMaxType = SignedLong; in VETargetInfo()
41 Int64Type = SignedLong; in VETargetInfo()
DBPF.h32 PtrDiffType = SignedLong; in BPFTargetInfo()
33 IntPtrType = SignedLong; in BPFTargetInfo()
34 IntMaxType = SignedLong; in BPFTargetInfo()
35 Int64Type = SignedLong; in BPFTargetInfo()
DWebAssembly.h53 SigAtomicType = SignedLong; in WebAssemblyTargetInfo()
60 PtrDiffType = SignedLong; in WebAssemblyTargetInfo()
61 IntPtrType = SignedLong; in WebAssemblyTargetInfo()
166 PtrDiffType = SignedLong; in WebAssembly64TargetInfo()
167 IntPtrType = SignedLong; in WebAssembly64TargetInfo()
DSparc.h165 IntPtrType = SignedLong; in SparcV8TargetInfo()
166 PtrDiffType = SignedLong; in SparcV8TargetInfo()
210 IntMaxType = SignedLong; in SparcV9TargetInfo()
DX86.h475 IntPtrType = SignedLong; in OpenBSDI386TargetInfo()
476 PtrDiffType = SignedLong; in OpenBSDI386TargetInfo()
494 IntPtrType = SignedLong; in DarwinI386TargetInfo()
636 IntPtrType = SignedLong; in RTEMSX86_32TargetInfo()
637 PtrDiffType = SignedLong; in RTEMSX86_32TargetInfo()
663 PtrDiffType = IsX32 ? SignedInt : SignedLong; in X86_64TargetInfo()
664 IntPtrType = IsX32 ? SignedInt : SignedLong; in X86_64TargetInfo()
665 IntMaxType = IsX32 ? SignedLongLong : SignedLong; in X86_64TargetInfo()
666 Int64Type = IsX32 ? SignedLongLong : SignedLong; in X86_64TargetInfo()
DPPC.h371 PtrDiffType = SignedLong; in PPC32TargetInfo()
372 IntPtrType = SignedLong; in PPC32TargetInfo()
404 IntMaxType = SignedLong; in PPC64TargetInfo()
405 Int64Type = SignedLong; in PPC64TargetInfo()
DSystemZ.h38 IntMaxType = SignedLong; in SystemZTargetInfo()
39 Int64Type = SignedLong; in SystemZTargetInfo()
DNVPTX.cpp100 PtrDiffType = TargetInfo::SignedLong; in NVPTXTargetInfo()
101 IntPtrType = TargetInfo::SignedLong; in NVPTXTargetInfo()
DMSP430.h47 SigAtomicType = SignedLong; in MSP430TargetInfo()
DMips.h147 Int64Type = SignedLong; in setN64ABITypes()
152 PtrDiffType = SignedLong; in setN64ABITypes()
DAMDGPU.cpp333 PtrDiffType = SignedLong; in AMDGPUTargetInfo()
334 IntPtrType = SignedLong; in AMDGPUTargetInfo()
DTCE.h63 IntMaxType = SignedLong; in TCETargetInfo()
DSPIR.h131 PtrDiffType = IntPtrType = TargetInfo::SignedLong; in SPIR64TargetInfo()
DRISCV.h126 IntMaxType = Int64Type = SignedLong; in RISCV64TargetInfo()
DOSTargets.h308 this->IntPtrType = TargetInfo::SignedLong; in HaikuTargetInfo()
309 this->PtrDiffType = TargetInfo::SignedLong; in HaikuTargetInfo()
310 this->ProcessIDType = TargetInfo::SignedLong; in HaikuTargetInfo()
656 this->WCharType = this->WIntType = this->SignedLong; in SolarisTargetInfo()
DAArch64.cpp53 Int64Type = SignedLong; in AArch64TargetInfo()
54 IntMaxType = SignedLong; in AArch64TargetInfo()
DARM.cpp248 ? SignedLong in ARMTargetInfo()
/external/llvm-project/clang/lib/Basic/
DTargetInfo.cpp91 PtrDiffType = SignedLong; in TargetInfo()
93 IntPtrType = SignedLong; in TargetInfo()
173 case SignedLong: return "long int"; in getTypeName()
188 case SignedLong: return "L"; in getTypeConstantSuffix()
216 case SignedLong: in getTypeFormatModifier()
234 case SignedLong: in getTypeWidth()
250 return IsSigned ? SignedLong : UnsignedLong; in getIntTypeByWidth()
265 return IsSigned ? SignedLong : UnsignedLong; in getLeastIntTypeByWidth()
310 case SignedLong: in getTypeAlign()
325 case SignedLong: in isTypeSigned()
[all …]
/external/llvm-project/clang/include/clang/Basic/
DTargetInfo.h118 SignedLong, enumerator
312 return SignedLong; in getSignedSizeType()
352 case SignedLong: in getCorrespondingUnsignedType()
/external/clang/include/clang/Basic/
DTargetInfo.h132 SignedLong, enumerator
256 case SignedLong: in getCorrespondingUnsignedType()
/external/clang/lib/Frontend/
DInitPreprocessor.cpp685 DefineTypeSize("__LONG_MAX__", TargetInfo::SignedLong, TI, Builder); in InitializePredefinedMacros()
778 DefineExactWidthIntType(TargetInfo::SignedLong, TI, Builder); in InitializePredefinedMacros()
802 DefineExactWidthIntTypeSize(TargetInfo::SignedLong, TI, Builder); in InitializePredefinedMacros()
/external/llvm-project/clang/lib/Frontend/
DInitPreprocessor.cpp823 DefineTypeSize("__LONG_MAX__", TargetInfo::SignedLong, TI, Builder); in InitializePredefinedMacros()
919 DefineExactWidthIntType(TargetInfo::SignedLong, TI, Builder); in InitializePredefinedMacros()
943 DefineExactWidthIntTypeSize(TargetInfo::SignedLong, TI, Builder); in InitializePredefinedMacros()
/external/llvm-project/clang/lib/AST/
DASTContext.cpp8448 case TargetInfo::SignedLong: return LongTy; in getFromTargetType()
10121 case TargetInfo::SignedLong: in DecodeTypeFromStr()
10142 case TargetInfo::SignedLong: in DecodeTypeFromStr()

12