Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DStmtOpenMP.h666 Expr *getTaskReductionRefExpr() { in getTaskReductionRefExpr() function
669 const Expr *getTaskReductionRefExpr() const { in getTaskReductionRefExpr() function
670 return const_cast<OMPParallelDirective *>(this)->getTaskReductionRefExpr(); in getTaskReductionRefExpr()
1698 Expr *getTaskReductionRefExpr() { in getTaskReductionRefExpr() function
1702 const Expr *getTaskReductionRefExpr() const { in getTaskReductionRefExpr() function
1703 return const_cast<OMPForDirective *>(this)->getTaskReductionRefExpr(); in getTaskReductionRefExpr()
1842 Expr *getTaskReductionRefExpr() { in getTaskReductionRefExpr() function
1845 const Expr *getTaskReductionRefExpr() const { in getTaskReductionRefExpr() function
1846 return const_cast<OMPSectionsDirective *>(this)->getTaskReductionRefExpr(); in getTaskReductionRefExpr()
2165 Expr *getTaskReductionRefExpr() { in getTaskReductionRefExpr() function
[all …]
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp1304 TaskRedRef = cast<OMPParallelDirective>(D).getTaskReductionRefExpr(); in EmitOMPReductionClauseInit()
1307 TaskRedRef = cast<OMPForDirective>(D).getTaskReductionRefExpr(); in EmitOMPReductionClauseInit()
1310 TaskRedRef = cast<OMPSectionsDirective>(D).getTaskReductionRefExpr(); in EmitOMPReductionClauseInit()
1313 TaskRedRef = cast<OMPParallelForDirective>(D).getTaskReductionRefExpr(); in EmitOMPReductionClauseInit()
1317 cast<OMPParallelMasterDirective>(D).getTaskReductionRefExpr(); in EmitOMPReductionClauseInit()
1321 cast<OMPParallelSectionsDirective>(D).getTaskReductionRefExpr(); in EmitOMPReductionClauseInit()
1325 cast<OMPTargetParallelDirective>(D).getTaskReductionRefExpr(); in EmitOMPReductionClauseInit()
1329 cast<OMPTargetParallelForDirective>(D).getTaskReductionRefExpr(); in EmitOMPReductionClauseInit()
1333 cast<OMPDistributeParallelForDirective>(D).getTaskReductionRefExpr(); in EmitOMPReductionClauseInit()
1337 .getTaskReductionRefExpr(); in EmitOMPReductionClauseInit()
[all …]