/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/ |
H A D | VE.h | 37 PtrDiffType = SignedLong; in VETargetInfo() 38 IntPtrType = SignedLong; in VETargetInfo() 39 IntMaxType = SignedLong; in VETargetInfo() 40 Int64Type = SignedLong; in VETargetInfo()
|
H A D | BPF.h | 32 PtrDiffType = SignedLong; in BPFTargetInfo() 33 IntPtrType = SignedLong; in BPFTargetInfo() 34 IntMaxType = SignedLong; in BPFTargetInfo() 35 Int64Type = SignedLong; in BPFTargetInfo()
|
H A D | WebAssembly.h | 79 SigAtomicType = SignedLong; in WebAssemblyTargetInfo() 86 PtrDiffType = SignedLong; in WebAssemblyTargetInfo() 87 IntPtrType = SignedLong; in WebAssemblyTargetInfo() 205 PtrDiffType = SignedLong; in WebAssembly64TargetInfo() 206 IntPtrType = SignedLong; in WebAssembly64TargetInfo()
|
H A D | Sparc.h | 165 IntPtrType = SignedLong; in SparcV8TargetInfo() 166 PtrDiffType = SignedLong; in SparcV8TargetInfo() 209 IntMaxType = SignedLong; in SparcV9TargetInfo()
|
H A D | X86.h | 524 IntPtrType = SignedLong; in OpenBSDI386TargetInfo() 525 PtrDiffType = SignedLong; in OpenBSDI386TargetInfo() 543 IntPtrType = SignedLong; in DarwinI386TargetInfo() 690 IntPtrType = SignedLong; in RTEMSX86_32TargetInfo() 691 PtrDiffType = SignedLong; in RTEMSX86_32TargetInfo() 717 PtrDiffType = IsX32 ? SignedInt : SignedLong; in X86_64TargetInfo() 718 IntPtrType = IsX32 ? SignedInt : SignedLong; in X86_64TargetInfo() 719 IntMaxType = IsX32 ? SignedLongLong : SignedLong; in X86_64TargetInfo() 720 Int64Type = IsX32 ? SignedLongLong : SignedLong; in X86_64TargetInfo()
|
H A D | PPC.h | 420 PtrDiffType = SignedLong; in PPC32TargetInfo() 421 IntPtrType = SignedLong; in PPC32TargetInfo() 457 IntMaxType = SignedLong; in PPC64TargetInfo() 458 Int64Type = SignedLong; in PPC64TargetInfo()
|
H A D | SystemZ.h | 39 IntMaxType = SignedLong; in SystemZTargetInfo() 40 Int64Type = SignedLong; in SystemZTargetInfo()
|
H A D | SPIR.h | 277 PtrDiffType = IntPtrType = TargetInfo::SignedLong; in SPIR64TargetInfo() 358 PtrDiffType = IntPtrType = TargetInfo::SignedLong; in SPIRV64TargetInfo() 382 PtrDiffType = IntPtrType = TargetInfo::SignedLong; in SPIRV64AMDGCNTargetInfo()
|
H A D | NVPTX.cpp | 94 PtrDiffType = TargetInfo::SignedLong; in NVPTXTargetInfo() 95 IntPtrType = TargetInfo::SignedLong; in NVPTXTargetInfo()
|
H A D | MSP430.h | 47 SigAtomicType = SignedLong; in MSP430TargetInfo()
|
H A D | Mips.h | 152 Int64Type = SignedLong; in setN64ABITypes() 157 PtrDiffType = SignedLong; in setN64ABITypes()
|
H A D | TCE.h | 72 IntMaxType = SignedLong; in TCETargetInfo()
|
H A D | AMDGPU.cpp | 249 PtrDiffType = SignedLong; in AMDGPUTargetInfo() 250 IntPtrType = SignedLong; in AMDGPUTargetInfo()
|
H A D | LoongArch.h | 136 IntMaxType = Int64Type = SignedLong; in LoongArch64TargetInfo()
|
H A D | OSTargets.h | 276 this->IntPtrType = TargetInfo::SignedLong; in HaikuTargetInfo() 277 this->PtrDiffType = TargetInfo::SignedLong; in HaikuTargetInfo() 278 this->ProcessIDType = TargetInfo::SignedLong; in HaikuTargetInfo() 628 this->WCharType = this->WIntType = this->SignedLong; in SolarisTargetInfo()
|
H A D | RISCV.h | 166 IntMaxType = Int64Type = SignedLong; in RISCV64TargetInfo()
|
H A D | AArch64.cpp | 142 Int64Type = SignedLong; in AArch64TargetInfo() 143 IntMaxType = SignedLong; in AArch64TargetInfo()
|
H A D | ARM.cpp | 271 ? SignedLong in ARMTargetInfo()
|
/freebsd/contrib/llvm-project/clang/lib/Basic/ |
H A D | TargetInfo.cpp | 126 PtrDiffType = SignedLong; in TargetInfo() 128 IntPtrType = SignedLong; in TargetInfo() 218 case SignedLong: return "long int"; in getTypeName() 233 case SignedLong: return "L"; in getTypeConstantSuffix() 261 case SignedLong: in getTypeFormatModifier() 279 case SignedLong: in getTypeWidth() 295 return IsSigned ? SignedLong : UnsignedLong; in getIntTypeByWidth() 310 return IsSigned ? SignedLong : UnsignedLong; in getLeastIntTypeByWidth() 361 case SignedLong: in getTypeAlign() 376 case SignedLong: in isTypeSigned() [all …]
|
/freebsd/contrib/llvm-project/clang/lib/Support/ |
H A D | RISCVVIntrinsicUtils.cpp | 160 case ScalarTypeKind::SignedLong: in initBuiltinStr() 288 case ScalarTypeKind::SignedLong: in initTypeStr() 455 PT = BaseTypeModifier::SignedLong; in parsePrototypeDescriptor() 693 case BaseTypeModifier::SignedLong: in applyModifier() 694 ScalarType = ScalarTypeKind::SignedLong; in applyModifier()
|
/freebsd/contrib/llvm-project/clang/include/clang/Support/ |
H A D | RISCVVIntrinsicUtils.h | 87 SignedLong, enumerator 225 SignedLong, enumerator
|
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | TargetInfo.h | 150 SignedLong, enumerator 379 return SignedLong; in getSignedSizeType() 424 case SignedLong: in getCorrespondingUnsignedType()
|
/freebsd/contrib/llvm-project/clang/lib/Frontend/ |
H A D | InitPreprocessor.cpp | 1122 DefineTypeSize("__LONG_MAX__", TargetInfo::SignedLong, TI, Builder); in InitializePredefinedMacros() 1265 DefineExactWidthIntType(LangOpts, TargetInfo::SignedLong, TI, Builder); in InitializePredefinedMacros() 1289 DefineExactWidthIntTypeSize(TargetInfo::SignedLong, TI, Builder); in InitializePredefinedMacros()
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaARM.cpp | 786 bool IsInt64Long = TI.getInt64Type() == TargetInfo::SignedLong; in CheckNeonBuiltinFunctionCall()
|
H A D | SemaRISCV.cpp | 108 case ScalarTypeKind::SignedLong: in RVVType2Qual()
|