Home
last modified time | relevance | path

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

12

/openbsd/gnu/llvm/clang/lib/Basic/Targets/
H A DSPIR.h204 PtrDiffType = IntPtrType = TargetInfo::SignedInt; in SPIR32TargetInfo()
221 PtrDiffType = IntPtrType = TargetInfo::SignedLong; in SPIR64TargetInfo()
257 PtrDiffType = IntPtrType = TargetInfo::SignedInt; in SPIRV32TargetInfo()
274 PtrDiffType = IntPtrType = TargetInfo::SignedLong; in SPIRV64TargetInfo()
H A DNVPTX.cpp86 IntPtrType = TargetInfo::SignedInt; in NVPTXTargetInfo()
91 IntPtrType = TargetInfo::SignedLong; in NVPTXTargetInfo()
123 IntPtrType = HostTarget->getIntPtrType(); in NVPTXTargetInfo()
H A DWebAssembly.h61 IntPtrType = SignedLong; in WebAssemblyTargetInfo()
176 IntPtrType = SignedLong; in WebAssembly64TargetInfo()
H A DSparc.h155 IntPtrType = SignedInt; in SparcV8TargetInfo()
161 IntPtrType = SignedLong; in SparcV8TargetInfo()
H A DX86.h438 IntPtrType = SignedInt; in X86_32TargetInfo()
520 IntPtrType = SignedLong; in OpenBSDI386TargetInfo()
539 IntPtrType = SignedLong; in DarwinI386TargetInfo()
684 IntPtrType = SignedLong; in RTEMSX86_32TargetInfo()
712 IntPtrType = IsX32 ? SignedInt : SignedLong; in X86_64TargetInfo()
820 IntPtrType = SignedLongLong; in WindowsX86_64TargetInfo()
H A DARC.h34 IntPtrType = SignedInt; in ARCTargetInfo()
H A DXCore.h35 IntPtrType = SignedInt; in XCoreTargetInfo()
H A DMSP430.h45 IntPtrType = SignedInt; in MSP430TargetInfo()
H A DVE.h38 IntPtrType = SignedLong; in VETargetInfo()
H A DPNaCl.h40 this->IntPtrType = TargetInfo::SignedInt; in PNaClTargetInfo()
H A DTCE.h70 IntPtrType = SignedInt; in TCETargetInfo()
H A DCSKY.h49 IntPtrType = SignedInt; in CSKYTargetInfo()
H A DBPF.h33 IntPtrType = SignedLong; in BPFTargetInfo()
H A DHexagon.h49 IntPtrType = SignedInt; in HexagonTargetInfo()
H A DAVR.h52 IntPtrType = SignedInt; in AVRTargetInfo()
H A DLoongArch.h90 IntPtrType = SignedInt; in LoongArch32TargetInfo()
H A DPPC.h379 IntPtrType = SignedInt; in PPC32TargetInfo()
384 IntPtrType = SignedLong; in PPC32TargetInfo()
H A DM68k.cpp60 IntPtrType = SignedInt; in M68kTargetInfo()
H A DRISCV.h116 IntPtrType = SignedInt; in RISCV32TargetInfo()
H A DAMDGPU.cpp411 IntPtrType = SignedLong; in AMDGPUTargetInfo()
H A DOSTargets.h306 this->IntPtrType = TargetInfo::SignedLong; in HaikuTargetInfo()
895 this->IntPtrType = TargetInfo::SignedInt; in NaClTargetInfo()
H A DAArch64.cpp1348 IntPtrType = SignedLongLong; in WindowsARM64TargetInfo()
H A DARM.cpp264 PtrDiffType = IntPtrType = in ARMTargetInfo()
/openbsd/gnu/llvm/clang/include/clang/Basic/
H A DTargetInfo.h150 IntType SizeType, IntMaxType, PtrDiffType, IntPtrType, WCharType, WIntType,
366 IntType getIntPtrType() const { return IntPtrType; } in getIntPtrType()
368 return getCorrespondingUnsignedType(IntPtrType); in getUIntPtrType()
/openbsd/gnu/llvm/clang/lib/Basic/
H A DTargetInfo.cpp126 IntPtrType = SignedLong; in TargetInfo()
431 IntPtrType = Is32BitArch ? SignedInt : SignedLong; in adjust()

12