Searched refs:FnCombiner (Results 1 - 2 of 2) sorted by relevance

/frameworks/compile/slang/
H A Dslang_rs_export_reduce.cpp113 FnCombiner(nullptr),
143 clang::FunctionDecl *FnCombiner; member in struct:slang::RSExportReduce::StateOfAnalyzeTranslationUnit
434 if (S.FnCombiner) {
436 checkVoidReturn(S, FN_IDENT_COMBINER, S.FnCombiner);
440 if (S.FnCombiner->getNumParams() != 2) {
441 S.RSC.ReportError(S.FnCombiner->getLocation(),
444 << S.FnCombiner->getNumParams();
463 const clang::ParmVarDecl *const FnCombinerParam = S.FnCombiner->getParamDecl(ParamIdx);
466 !S.FnCombiner->getASTContext().hasSameUnqualifiedType(
471 S.RSC.ReportError(S.FnCombiner
[all...]
/frameworks/compile/libbcc/lib/Renderscript/
H A DRSKernelExpand.cpp1218 llvm::Function *FnCombiner = local
1223 auto CombinerArgIter = FnCombiner->arg_begin();
1235 llvm::BasicBlock *BB = llvm::BasicBlock::Create(*Context, "BB", FnCombiner);

Completed in 53 milliseconds