| /openbsd-src/gnu/llvm/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 | 53 SigAtomicType = SignedLong; in WebAssemblyTargetInfo() 60 PtrDiffType = SignedLong; in WebAssemblyTargetInfo() 61 IntPtrType = SignedLong; in WebAssemblyTargetInfo() 175 PtrDiffType = SignedLong; in WebAssembly64TargetInfo() 176 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 | 520 IntPtrType = SignedLong; in OpenBSDI386TargetInfo() 521 PtrDiffType = SignedLong; in OpenBSDI386TargetInfo() 539 IntPtrType = SignedLong; in DarwinI386TargetInfo() 684 IntPtrType = SignedLong; in RTEMSX86_32TargetInfo() 685 PtrDiffType = SignedLong; in RTEMSX86_32TargetInfo() 711 PtrDiffType = IsX32 ? SignedInt : SignedLong; in X86_64TargetInfo() 712 IntPtrType = IsX32 ? SignedInt : SignedLong; in X86_64TargetInfo() 713 IntMaxType = IsX32 ? SignedLongLong : SignedLong; in X86_64TargetInfo() 714 Int64Type = IsX32 ? SignedLongLong : SignedLong; in X86_64TargetInfo()
|
| H A D | PPC.h | 383 PtrDiffType = SignedLong; in PPC32TargetInfo() 384 IntPtrType = SignedLong; in PPC32TargetInfo() 416 IntMaxType = SignedLong; in PPC64TargetInfo() 417 Int64Type = SignedLong; in PPC64TargetInfo()
|
| H A D | SystemZ.h | 37 IntMaxType = SignedLong; in SystemZTargetInfo() 38 Int64Type = SignedLong; in SystemZTargetInfo()
|
| H A D | SPIR.h | 221 PtrDiffType = IntPtrType = TargetInfo::SignedLong; in SPIR64TargetInfo() 274 PtrDiffType = IntPtrType = TargetInfo::SignedLong; in SPIRV64TargetInfo()
|
| H A D | NVPTX.cpp | 90 PtrDiffType = TargetInfo::SignedLong; in NVPTXTargetInfo() 91 IntPtrType = TargetInfo::SignedLong; in NVPTXTargetInfo()
|
| H A D | MSP430.h | 47 SigAtomicType = SignedLong; in MSP430TargetInfo()
|
| H A D | Mips.h | 146 Int64Type = SignedLong; in setN64ABITypes() 151 PtrDiffType = SignedLong; in setN64ABITypes()
|
| H A D | TCE.h | 69 IntMaxType = SignedLong; in TCETargetInfo()
|
| H A D | AMDGPU.cpp | 410 PtrDiffType = SignedLong; in AMDGPUTargetInfo() 411 IntPtrType = SignedLong; in AMDGPUTargetInfo()
|
| H A D | LoongArch.h | 116 IntMaxType = Int64Type = SignedLong; in LoongArch64TargetInfo()
|
| H A D | RISCV.h | 142 IntMaxType = Int64Type = SignedLong; in RISCV64TargetInfo()
|
| H A D | OSTargets.h | 306 this->IntPtrType = TargetInfo::SignedLong; in HaikuTargetInfo() 307 this->PtrDiffType = TargetInfo::SignedLong; in HaikuTargetInfo() 308 this->ProcessIDType = TargetInfo::SignedLong; in HaikuTargetInfo() 675 this->WCharType = this->WIntType = this->SignedLong; in SolarisTargetInfo()
|
| H A D | AArch64.cpp | 134 Int64Type = SignedLong; in AArch64TargetInfo() 135 IntMaxType = SignedLong; in AArch64TargetInfo()
|
| H A D | ARM.cpp | 267 ? SignedLong in ARMTargetInfo()
|
| /openbsd-src/gnu/llvm/clang/lib/Basic/ |
| H A D | TargetInfo.cpp | 124 PtrDiffType = SignedLong; in TargetInfo() 126 IntPtrType = SignedLong; in TargetInfo() 215 case SignedLong: return "long int"; in getTypeName() 230 case SignedLong: return "L"; in getTypeConstantSuffix() 258 case SignedLong: in getTypeFormatModifier() 276 case SignedLong: in getTypeWidth() 292 return IsSigned ? SignedLong : UnsignedLong; in getIntTypeByWidth() 307 return IsSigned ? SignedLong : UnsignedLong; in getLeastIntTypeByWidth() 358 case SignedLong: in getTypeAlign() 373 case SignedLong: in isTypeSigned() [all …]
|
| /openbsd-src/gnu/llvm/clang/lib/Support/ |
| H A D | RISCVVIntrinsicUtils.cpp | 154 case ScalarTypeKind::SignedLong: in initBuiltinStr() 271 case ScalarTypeKind::SignedLong: in initTypeStr() 414 PT = BaseTypeModifier::SignedLong; in parsePrototypeDescriptor() 610 case BaseTypeModifier::SignedLong: in applyModifier() 611 ScalarType = ScalarTypeKind::SignedLong; in applyModifier()
|
| /openbsd-src/gnu/llvm/clang/include/clang/Support/ |
| H A D | RISCVVIntrinsicUtils.h | 73 SignedLong, enumerator 208 SignedLong, enumerator
|
| /openbsd-src/gnu/llvm/clang/include/clang/Basic/ |
| H A D | TargetInfo.h | 143 SignedLong, enumerator 348 return SignedLong; in getSignedSizeType() 393 case SignedLong: in getCorrespondingUnsignedType()
|
| /openbsd-src/gnu/llvm/clang/lib/Frontend/ |
| H A D | InitPreprocessor.cpp | 983 DefineTypeSize("__LONG_MAX__", TargetInfo::SignedLong, TI, Builder); in InitializePredefinedMacros() 1082 DefineExactWidthIntType(TargetInfo::SignedLong, TI, Builder); in InitializePredefinedMacros() 1106 DefineExactWidthIntTypeSize(TargetInfo::SignedLong, TI, Builder); in InitializePredefinedMacros()
|
| /openbsd-src/gnu/llvm/clang/lib/Sema/ |
| H A D | SemaRISCVVectorLookup.cpp | 88 case ScalarTypeKind::SignedLong: in RVVType2Qual()
|
| /openbsd-src/gnu/llvm/clang/lib/AST/ |
| H A D | ASTContext.cpp | 9324 case TargetInfo::SignedLong: return LongTy; in getFromTargetType() 11132 case TargetInfo::SignedLong: in DecodeTypeFromStr() 11153 case TargetInfo::SignedLong: in DecodeTypeFromStr()
|