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

  /external/clang/lib/CodeGen/
CodeGenTypeCache.h 34 llvm::Type *VoidTy;
CGCUDANV.cpp 32 llvm::Type *IntTy, *SizeTy, *VoidTy;
87 VoidTy = llvm::Type::getVoidTy(Context);
172 llvm::FunctionType::get(VoidTy, VoidPtrPtrTy, false),
229 llvm::FunctionType::get(VoidTy, VoidPtrTy, false),
296 llvm::FunctionType::get(VoidTy, VoidPtrPtrTy, false),
300 llvm::FunctionType::get(VoidTy, VoidPtrTy, false),
CGObjCGNU.cpp     [all...]
  /external/llvm/lib/Transforms/Instrumentation/
SanitizerCoverage.cpp 190 Type *VoidTy = Type::getVoidTy(*C);
198 M.getOrInsertFunction(kSanCovName, VoidTy, Int32PtrTy, nullptr));
200 M.getOrInsertFunction(kSanCovWithCheckName, VoidTy, Int32PtrTy, nullptr));
203 kSanCovIndirCallName, VoidTy, IntptrTy, IntptrTy, nullptr));
206 kSanCovTraceCmp, VoidTy, Int64Ty, Int64Ty, Int64Ty, nullptr));
209 kSanCovTraceSwitch, VoidTy, Int64Ty, Int64PtrTy, nullptr));
217 M.getOrInsertFunction(kSanCovTraceEnter, VoidTy, Int32PtrTy, nullptr));
219 M.getOrInsertFunction(kSanCovTraceBB, VoidTy, Int32PtrTy, nullptr));
  /external/llvm/lib/IR/
LLVMContextImpl.h     [all...]
  /frameworks/compile/libbcc/lib/Renderscript/
RSKernelExpand.cpp 303 llvm::Type *VoidTy = llvm::Type::getVoidTy(*Context);
307 ExpandedForEachType = llvm::FunctionType::get(VoidTy,
346 llvm::Type *VoidTy = llvm::Type::getVoidTy(*Context);
348 llvm::FunctionType::get(VoidTy,
    [all...]
  /external/clang/include/clang/AST/
ASTContext.h 879 CanQualType VoidTy;
    [all...]

Completed in 2740 milliseconds