| /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 | 86 SigAtomicType = SignedLong; in WebAssemblyTargetInfo() 93 PtrDiffType = SignedLong; in WebAssemblyTargetInfo() 94 IntPtrType = SignedLong; in WebAssemblyTargetInfo() 212 PtrDiffType = SignedLong; in WebAssembly64TargetInfo() 213 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 | 544 IntPtrType = SignedLong; in OpenBSDI386TargetInfo() 545 PtrDiffType = SignedLong; in OpenBSDI386TargetInfo() 571 IntPtrType = SignedLong; in DarwinI386TargetInfo() 720 IntPtrType = SignedLong; in RTEMSX86_32TargetInfo() 721 PtrDiffType = SignedLong; in RTEMSX86_32TargetInfo() 747 PtrDiffType = IsX32 ? SignedInt : SignedLong; in X86_64TargetInfo() 748 IntPtrType = IsX32 ? SignedInt : SignedLong; in X86_64TargetInfo() 749 IntMaxType = IsX32 ? SignedLongLong : SignedLong; in X86_64TargetInfo() 750 Int64Type = IsX32 ? SignedLongLong : SignedLong; in X86_64TargetInfo()
|
| H A D | PPC.h | 409 PtrDiffType = SignedLong; in PPC32TargetInfo() 410 IntPtrType = SignedLong; in PPC32TargetInfo() 446 IntMaxType = SignedLong; in PPC64TargetInfo() 447 Int64Type = SignedLong; in PPC64TargetInfo()
|
| H A D | SystemZ.h | 67 IntMaxType = SignedLong; in SystemZTargetInfo() 68 Int64Type = SignedLong; in SystemZTargetInfo()
|
| H A D | SPIR.h | 283 PtrDiffType = IntPtrType = TargetInfo::SignedLong; in SPIR64TargetInfo() 369 PtrDiffType = IntPtrType = TargetInfo::SignedLong; in SPIRV64TargetInfo() 415 PtrDiffType = IntPtrType = TargetInfo::SignedLong; in SPIRV64AMDGCNTargetInfo()
|
| H A D | NVPTX.cpp | 99 PtrDiffType = TargetInfo::SignedLong; in NVPTXTargetInfo() 100 IntPtrType = TargetInfo::SignedLong; in NVPTXTargetInfo()
|
| H A D | MSP430.h | 47 SigAtomicType = SignedLong; in MSP430TargetInfo()
|
| H A D | TCE.h | 76 IntMaxType = SignedLong; in TCETargetInfo()
|
| H A D | AMDGPU.cpp | 263 PtrDiffType = SignedLong; in AMDGPUTargetInfo() 264 IntPtrType = SignedLong; in AMDGPUTargetInfo()
|
| H A D | Mips.h | 153 Int64Type = SignedLong; in setN64ABITypes() 158 PtrDiffType = IntPtrType = SignedLong; in setN64ABITypes()
|
| H A D | LoongArch.h | 159 IntMaxType = Int64Type = SignedLong; in LoongArch64TargetInfo()
|
| H A D | OSTargets.h | 301 this->IntPtrType = TargetInfo::SignedLong; in HaikuTargetInfo() 302 this->PtrDiffType = TargetInfo::SignedLong; in HaikuTargetInfo() 303 this->ProcessIDType = TargetInfo::SignedLong; in HaikuTargetInfo() 676 this->WCharType = this->WIntType = this->SignedLong; in SolarisTargetInfo()
|
| H A D | RISCV.h | 207 IntMaxType = Int64Type = SignedLong; in RISCV64TargetInfo()
|
| H A D | AArch64.cpp | 138 Int64Type = SignedLong; in AArch64TargetInfo() 139 IntMaxType = SignedLong; in AArch64TargetInfo()
|
| H A D | ARM.cpp | 272 ? SignedLong in ARMTargetInfo()
|
| /freebsd/contrib/llvm-project/clang/lib/Basic/ |
| H A D | TargetInfo.cpp | 131 PtrDiffType = SignedLong; in TargetInfo() 133 IntPtrType = SignedLong; in TargetInfo() 241 case SignedLong: return "long int"; in getTypeName() 256 case SignedLong: return "L"; in getTypeConstantSuffix() 284 case SignedLong: in getTypeFormatModifier() 302 case SignedLong: in getTypeWidth() 318 return IsSigned ? SignedLong : UnsignedLong; in getIntTypeByWidth() 333 return IsSigned ? SignedLong : UnsignedLong; in getLeastIntTypeByWidth() 384 case SignedLong: in getTypeAlign() 399 case SignedLong: in isTypeSigned() [all …]
|
| /freebsd/contrib/llvm-project/clang/lib/Support/ |
| H A D | RISCVVIntrinsicUtils.cpp | 157 case ScalarTypeKind::SignedLong: in initBuiltinStr() 285 case ScalarTypeKind::SignedLong: in initTypeStr() 452 PT = BaseTypeModifier::SignedLong; in parsePrototypeDescriptor() 690 case BaseTypeModifier::SignedLong: in applyModifier() 691 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 | 154 SignedLong, enumerator 396 return SignedLong; in getSignedSizeType() 441 case SignedLong: in getCorrespondingUnsignedType()
|
| /freebsd/contrib/llvm-project/clang/lib/Frontend/ |
| H A D | InitPreprocessor.cpp | 1139 DefineTypeSize("__LONG_MAX__", TargetInfo::SignedLong, TI, Builder); in InitializePredefinedMacros() 1286 DefineExactWidthIntType(LangOpts, TargetInfo::SignedLong, TI, Builder); in InitializePredefinedMacros() 1310 DefineExactWidthIntTypeSize(TargetInfo::SignedLong, TI, Builder); in InitializePredefinedMacros()
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaARM.cpp | 768 bool IsInt64Long = TI.getInt64Type() == TargetInfo::SignedLong; in CheckNeonBuiltinFunctionCall()
|
| H A D | SemaRISCV.cpp | 128 case ScalarTypeKind::SignedLong: in RVVType2Qual()
|