Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp4485 SmallVector<const Expr *, 4> InRedPrivs; in EmitOMPTaskBasedDirective() local
4494 InRedPrivs.emplace_back(*IPriv); in EmitOMPTaskBasedDirective()
4506 ReductionCodeGen RedCG(InRedVars, InRedVars, InRedPrivs, InRedOps); in EmitOMPTaskBasedDirective()
4529 CGF.getContext().getPointerType(InRedPrivs[Cnt]->getType()), in EmitOMPTaskBasedDirective()
4530 InRedPrivs[Cnt]->getExprLoc()), in EmitOMPTaskBasedDirective()