Home
last modified time | relevance | path

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

/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/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/swiftshader/third_party/llvm-7.0/llvm/bindings/go/llvm/
Dtarget.go144 func (td TargetData) IntPtrType() (t Type) { t.C = C.LLVMIntPtrType(td.C); return } func
/external/llvm/bindings/go/llvm/
Dtarget.go144 func (td TargetData) IntPtrType() (t Type) { t.C = C.LLVMIntPtrType(td.C); return } func
/external/clang/lib/CodeGen/
DCGBuiltin.cpp101 llvm::Type *IntPtrType = IntType->getPointerTo(AddrSpace); in MakeBinaryAtomicValue() local
104 Args[0] = CGF.Builder.CreateBitCast(DestPtr, IntPtrType); in MakeBinaryAtomicValue()
162 llvm::Type *IntPtrType = IntType->getPointerTo(AddrSpace); in EmitBinaryAtomicPost() local
168 Args[0] = CGF.Builder.CreateBitCast(DestPtr, IntPtrType); in EmitBinaryAtomicPost()
199 llvm::Type *IntPtrType = IntType->getPointerTo(AddrSpace); in MakeAtomicCmpXchgValue() local
202 Args[0] = CGF.Builder.CreateBitCast(DestPtr, IntPtrType); in MakeAtomicCmpXchgValue()
1919 llvm::Type *IntPtrType = IntType->getPointerTo(); in EmitBuiltinExpr() local
1922 Builder.CreateBitCast(EmitScalarExpr(E->getArg(0)), IntPtrType); in EmitBuiltinExpr()