| /freebsd-14.2/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 | 78 SigAtomicType = SignedLong; in WebAssemblyTargetInfo() 85 PtrDiffType = SignedLong; in WebAssemblyTargetInfo() 86 IntPtrType = SignedLong; in WebAssemblyTargetInfo() 200 PtrDiffType = SignedLong; in WebAssembly64TargetInfo() 201 IntPtrType = SignedLong; in WebAssembly64TargetInfo()
|
| H A D | Sparc.h | 161 IntPtrType = SignedLong; in SparcV8TargetInfo() 162 PtrDiffType = SignedLong; in SparcV8TargetInfo() 205 IntMaxType = SignedLong; in SparcV9TargetInfo()
|
| H A D | X86.h | 533 IntPtrType = SignedLong; in OpenBSDI386TargetInfo() 534 PtrDiffType = SignedLong; in OpenBSDI386TargetInfo() 552 IntPtrType = SignedLong; in DarwinI386TargetInfo() 698 IntPtrType = SignedLong; in RTEMSX86_32TargetInfo() 699 PtrDiffType = SignedLong; in RTEMSX86_32TargetInfo() 725 PtrDiffType = IsX32 ? SignedInt : SignedLong; in X86_64TargetInfo() 726 IntPtrType = IsX32 ? SignedInt : SignedLong; in X86_64TargetInfo() 727 IntMaxType = IsX32 ? SignedLongLong : SignedLong; in X86_64TargetInfo() 728 Int64Type = IsX32 ? SignedLongLong : SignedLong; in X86_64TargetInfo()
|
| H A D | PPC.h | 385 PtrDiffType = SignedLong; in PPC32TargetInfo() 386 IntPtrType = SignedLong; in PPC32TargetInfo() 418 IntMaxType = SignedLong; in PPC64TargetInfo() 419 Int64Type = SignedLong; in PPC64TargetInfo()
|
| H A D | SystemZ.h | 37 IntMaxType = SignedLong; in SystemZTargetInfo() 38 Int64Type = SignedLong; in SystemZTargetInfo()
|
| H A D | MSP430.h | 47 SigAtomicType = SignedLong; in MSP430TargetInfo()
|
| H A D | NVPTX.cpp | 90 PtrDiffType = TargetInfo::SignedLong; in NVPTXTargetInfo() 91 IntPtrType = TargetInfo::SignedLong; in NVPTXTargetInfo()
|
| H A D | Mips.h | 147 Int64Type = SignedLong; in setN64ABITypes() 152 PtrDiffType = SignedLong; in setN64ABITypes()
|
| H A D | TCE.h | 72 IntMaxType = SignedLong; in TCETargetInfo()
|
| H A D | AMDGPU.cpp | 242 PtrDiffType = SignedLong; in AMDGPUTargetInfo() 243 IntPtrType = SignedLong; in AMDGPUTargetInfo()
|
| H A D | SPIR.h | 275 PtrDiffType = IntPtrType = TargetInfo::SignedLong; in SPIR64TargetInfo() 355 PtrDiffType = IntPtrType = TargetInfo::SignedLong; in SPIRV64TargetInfo()
|
| H A D | LoongArch.h | 134 IntMaxType = Int64Type = SignedLong; in LoongArch64TargetInfo()
|
| H A D | RISCV.h | 160 IntMaxType = Int64Type = SignedLong; in RISCV64TargetInfo()
|
| 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() 624 this->WCharType = this->WIntType = this->SignedLong; in SolarisTargetInfo()
|
| H A D | AArch64.cpp | 140 Int64Type = SignedLong; in AArch64TargetInfo() 141 IntMaxType = SignedLong; in AArch64TargetInfo()
|
| H A D | ARM.cpp | 272 ? SignedLong in ARMTargetInfo()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Basic/ |
| H A D | TargetInfo.cpp | 126 PtrDiffType = SignedLong; in TargetInfo() 128 IntPtrType = SignedLong; in TargetInfo() 217 case SignedLong: return "long int"; in getTypeName() 232 case SignedLong: return "L"; in getTypeConstantSuffix() 260 case SignedLong: in getTypeFormatModifier() 278 case SignedLong: in getTypeWidth() 294 return IsSigned ? SignedLong : UnsignedLong; in getIntTypeByWidth() 309 return IsSigned ? SignedLong : UnsignedLong; in getLeastIntTypeByWidth() 360 case SignedLong: in getTypeAlign() 375 case SignedLong: in isTypeSigned() [all …]
|
| /freebsd-14.2/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-14.2/contrib/llvm-project/clang/include/clang/Support/ |
| H A D | RISCVVIntrinsicUtils.h | 87 SignedLong, enumerator 225 SignedLong, enumerator
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | TargetInfo.h | 144 SignedLong, enumerator 370 return SignedLong; in getSignedSizeType() 415 case SignedLong: in getCorrespondingUnsignedType()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/ |
| H A D | InitPreprocessor.cpp | 1032 DefineTypeSize("__LONG_MAX__", TargetInfo::SignedLong, TI, Builder); in InitializePredefinedMacros() 1131 DefineExactWidthIntType(TargetInfo::SignedLong, TI, Builder); in InitializePredefinedMacros() 1155 DefineExactWidthIntTypeSize(TargetInfo::SignedLong, TI, Builder); in InitializePredefinedMacros()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaRISCVVectorLookup.cpp | 102 case ScalarTypeKind::SignedLong: in RVVType2Qual()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/AST/ |
| H A D | ASTContext.cpp | 9334 case TargetInfo::SignedLong: return LongTy; in getFromTargetType() 11239 case TargetInfo::SignedLong: in DecodeTypeFromStr() 11260 case TargetInfo::SignedLong: in DecodeTypeFromStr()
|