Searched defs:DPT (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/CodeGen/
H A DCGExprAgg.cpp1492 llvm::PointerType *DPT = cast<llvm::PointerType>(DestPtr->getType()); local
1494 llvm::Type::getInt8PtrTy(getLLVMContext(), DPT->getAddressSpace());
H A DCGClass.cpp838 llvm::PointerType *DPT = cast<llvm::PointerType>(DestPtr->getType()); local
840 llvm::Type::getInt8PtrTy(CGF.getLLVMContext(), DPT->getAddressSpace());

Completed in 68 milliseconds