Searched refs:IntPtrType (Results 1 – 5 of 5) 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, UIntMaxType, PtrDiffType, IntPtrType, WCharType, 213 IntType getIntPtrType() const { return IntPtrType; } in getIntPtrType() 215 return getIntTypeByWidth(getTypeWidth(IntPtrType), false); in getUIntPtrType()
|
/external/clang/lib/Basic/ |
D | TargetInfo.cpp | 56 IntPtrType = SignedLong; in TargetInfo() 278 IntPtrType = Is32BitArch ? SignedInt : SignedLong; in adjust()
|
D | Targets.cpp | 647 this->IntPtrType = TargetInfo::SignedInt; in NaClTargetInfo() 1248 IntPtrType = SignedInt; in PPC32TargetInfo() 1433 SizeType = PtrDiffType = IntPtrType = TargetInfo::UnsignedInt; in NVPTX32TargetInfo() 1442 SizeType = PtrDiffType = IntPtrType = TargetInfo::UnsignedLongLong; in NVPTX64TargetInfo() 2993 IntPtrType = SignedInt; in X86_32TargetInfo() 3055 IntPtrType = SignedLong; in OpenBSDI386TargetInfo() 3067 IntPtrType = SignedLong; in BitrigI386TargetInfo() 3083 IntPtrType = SignedLong; in DarwinI386TargetInfo() 3201 IntPtrType = SignedLong; in HaikuX86_32TargetInfo() 3257 IntPtrType = SignedLong; in RTEMSX86_32TargetInfo() [all …]
|
/external/clang/lib/CodeGen/ |
D | CGBuiltin.cpp | 95 llvm::Type *IntPtrType = IntType->getPointerTo(AddrSpace); in EmitBinaryAtomic() local 98 Args[0] = CGF.Builder.CreateBitCast(DestPtr, IntPtrType); in EmitBinaryAtomic() 129 llvm::Type *IntPtrType = IntType->getPointerTo(AddrSpace); in EmitBinaryAtomicPost() local 135 Args[0] = CGF.Builder.CreateBitCast(DestPtr, IntPtrType); in EmitBinaryAtomicPost() 966 llvm::Type *IntPtrType = IntType->getPointerTo(AddrSpace); in EmitBuiltinExpr() local 969 Args[0] = Builder.CreateBitCast(DestPtr, IntPtrType); in EmitBuiltinExpr() 995 llvm::Type *IntPtrType = IntType->getPointerTo(AddrSpace); in EmitBuiltinExpr() local 998 Args[0] = Builder.CreateBitCast(DestPtr, IntPtrType); in EmitBuiltinExpr() 1527 llvm::Type *IntPtrType = IntType->getPointerTo(); in EmitBuiltinExpr() local 1530 Builder.CreateBitCast(EmitScalarExpr(E->getArg(0)), IntPtrType); in EmitBuiltinExpr()
|