Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/include/clang/AST/
H A DStmtOpenMP.h666 Expr *getTaskReductionRefExpr() { in getTaskReductionRefExpr() function
1698 Expr *getTaskReductionRefExpr() { in getTaskReductionRefExpr() function
1842 Expr *getTaskReductionRefExpr() { in getTaskReductionRefExpr() function
2165 Expr *getTaskReductionRefExpr() { in getTaskReductionRefExpr() function
2299 Expr *getTaskReductionRefExpr() { in getTaskReductionRefExpr() function
2362 Expr *getTaskReductionRefExpr() { in getTaskReductionRefExpr() function
2441 Expr *getTaskReductionRefExpr() { in getTaskReductionRefExpr() function
3369 Expr *getTaskReductionRefExpr() { in getTaskReductionRefExpr() function
3464 Expr *getTaskReductionRefExpr() { in getTaskReductionRefExpr() function
4562 Expr *getTaskReductionRefExpr() { in getTaskReductionRefExpr() function
[all …]
/openbsd/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 …]