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

  /external/llvm/lib/CodeGen/
SjLjEHPrepare.cpp 90 Type *VoidPtrTy = Type::getInt8PtrTy(M.getContext());
93 StructType::get(VoidPtrTy, // __prev
96 VoidPtrTy, // __personality
97 VoidPtrTy, // __lsda
98 ArrayType::get(VoidPtrTy, 5), // __jbuf
  /external/llvm/lib/Transforms/Utils/
LowerInvoke.cpp 123 Type *VoidPtrTy = Type::getInt8PtrTy(M.getContext());
128 Type *JmpBufTy = ArrayType::get(VoidPtrTy, JBSize);
InlineFunction.cpp 663 Type *VoidPtrTy = Type::getInt8PtrTy(Context);
680 Type *Tys[3] = {VoidPtrTy, VoidPtrTy, Type::getInt64Ty(Context)};
684 Value *DestCast = new BitCastInst(NewAlloca, VoidPtrTy, "tmp", TheCall);
685 Value *SrcCast = new BitCastInst(Arg, VoidPtrTy, "tmp", TheCall);
    [all...]
  /external/clang/lib/CodeGen/
CodeGenModule.h 119 llvm::PointerType *VoidPtrTy;
CGExprCXX.cpp 44 QualType T = getContext().getPointerType(getContext().VoidPtrTy);
    [all...]
  /external/clang/include/clang/AST/
ASTContext.h 458 CanQualType VoidPtrTy, NullPtrTy;
    [all...]

Completed in 84 milliseconds