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

  /external/llvm/lib/VMCore/
LLVMContextImpl.h 172 Type VoidTy, LabelTy, FloatTy, DoubleTy, MetadataTy;
Instructions.cpp 473 Type *VoidTy = Type::getVoidTy(M->getContext());
476 Value *FreeFunc = M->getOrInsertFunction("free", VoidTy, IntPtrTy, NULL);
    [all...]
  /external/clang/lib/CodeGen/
CodeGenModule.h 104 llvm::Type *VoidTy;
    [all...]
CGExprCXX.cpp     [all...]
CGObjCGNU.cpp 640 llvm::Type *VoidTy = llvm::Type::getVoidTy(VMContext);
644 ExitCatchFn.init(&CGM, "__cxa_end_catch", VoidTy, NULL);
646 ExceptionReThrowFn.init(&CGM, "_Unwind_Resume_or_Rethrow", VoidTy, PtrTy, NULL);
    [all...]