HomeSort by relevance Sort by last modified time
    Searched defs:VoidPtrTy (Results 1 - 7 of 7) sorted by null

  /external/clang/lib/CodeGen/
CGCUDANV.cpp 35 llvm::PointerType *CharPtrTy, *VoidPtrTy;
56 VoidPtrTy = cast<llvm::PointerType>(Types.ConvertType(Ctx.VoidPtrTy));
62 Params.push_back(VoidPtrTy);
101 Args[0] = CGF.Builder.CreatePointerCast(ArgValues[I], VoidPtrTy);
CodeGenModule.h 121 llvm::PointerType *VoidPtrTy;
    [all...]
CGExprCXX.cpp 45 QualType T = getContext().getPointerType(getContext().VoidPtrTy);
    [all...]
  /external/llvm/lib/Transforms/Utils/
LowerInvoke.cpp 123 Type *VoidPtrTy = Type::getInt8PtrTy(M.getContext());
128 Type *JmpBufTy = ArrayType::get(VoidPtrTy, JBSize);
InlineFunction.cpp 758 Type *VoidPtrTy = Type::getInt8PtrTy(Context);
775 Type *Tys[3] = {VoidPtrTy, VoidPtrTy, Type::getInt64Ty(Context)};
779 Value *DestCast = new BitCastInst(NewAlloca, VoidPtrTy, "tmp", TheCall);
780 Value *SrcCast = new BitCastInst(Arg, VoidPtrTy, "tmp", TheCall);
    [all...]
  /external/llvm/lib/CodeGen/
SjLjEHPrepare.cpp 103 Type *VoidPtrTy = Type::getInt8PtrTy(M.getContext());
106 StructType::get(VoidPtrTy, // __prev
109 VoidPtrTy, // __personality
110 VoidPtrTy, // __lsda
111 ArrayType::get(VoidPtrTy, 5), // __jbuf
    [all...]
  /external/clang/include/clang/AST/
ASTContext.h 497 CanQualType VoidPtrTy, NullPtrTy;
    [all...]

Completed in 102 milliseconds