Searched refs:IntPtrType (Results 1 – 25 of 28) sorted by relevance
12
197 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()
99 IntPtrType = TargetInfo::SignedInt; in NVPTXTargetInfo()104 IntPtrType = TargetInfo::SignedLong; in NVPTXTargetInfo()136 IntPtrType = HostTarget->getIntPtrType(); in NVPTXTargetInfo()
423 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()
62 IntPtrType = SignedLong; in WebAssemblyTargetInfo()177 IntPtrType = SignedLong; in WebAssembly64TargetInfo()
155 IntPtrType = SignedInt; in SparcV8TargetInfo()161 IntPtrType = SignedLong; in SparcV8TargetInfo()
34 IntPtrType = SignedInt; in ARCTargetInfo()
36 IntPtrType = SignedInt; in XCoreTargetInfo()
45 IntPtrType = SignedInt; in MSP430TargetInfo()
39 IntPtrType = SignedLong; in VETargetInfo()
69 IntPtrType = SignedInt; in TCETargetInfo()
40 this->IntPtrType = TargetInfo::SignedInt; in PNaClTargetInfo()
49 IntPtrType = SignedInt; in CSKYTargetInfo()
34 IntPtrType = SignedLong; in BPFTargetInfo()
50 IntPtrType = SignedInt; in HexagonTargetInfo()
52 IntPtrType = SignedInt; in AVRTargetInfo()
59 IntPtrType = SignedInt; in M68kTargetInfo()
380 IntPtrType = SignedInt; in PPC32TargetInfo()385 IntPtrType = SignedLong; in PPC32TargetInfo()
108 IntPtrType = SignedInt; in RISCV32TargetInfo()
378 IntPtrType = SignedLong; in AMDGPUTargetInfo()
305 this->IntPtrType = TargetInfo::SignedLong; in HaikuTargetInfo()902 this->IntPtrType = TargetInfo::SignedInt; in NaClTargetInfo()
932 IntPtrType = SignedLongLong; in WindowsARM64TargetInfo()
17 template<typename IdType, typename StringType, typename IntPtrType>21 …(__bridge IntPtrType)CFCreateSomething(); // expected-error{{incompatible types casting 'CFTypeRef…
135 IntType SizeType, IntMaxType, PtrDiffType, IntPtrType, WCharType, WIntType,350 IntType getIntPtrType() const { return IntPtrType; } in getIntPtrType()352 return getCorrespondingUnsignedType(IntPtrType); in getUIntPtrType()
99 IntPtrType = SignedLong; in TargetInfo()406 IntPtrType = Is32BitArch ? SignedInt : SignedLong; in adjust()
144 func (td TargetData) IntPtrType() (t Type) { t.C = C.LLVMIntPtrType(td.C); return } func