Home
last modified time | relevance | path

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

12

/external/clang/test/SemaObjCXX/
Darc-bridged-cast.mm17 template<typename IdType, typename StringType, typename IntPtrType>
21 …(__bridge IntPtrType)CFCreateSomething(); // expected-error{{incompatible types casting 'CFTypeRef…
/external/llvm-project/clang/lib/Basic/Targets/
DSPIR.h116 PtrDiffType = IntPtrType = TargetInfo::SignedInt; in SPIR32TargetInfo()
131 PtrDiffType = IntPtrType = TargetInfo::SignedLong; in SPIR64TargetInfo()
DNVPTX.cpp96 IntPtrType = TargetInfo::SignedInt; in NVPTXTargetInfo()
101 IntPtrType = TargetInfo::SignedLong; in NVPTXTargetInfo()
133 IntPtrType = HostTarget->getIntPtrType(); in NVPTXTargetInfo()
DWebAssembly.h61 IntPtrType = SignedLong; in WebAssemblyTargetInfo()
167 IntPtrType = SignedLong; in WebAssembly64TargetInfo()
DSparc.h159 IntPtrType = SignedInt; in SparcV8TargetInfo()
165 IntPtrType = SignedLong; in SparcV8TargetInfo()
DX86.h395 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()
DARC.h34 IntPtrType = SignedInt; in ARCTargetInfo()
DXCore.h36 IntPtrType = SignedInt; in XCoreTargetInfo()
DMSP430.h45 IntPtrType = SignedInt; in MSP430TargetInfo()
DVE.h39 IntPtrType = SignedLong; in VETargetInfo()
DPNaCl.h40 this->IntPtrType = TargetInfo::SignedInt; in PNaClTargetInfo()
DTCE.h64 IntPtrType = SignedInt; in TCETargetInfo()
DBPF.h33 IntPtrType = SignedLong; in BPFTargetInfo()
DHexagon.h50 IntPtrType = SignedInt; in HexagonTargetInfo()
DAVR.h52 IntPtrType = SignedInt; in AVRTargetInfo()
DPPC.h367 IntPtrType = SignedInt; in PPC32TargetInfo()
372 IntPtrType = SignedLong; in PPC32TargetInfo()
DRISCV.h95 IntPtrType = SignedInt; in RISCV32TargetInfo()
DAMDGPU.cpp334 IntPtrType = SignedLong; in AMDGPUTargetInfo()
/external/llvm-project/clang/test/SemaObjCXX/
Darc-bridged-cast.mm17 template<typename IdType, typename StringType, typename IntPtrType>
21 …(__bridge IntPtrType)CFCreateSomething(); // expected-error{{incompatible types casting 'CFTypeRef…
/external/clang/include/clang/Basic/
DTargetInfo.h188 IntType SizeType, IntMaxType, PtrDiffType, IntPtrType, WCharType,
233 IntType getIntPtrType() const { return IntPtrType; } in getIntPtrType()
235 return getCorrespondingUnsignedType(IntPtrType); in getUIntPtrType()
/external/clang/lib/Basic/
DTargetInfo.cpp60 IntPtrType = SignedLong; in TargetInfo()
313 IntPtrType = Is32BitArch ? SignedInt : SignedLong; in adjust()
DTargets.cpp408 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/
DTargetInfo.h132 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/
DTargetInfo.cpp93 IntPtrType = SignedLong; in TargetInfo()
383 IntPtrType = Is32BitArch ? SignedInt : SignedLong; in adjust()
/external/llvm-project/llvm/bindings/go/llvm/
Dtarget.go144 func (td TargetData) IntPtrType() (t Type) { t.C = C.LLVMIntPtrType(td.C); return } func

12