Home
last modified time | relevance | path

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

12

/llvm-project-15.0.7/clang/lib/Basic/Targets/
H A DSPIR.h197 PtrDiffType = IntPtrType = TargetInfo::SignedInt; in SPIR32TargetInfo()
214 PtrDiffType = IntPtrType = TargetInfo::SignedLong; in SPIR64TargetInfo()
250 PtrDiffType = IntPtrType = TargetInfo::SignedInt; in SPIRV32TargetInfo()
267 PtrDiffType = IntPtrType = TargetInfo::SignedLong; in SPIRV64TargetInfo()
H A DNVPTX.cpp99 IntPtrType = TargetInfo::SignedInt; in NVPTXTargetInfo()
104 IntPtrType = TargetInfo::SignedLong; in NVPTXTargetInfo()
136 IntPtrType = HostTarget->getIntPtrType(); in NVPTXTargetInfo()
H A DX86.h423 IntPtrType = SignedInt; in X86_32TargetInfo()
502 IntPtrType = SignedLong; in OpenBSDI386TargetInfo()
521 IntPtrType = SignedLong; in DarwinI386TargetInfo()
666 IntPtrType = SignedLong; in RTEMSX86_32TargetInfo()
694 IntPtrType = IsX32 ? SignedInt : SignedLong; in X86_64TargetInfo()
799 IntPtrType = SignedLongLong; in WindowsX86_64TargetInfo()
H A DWebAssembly.h62 IntPtrType = SignedLong; in WebAssemblyTargetInfo()
177 IntPtrType = SignedLong; in WebAssembly64TargetInfo()
H A DSparc.h155 IntPtrType = SignedInt; in SparcV8TargetInfo()
161 IntPtrType = SignedLong; in SparcV8TargetInfo()
H A DARC.h34 IntPtrType = SignedInt; in ARCTargetInfo()
H A DXCore.h36 IntPtrType = SignedInt; in XCoreTargetInfo()
H A DMSP430.h45 IntPtrType = SignedInt; in MSP430TargetInfo()
H A DVE.h39 IntPtrType = SignedLong; in VETargetInfo()
H A DTCE.h69 IntPtrType = SignedInt; in TCETargetInfo()
H A DPNaCl.h40 this->IntPtrType = TargetInfo::SignedInt; in PNaClTargetInfo()
H A DCSKY.h49 IntPtrType = SignedInt; in CSKYTargetInfo()
H A DBPF.h34 IntPtrType = SignedLong; in BPFTargetInfo()
H A DHexagon.h50 IntPtrType = SignedInt; in HexagonTargetInfo()
H A DAVR.h52 IntPtrType = SignedInt; in AVRTargetInfo()
H A DM68k.cpp59 IntPtrType = SignedInt; in M68kTargetInfo()
H A DPPC.h380 IntPtrType = SignedInt; in PPC32TargetInfo()
385 IntPtrType = SignedLong; in PPC32TargetInfo()
H A DRISCV.h108 IntPtrType = SignedInt; in RISCV32TargetInfo()
H A DAMDGPU.cpp378 IntPtrType = SignedLong; in AMDGPUTargetInfo()
H A DOSTargets.h305 this->IntPtrType = TargetInfo::SignedLong; in HaikuTargetInfo()
902 this->IntPtrType = TargetInfo::SignedInt; in NaClTargetInfo()
H A DAArch64.cpp932 IntPtrType = SignedLongLong; in WindowsARM64TargetInfo()
/llvm-project-15.0.7/clang/test/SemaObjCXX/
H A Darc-bridged-cast.mm17 template<typename IdType, typename StringType, typename IntPtrType>
21 …(__bridge IntPtrType)CFCreateSomething(); // expected-error{{incompatible types casting 'CFTypeRef…
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DTargetInfo.h135 IntType SizeType, IntMaxType, PtrDiffType, IntPtrType, WCharType, WIntType,
350 IntType getIntPtrType() const { return IntPtrType; } in getIntPtrType()
352 return getCorrespondingUnsignedType(IntPtrType); in getUIntPtrType()
/llvm-project-15.0.7/clang/lib/Basic/
H A DTargetInfo.cpp99 IntPtrType = SignedLong; in TargetInfo()
406 IntPtrType = Is32BitArch ? SignedInt : SignedLong; in adjust()
/llvm-project-15.0.7/llvm/bindings/go/llvm/
H A Dtarget.go144 func (td TargetData) IntPtrType() (t Type) { t.C = C.LLVMIntPtrType(td.C); return } func

12