Home
last modified time | relevance | path

Searched refs:SignedLong (Results 1 – 25 of 26) sorted by relevance

12

/openbsd-src/gnu/llvm/clang/lib/Basic/Targets/
H A DVE.h37 PtrDiffType = SignedLong; in VETargetInfo()
38 IntPtrType = SignedLong; in VETargetInfo()
39 IntMaxType = SignedLong; in VETargetInfo()
40 Int64Type = SignedLong; in VETargetInfo()
H A DBPF.h32 PtrDiffType = SignedLong; in BPFTargetInfo()
33 IntPtrType = SignedLong; in BPFTargetInfo()
34 IntMaxType = SignedLong; in BPFTargetInfo()
35 Int64Type = SignedLong; in BPFTargetInfo()
H A DWebAssembly.h53 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 DSparc.h161 IntPtrType = SignedLong; in SparcV8TargetInfo()
162 PtrDiffType = SignedLong; in SparcV8TargetInfo()
205 IntMaxType = SignedLong; in SparcV9TargetInfo()
H A DX86.h520 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 DPPC.h383 PtrDiffType = SignedLong; in PPC32TargetInfo()
384 IntPtrType = SignedLong; in PPC32TargetInfo()
416 IntMaxType = SignedLong; in PPC64TargetInfo()
417 Int64Type = SignedLong; in PPC64TargetInfo()
H A DSystemZ.h37 IntMaxType = SignedLong; in SystemZTargetInfo()
38 Int64Type = SignedLong; in SystemZTargetInfo()
H A DSPIR.h221 PtrDiffType = IntPtrType = TargetInfo::SignedLong; in SPIR64TargetInfo()
274 PtrDiffType = IntPtrType = TargetInfo::SignedLong; in SPIRV64TargetInfo()
H A DNVPTX.cpp90 PtrDiffType = TargetInfo::SignedLong; in NVPTXTargetInfo()
91 IntPtrType = TargetInfo::SignedLong; in NVPTXTargetInfo()
H A DMSP430.h47 SigAtomicType = SignedLong; in MSP430TargetInfo()
H A DMips.h146 Int64Type = SignedLong; in setN64ABITypes()
151 PtrDiffType = SignedLong; in setN64ABITypes()
H A DTCE.h69 IntMaxType = SignedLong; in TCETargetInfo()
H A DAMDGPU.cpp410 PtrDiffType = SignedLong; in AMDGPUTargetInfo()
411 IntPtrType = SignedLong; in AMDGPUTargetInfo()
H A DLoongArch.h116 IntMaxType = Int64Type = SignedLong; in LoongArch64TargetInfo()
H A DRISCV.h142 IntMaxType = Int64Type = SignedLong; in RISCV64TargetInfo()
H A DOSTargets.h306 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 DAArch64.cpp134 Int64Type = SignedLong; in AArch64TargetInfo()
135 IntMaxType = SignedLong; in AArch64TargetInfo()
H A DARM.cpp267 ? SignedLong in ARMTargetInfo()
/openbsd-src/gnu/llvm/clang/lib/Basic/
H A DTargetInfo.cpp124 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 DRISCVVIntrinsicUtils.cpp154 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 DRISCVVIntrinsicUtils.h73 SignedLong, enumerator
208 SignedLong, enumerator
/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DTargetInfo.h143 SignedLong, enumerator
348 return SignedLong; in getSignedSizeType()
393 case SignedLong: in getCorrespondingUnsignedType()
/openbsd-src/gnu/llvm/clang/lib/Frontend/
H A DInitPreprocessor.cpp983 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 DSemaRISCVVectorLookup.cpp88 case ScalarTypeKind::SignedLong: in RVVType2Qual()
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DASTContext.cpp9324 case TargetInfo::SignedLong: return LongTy; in getFromTargetType()
11132 case TargetInfo::SignedLong: in DecodeTypeFromStr()
11153 case TargetInfo::SignedLong: in DecodeTypeFromStr()

12