Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DStmtOpenMP.h665 Expr *getTaskReductionRefExpr() { in getTaskReductionRefExpr() function
1630 Expr *getTaskReductionRefExpr() { in getTaskReductionRefExpr() function
1774 Expr *getTaskReductionRefExpr() { in getTaskReductionRefExpr() function
2097 Expr *getTaskReductionRefExpr() { in getTaskReductionRefExpr() function
2231 Expr *getTaskReductionRefExpr() { in getTaskReductionRefExpr() function
2310 Expr *getTaskReductionRefExpr() { in getTaskReductionRefExpr() function
3157 Expr *getTaskReductionRefExpr() { in getTaskReductionRefExpr() function
3252 Expr *getTaskReductionRefExpr() { in getTaskReductionRefExpr() function
4064 Expr *getTaskReductionRefExpr() { in getTaskReductionRefExpr() function
4621 Expr *getTaskReductionRefExpr() { in getTaskReductionRefExpr() function
[all …]
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp1318 TaskRedRef = cast<OMPParallelDirective>(D).getTaskReductionRefExpr(); in EmitOMPReductionClauseInit()
1321 TaskRedRef = cast<OMPForDirective>(D).getTaskReductionRefExpr(); in EmitOMPReductionClauseInit()
1324 TaskRedRef = cast<OMPSectionsDirective>(D).getTaskReductionRefExpr(); in EmitOMPReductionClauseInit()
1327 TaskRedRef = cast<OMPParallelForDirective>(D).getTaskReductionRefExpr(); in EmitOMPReductionClauseInit()
1331 cast<OMPParallelMasterDirective>(D).getTaskReductionRefExpr(); in EmitOMPReductionClauseInit()
1335 cast<OMPParallelSectionsDirective>(D).getTaskReductionRefExpr(); in EmitOMPReductionClauseInit()
1339 cast<OMPTargetParallelDirective>(D).getTaskReductionRefExpr(); in EmitOMPReductionClauseInit()
1343 cast<OMPTargetParallelForDirective>(D).getTaskReductionRefExpr(); in EmitOMPReductionClauseInit()
1347 cast<OMPDistributeParallelForDirective>(D).getTaskReductionRefExpr(); in EmitOMPReductionClauseInit()
1351 .getTaskReductionRefExpr(); in EmitOMPReductionClauseInit()
[all …]