Searched defs:VoidPtrTy (Results 1 – 7 of 7) sorted by relevance
34 llvm::PointerType *CharPtrTy, *VoidPtrTy; member in __anoncc315aab0111::CGNVCUDARuntime
130 llvm::PointerType *VoidPtrTy; member
1514 QualType VoidPtrTy = DeleteFTy->getParamType(0); in Emit() local
251 auto *VoidPtrTy = Type::getInt8PtrTy(M->getContext()); in emitRegistration() local
96 Type *VoidPtrTy = Type::getInt8PtrTy(M.getContext()); in doInitialization() local
885 PointerType *VoidPtrTy = Type::getInt8Ty(GV->getContext())->getPointerTo(); in upgradeGlobalArray() local
803 CanQualType VoidPtrTy, NullPtrTy; variable