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

  /external/llvm/lib/IR/
LLVMContextImpl.h 295 Type VoidTy, LabelTy, HalfTy, FloatTy, DoubleTy, MetadataTy;
Instructions.cpp 491 Type *VoidTy = Type::getVoidTy(M->getContext());
494 Value *FreeFunc = M->getOrInsertFunction("free", VoidTy, IntPtrTy, NULL);
    [all...]
  /external/clang/lib/CodeGen/
CodeGenModule.h 111 llvm::Type *VoidTy;
    [all...]
CGObjCGNU.cpp     [all...]
  /external/clang/include/clang/AST/
ASTContext.h 740 CanQualType VoidTy;
    [all...]

Completed in 144 milliseconds