Searched refs:IntPtrType (Results 1 – 25 of 31) sorted by relevance
12
/external/clang/test/SemaObjCXX/ |
D | arc-bridged-cast.mm | 17 template<typename IdType, typename StringType, typename IntPtrType> 21 …(__bridge IntPtrType)CFCreateSomething(); // expected-error{{incompatible types casting 'CFTypeRef…
|
/external/llvm-project/clang/lib/Basic/Targets/ |
D | SPIR.h | 116 PtrDiffType = IntPtrType = TargetInfo::SignedInt; in SPIR32TargetInfo() 131 PtrDiffType = IntPtrType = TargetInfo::SignedLong; in SPIR64TargetInfo()
|
D | NVPTX.cpp | 96 IntPtrType = TargetInfo::SignedInt; in NVPTXTargetInfo() 101 IntPtrType = TargetInfo::SignedLong; in NVPTXTargetInfo() 133 IntPtrType = HostTarget->getIntPtrType(); in NVPTXTargetInfo()
|
D | WebAssembly.h | 61 IntPtrType = SignedLong; in WebAssemblyTargetInfo() 167 IntPtrType = SignedLong; in WebAssembly64TargetInfo()
|
D | Sparc.h | 159 IntPtrType = SignedInt; in SparcV8TargetInfo() 165 IntPtrType = SignedLong; in SparcV8TargetInfo()
|
D | X86.h | 395 IntPtrType = SignedInt; in X86_32TargetInfo() 475 IntPtrType = SignedLong; in OpenBSDI386TargetInfo() 494 IntPtrType = SignedLong; in DarwinI386TargetInfo() 636 IntPtrType = SignedLong; in RTEMSX86_32TargetInfo() 664 IntPtrType = IsX32 ? SignedInt : SignedLong; in X86_64TargetInfo() 768 IntPtrType = SignedLongLong; in WindowsX86_64TargetInfo()
|
D | ARC.h | 34 IntPtrType = SignedInt; in ARCTargetInfo()
|
D | XCore.h | 36 IntPtrType = SignedInt; in XCoreTargetInfo()
|
D | MSP430.h | 45 IntPtrType = SignedInt; in MSP430TargetInfo()
|
D | VE.h | 39 IntPtrType = SignedLong; in VETargetInfo()
|
D | PNaCl.h | 40 this->IntPtrType = TargetInfo::SignedInt; in PNaClTargetInfo()
|
D | TCE.h | 64 IntPtrType = SignedInt; in TCETargetInfo()
|
D | BPF.h | 33 IntPtrType = SignedLong; in BPFTargetInfo()
|
D | Hexagon.h | 50 IntPtrType = SignedInt; in HexagonTargetInfo()
|
D | AVR.h | 52 IntPtrType = SignedInt; in AVRTargetInfo()
|
D | PPC.h | 367 IntPtrType = SignedInt; in PPC32TargetInfo() 372 IntPtrType = SignedLong; in PPC32TargetInfo()
|
D | RISCV.h | 95 IntPtrType = SignedInt; in RISCV32TargetInfo()
|
D | AMDGPU.cpp | 334 IntPtrType = SignedLong; in AMDGPUTargetInfo()
|
/external/llvm-project/clang/test/SemaObjCXX/ |
D | arc-bridged-cast.mm | 17 template<typename IdType, typename StringType, typename IntPtrType> 21 …(__bridge IntPtrType)CFCreateSomething(); // expected-error{{incompatible types casting 'CFTypeRef…
|
/external/clang/include/clang/Basic/ |
D | TargetInfo.h | 188 IntType SizeType, IntMaxType, PtrDiffType, IntPtrType, WCharType, 233 IntType getIntPtrType() const { return IntPtrType; } in getIntPtrType() 235 return getCorrespondingUnsignedType(IntPtrType); in getUIntPtrType()
|
/external/clang/lib/Basic/ |
D | TargetInfo.cpp | 60 IntPtrType = SignedLong; in TargetInfo() 313 IntPtrType = Is32BitArch ? SignedInt : SignedLong; in adjust()
|
D | Targets.cpp | 408 this->IntPtrType = TargetInfo::SignedLong; in HaikuTargetInfo() 796 this->IntPtrType = TargetInfo::SignedInt; in NaClTargetInfo() 1590 IntPtrType = SignedInt; in PPC32TargetInfo() 1746 IntPtrType = HostTarget->getIntPtrType(); in NVPTXTargetInfo() 1890 IntPtrType = TargetInfo::SignedInt; in NVPTX32TargetInfo() 1902 IntPtrType = TargetInfo::SignedLong; in NVPTX64TargetInfo() 4003 IntPtrType = SignedInt; in X86_32TargetInfo() 4068 IntPtrType = SignedLong; in OpenBSDI386TargetInfo() 4078 IntPtrType = SignedLong; in BitrigI386TargetInfo() 4096 IntPtrType = SignedLong; in DarwinI386TargetInfo() [all …]
|
/external/llvm-project/clang/include/clang/Basic/ |
D | TargetInfo.h | 132 IntType SizeType, IntMaxType, PtrDiffType, IntPtrType, WCharType, 329 IntType getIntPtrType() const { return IntPtrType; } in getIntPtrType() 331 return getCorrespondingUnsignedType(IntPtrType); in getUIntPtrType()
|
/external/llvm-project/clang/lib/Basic/ |
D | TargetInfo.cpp | 93 IntPtrType = SignedLong; in TargetInfo() 383 IntPtrType = Is32BitArch ? SignedInt : SignedLong; in adjust()
|
/external/llvm-project/llvm/bindings/go/llvm/ |
D | target.go | 144 func (td TargetData) IntPtrType() (t Type) { t.C = C.LLVMIntPtrType(td.C); return } func
|
12