/external/clang/lib/Basic/ |
D | TargetInfo.cpp | 58 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 …]
|
D | Targets.cpp | 408 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/ |
D | VE.h | 38 PtrDiffType = SignedLong; in VETargetInfo() 39 IntPtrType = SignedLong; in VETargetInfo() 40 IntMaxType = SignedLong; in VETargetInfo() 41 Int64Type = SignedLong; in VETargetInfo()
|
D | BPF.h | 32 PtrDiffType = SignedLong; in BPFTargetInfo() 33 IntPtrType = SignedLong; in BPFTargetInfo() 34 IntMaxType = SignedLong; in BPFTargetInfo() 35 Int64Type = SignedLong; in BPFTargetInfo()
|
D | WebAssembly.h | 53 SigAtomicType = SignedLong; in WebAssemblyTargetInfo() 60 PtrDiffType = SignedLong; in WebAssemblyTargetInfo() 61 IntPtrType = SignedLong; in WebAssemblyTargetInfo() 166 PtrDiffType = SignedLong; in WebAssembly64TargetInfo() 167 IntPtrType = SignedLong; in WebAssembly64TargetInfo()
|
D | Sparc.h | 165 IntPtrType = SignedLong; in SparcV8TargetInfo() 166 PtrDiffType = SignedLong; in SparcV8TargetInfo() 210 IntMaxType = SignedLong; in SparcV9TargetInfo()
|
D | X86.h | 475 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()
|
D | PPC.h | 371 PtrDiffType = SignedLong; in PPC32TargetInfo() 372 IntPtrType = SignedLong; in PPC32TargetInfo() 404 IntMaxType = SignedLong; in PPC64TargetInfo() 405 Int64Type = SignedLong; in PPC64TargetInfo()
|
D | SystemZ.h | 38 IntMaxType = SignedLong; in SystemZTargetInfo() 39 Int64Type = SignedLong; in SystemZTargetInfo()
|
D | NVPTX.cpp | 100 PtrDiffType = TargetInfo::SignedLong; in NVPTXTargetInfo() 101 IntPtrType = TargetInfo::SignedLong; in NVPTXTargetInfo()
|
D | MSP430.h | 47 SigAtomicType = SignedLong; in MSP430TargetInfo()
|
D | Mips.h | 147 Int64Type = SignedLong; in setN64ABITypes() 152 PtrDiffType = SignedLong; in setN64ABITypes()
|
D | AMDGPU.cpp | 333 PtrDiffType = SignedLong; in AMDGPUTargetInfo() 334 IntPtrType = SignedLong; in AMDGPUTargetInfo()
|
D | TCE.h | 63 IntMaxType = SignedLong; in TCETargetInfo()
|
D | SPIR.h | 131 PtrDiffType = IntPtrType = TargetInfo::SignedLong; in SPIR64TargetInfo()
|
D | RISCV.h | 126 IntMaxType = Int64Type = SignedLong; in RISCV64TargetInfo()
|
D | OSTargets.h | 308 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()
|
D | AArch64.cpp | 53 Int64Type = SignedLong; in AArch64TargetInfo() 54 IntMaxType = SignedLong; in AArch64TargetInfo()
|
D | ARM.cpp | 248 ? SignedLong in ARMTargetInfo()
|
/external/llvm-project/clang/lib/Basic/ |
D | TargetInfo.cpp | 91 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/ |
D | TargetInfo.h | 118 SignedLong, enumerator 312 return SignedLong; in getSignedSizeType() 352 case SignedLong: in getCorrespondingUnsignedType()
|
/external/clang/include/clang/Basic/ |
D | TargetInfo.h | 132 SignedLong, enumerator 256 case SignedLong: in getCorrespondingUnsignedType()
|
/external/clang/lib/Frontend/ |
D | InitPreprocessor.cpp | 685 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/ |
D | InitPreprocessor.cpp | 823 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/ |
D | ASTContext.cpp | 8448 case TargetInfo::SignedLong: return LongTy; in getFromTargetType() 10121 case TargetInfo::SignedLong: in DecodeTypeFromStr() 10142 case TargetInfo::SignedLong: in DecodeTypeFromStr()
|