Home
last modified time | relevance | path

Searched refs:IntPtrType (Results 1 – 6 of 6) 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.h173 IntType SizeType, IntMaxType, PtrDiffType, IntPtrType, WCharType,
215 IntType getIntPtrType() const { return IntPtrType; } in getIntPtrType()
217 return getCorrespondingUnsignedType(IntPtrType); in getUIntPtrType()
/external/clang/lib/Basic/
DTargetInfo.cpp55 IntPtrType = SignedLong; in TargetInfo()
300 IntPtrType = Is32BitArch ? SignedInt : SignedLong; in adjust()
DTargets.cpp713 this->IntPtrType = TargetInfo::SignedInt; in NaClTargetInfo()
1400 IntPtrType = SignedInt; in PPC32TargetInfo()
1637 IntPtrType = TargetInfo::SignedInt; in NVPTX32TargetInfo()
1648 IntPtrType = TargetInfo::SignedLong; in NVPTX64TargetInfo()
3429 IntPtrType = SignedInt; in X86_32TargetInfo()
3494 IntPtrType = SignedLong; in OpenBSDI386TargetInfo()
3504 IntPtrType = SignedLong; in BitrigI386TargetInfo()
3518 IntPtrType = SignedLong; in DarwinI386TargetInfo()
3633 IntPtrType = SignedLong; in HaikuX86_32TargetInfo()
3687 IntPtrType = SignedLong; in RTEMSX86_32TargetInfo()
[all …]
/external/llvm/bindings/go/llvm/
Dtarget.go150 func (td TargetData) IntPtrType() (t Type) { t.C = C.LLVMIntPtrType(td.C); return } func
/external/clang/lib/CodeGen/
DCGBuiltin.cpp100 llvm::Type *IntPtrType = IntType->getPointerTo(AddrSpace); in EmitBinaryAtomic() local
103 Args[0] = CGF.Builder.CreateBitCast(DestPtr, IntPtrType); in EmitBinaryAtomic()
135 llvm::Type *IntPtrType = IntType->getPointerTo(AddrSpace); in EmitBinaryAtomicPost() local
141 Args[0] = CGF.Builder.CreateBitCast(DestPtr, IntPtrType); in EmitBinaryAtomicPost()
1055 llvm::Type *IntPtrType = IntType->getPointerTo(AddrSpace); in EmitBuiltinExpr() local
1058 Args[0] = Builder.CreateBitCast(DestPtr, IntPtrType); in EmitBuiltinExpr()
1084 llvm::Type *IntPtrType = IntType->getPointerTo(AddrSpace); in EmitBuiltinExpr() local
1087 Args[0] = Builder.CreateBitCast(DestPtr, IntPtrType); in EmitBuiltinExpr()
1618 llvm::Type *IntPtrType = IntType->getPointerTo(); in EmitBuiltinExpr() local
1621 Builder.CreateBitCast(EmitScalarExpr(E->getArg(0)), IntPtrType); in EmitBuiltinExpr()