Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp2979 SmallVector<const Expr *, 4> InRedPrivs; in EmitOMPTaskBasedDirective() local
2988 InRedPrivs.emplace_back(*IPriv); in EmitOMPTaskBasedDirective()
3000 ReductionCodeGen RedCG(InRedVars, InRedPrivs, InRedOps); in EmitOMPTaskBasedDirective()
3019 CGF.getContext().getPointerType(InRedPrivs[Cnt]->getType()), in EmitOMPTaskBasedDirective()
3020 InRedPrivs[Cnt]->getExprLoc()), in EmitOMPTaskBasedDirective()