Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DStmtOpenMP.h681 Expr *getTaskReductionRefExpr() { in getTaskReductionRefExpr() function
1715 Expr *getTaskReductionRefExpr() { in getTaskReductionRefExpr() function
1859 Expr *getTaskReductionRefExpr() { in getTaskReductionRefExpr() function
2233 Expr *getTaskReductionRefExpr() { in getTaskReductionRefExpr() function
2367 Expr *getTaskReductionRefExpr() { in getTaskReductionRefExpr() function
2430 Expr *getTaskReductionRefExpr() { in getTaskReductionRefExpr() function
2509 Expr *getTaskReductionRefExpr() { in getTaskReductionRefExpr() function
3437 Expr *getTaskReductionRefExpr() { in getTaskReductionRefExpr() function
3532 Expr *getTaskReductionRefExpr() { in getTaskReductionRefExpr() function
4631 Expr *getTaskReductionRefExpr() { in getTaskReductionRefExpr() function
[all …]
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp1298 TaskRedRef = cast<OMPParallelDirective>(D).getTaskReductionRefExpr(); in EmitOMPReductionClauseInit()
1301 TaskRedRef = cast<OMPForDirective>(D).getTaskReductionRefExpr(); in EmitOMPReductionClauseInit()
1304 TaskRedRef = cast<OMPSectionsDirective>(D).getTaskReductionRefExpr(); in EmitOMPReductionClauseInit()
1307 TaskRedRef = cast<OMPParallelForDirective>(D).getTaskReductionRefExpr(); in EmitOMPReductionClauseInit()
1311 cast<OMPParallelMasterDirective>(D).getTaskReductionRefExpr(); in EmitOMPReductionClauseInit()
1315 cast<OMPParallelSectionsDirective>(D).getTaskReductionRefExpr(); in EmitOMPReductionClauseInit()
1319 cast<OMPTargetParallelDirective>(D).getTaskReductionRefExpr(); in EmitOMPReductionClauseInit()
1323 cast<OMPTargetParallelForDirective>(D).getTaskReductionRefExpr(); in EmitOMPReductionClauseInit()
1327 cast<OMPDistributeParallelForDirective>(D).getTaskReductionRefExpr(); in EmitOMPReductionClauseInit()
1331 .getTaskReductionRefExpr(); in EmitOMPReductionClauseInit()
[all …]