Searched refs:IntPtrType (Results 1 – 6 of 6) sorted by relevance
/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/clang/include/clang/Basic/ |
D | TargetInfo.h | 173 IntType SizeType, IntMaxType, PtrDiffType, IntPtrType, WCharType, 215 IntType getIntPtrType() const { return IntPtrType; } in getIntPtrType() 217 return getCorrespondingUnsignedType(IntPtrType); in getUIntPtrType()
|
/external/clang/lib/Basic/ |
D | TargetInfo.cpp | 55 IntPtrType = SignedLong; in TargetInfo() 300 IntPtrType = Is32BitArch ? SignedInt : SignedLong; in adjust()
|
D | Targets.cpp | 713 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/ |
D | target.go | 150 func (td TargetData) IntPtrType() (t Type) { t.C = C.LLVMIntPtrType(td.C); return } func
|
/external/clang/lib/CodeGen/ |
D | CGBuiltin.cpp | 100 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()
|