Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/AST/
H A DStmtOpenMP.h665 Expr *getTaskReductionRefExpr() { in getTaskReductionRefExpr() function
1697 Expr *getTaskReductionRefExpr() { in getTaskReductionRefExpr() function
1841 Expr *getTaskReductionRefExpr() { in getTaskReductionRefExpr() function
2164 Expr *getTaskReductionRefExpr() { in getTaskReductionRefExpr() function
2298 Expr *getTaskReductionRefExpr() { in getTaskReductionRefExpr() function
2361 Expr *getTaskReductionRefExpr() { in getTaskReductionRefExpr() function
2440 Expr *getTaskReductionRefExpr() { in getTaskReductionRefExpr() function
3368 Expr *getTaskReductionRefExpr() { in getTaskReductionRefExpr() function
3463 Expr *getTaskReductionRefExpr() { in getTaskReductionRefExpr() function
4561 Expr *getTaskReductionRefExpr() { in getTaskReductionRefExpr() function
[all …]
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp1302 TaskRedRef = cast<OMPParallelDirective>(D).getTaskReductionRefExpr(); in EmitOMPReductionClauseInit()
1305 TaskRedRef = cast<OMPForDirective>(D).getTaskReductionRefExpr(); in EmitOMPReductionClauseInit()
1308 TaskRedRef = cast<OMPSectionsDirective>(D).getTaskReductionRefExpr(); in EmitOMPReductionClauseInit()
1311 TaskRedRef = cast<OMPParallelForDirective>(D).getTaskReductionRefExpr(); in EmitOMPReductionClauseInit()
1315 cast<OMPParallelMasterDirective>(D).getTaskReductionRefExpr(); in EmitOMPReductionClauseInit()
1319 cast<OMPParallelSectionsDirective>(D).getTaskReductionRefExpr(); in EmitOMPReductionClauseInit()
1323 cast<OMPTargetParallelDirective>(D).getTaskReductionRefExpr(); in EmitOMPReductionClauseInit()
1327 cast<OMPTargetParallelForDirective>(D).getTaskReductionRefExpr(); in EmitOMPReductionClauseInit()
1331 cast<OMPDistributeParallelForDirective>(D).getTaskReductionRefExpr(); in EmitOMPReductionClauseInit()
1335 .getTaskReductionRefExpr(); in EmitOMPReductionClauseInit()
[all …]