OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
110
llvm::Type *
VoidTy
;
[
all
...]
CGObjCGNU.cpp
[
all
...]
/external/clang/include/clang/AST/
ASTContext.h
739
CanQualType
VoidTy
;
[
all
...]
Completed in 398 milliseconds