Home
last modified time | relevance | path

Searched refs:VoidTy (Results 1 – 7 of 7) sorted by relevance

/frameworks/compile/slang/
Dslang_rs_export_foreach.cpp96 if (mResultType != C.VoidTy) { in validateAndConstructOldStyleParams()
182 mHasReturnType = (mResultType != C.VoidTy); in validateAndConstructKernelParams()
342 C.VoidTy) { in Create()
Dslang_rs_special_func.cpp92 if (FD->getReturnType().getCanonicalType() != C.VoidTy) { in validateSpecialFuncDecl()
Dslang_rs_export_func.cpp39 if (FD->getReturnType().getCanonicalType() != C.VoidTy) { in ValidateFuncDecl()
Dslang_rs_context.cpp358 const clang::QualType VoidPtrType = mCtx.getPointerType(mCtx.VoidTy); in markUsedByReducePragma()
Dslang_rs_foreach_lowering.cpp168 mASTCtxt.VoidTy, // Return type in CreateForEachInternalFunctionDecl()
Dslang_rs_object_ref_count.cpp1745 clang::QualType T = mCtx.getFunctionType(mCtx.VoidTy, in CreateStaticGlobalDtor()
/frameworks/compile/libbcc/lib/
DRSKernelExpand.cpp326 llvm::Type *VoidTy = llvm::Type::getVoidTy(*Context); in buildTypes() local
330 ExpandedForEachType = llvm::FunctionType::get(VoidTy, in buildTypes()
369 llvm::Type *VoidTy = llvm::Type::getVoidTy(*Context); in createEmptyExpandedReduceAccumulator() local
371 llvm::FunctionType::get(VoidTy, in createEmptyExpandedReduceAccumulator()
1238 llvm::Type *VoidTy = llvm::Type::getVoidTy(*Context); in CreateReduceCombinerFromAccumulator() local
1240 llvm::FunctionType::get(VoidTy, { AccumulatorArgType, AccumulatorArgType }, false); in CreateReduceCombinerFromAccumulator()