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

  /external/llvm/lib/VMCore/
LLVMContextImpl.h 297 Type VoidTy, LabelTy, HalfTy, FloatTy, DoubleTy, MetadataTy;
Instructions.cpp 479 Type *VoidTy = Type::getVoidTy(M->getContext());
482 Value *FreeFunc = M->getOrInsertFunction("free", VoidTy, IntPtrTy, NULL);
    [all...]
  /external/clang/lib/CodeGen/
CodeGenModule.h 104 llvm::Type *VoidTy;
    [all...]
CGObjCGNU.cpp 645 llvm::Type *VoidTy = llvm::Type::getVoidTy(VMContext);
649 ExitCatchFn.init(&CGM, "__cxa_end_catch", VoidTy, NULL);
651 ExceptionReThrowFn.init(&CGM, "_Unwind_Resume_or_Rethrow", VoidTy, PtrTy, NULL);
    [all...]
  /external/clang/include/clang/AST/
ASTContext.h 675 CanQualType VoidTy;
    [all...]

Completed in 69 milliseconds