Home
last modified time | relevance | path

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

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