Home
last modified time | relevance | path

Searched defs:VoidPtrTy (Results 1 – 7 of 7) sorted by relevance

/freebsd-10-stable/contrib/llvm/tools/clang/lib/CodeGen/
DCGCUDANV.cpp34 llvm::PointerType *CharPtrTy, *VoidPtrTy; member in __anon1fb3043b0111::CGNVCUDARuntime
DCodeGenModule.h129 llvm::PointerType *VoidPtrTy; member
DCGExprCXX.cpp1433 QualType VoidPtrTy = DeleteFTy->getArgType(0); in Emit() local
/freebsd-10-stable/contrib/llvm/lib/Transforms/Utils/
DLowerInvoke.cpp118 Type *VoidPtrTy = Type::getInt8PtrTy(M.getContext()); in doInitialization() local
DInlineFunction.cpp369 Type *VoidPtrTy = Type::getInt8PtrTy(Context); in HandleByValArgument() local
/freebsd-10-stable/contrib/llvm/lib/CodeGen/
DSjLjEHPrepare.cpp92 Type *VoidPtrTy = Type::getInt8PtrTy(M.getContext()); in doInitialization() local
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/AST/
DASTContext.h781 CanQualType VoidPtrTy, NullPtrTy; variable