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.h665 Expr *getTaskReductionRefExpr() { in getTaskReductionRefExpr() function
668 const Expr *getTaskReductionRefExpr() const { in getTaskReductionRefExpr() function
669 return const_cast<OMPParallelDirective *>(this)->getTaskReductionRefExpr(); in getTaskReductionRefExpr()
1699 Expr *getTaskReductionRefExpr() { in getTaskReductionRefExpr() function
1703 const Expr *getTaskReductionRefExpr() const { in getTaskReductionRefExpr() function
1704 return const_cast<OMPForDirective *>(this)->getTaskReductionRefExpr(); in getTaskReductionRefExpr()
1843 Expr *getTaskReductionRefExpr() { in getTaskReductionRefExpr() function
1846 const Expr *getTaskReductionRefExpr() const { in getTaskReductionRefExpr() function
1847 return const_cast<OMPSectionsDirective *>(this)->getTaskReductionRefExpr(); in getTaskReductionRefExpr()
2217 Expr *getTaskReductionRefExpr() { in getTaskReductionRefExpr() function
[all …]
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp1361 TaskRedRef = cast<OMPParallelDirective>(D).getTaskReductionRefExpr(); in EmitOMPReductionClauseInit()
1364 TaskRedRef = cast<OMPForDirective>(D).getTaskReductionRefExpr(); in EmitOMPReductionClauseInit()
1367 TaskRedRef = cast<OMPSectionsDirective>(D).getTaskReductionRefExpr(); in EmitOMPReductionClauseInit()
1370 TaskRedRef = cast<OMPParallelForDirective>(D).getTaskReductionRefExpr(); in EmitOMPReductionClauseInit()
1374 cast<OMPParallelMasterDirective>(D).getTaskReductionRefExpr(); in EmitOMPReductionClauseInit()
1378 cast<OMPParallelSectionsDirective>(D).getTaskReductionRefExpr(); in EmitOMPReductionClauseInit()
1382 cast<OMPTargetParallelDirective>(D).getTaskReductionRefExpr(); in EmitOMPReductionClauseInit()
1386 cast<OMPTargetParallelForDirective>(D).getTaskReductionRefExpr(); in EmitOMPReductionClauseInit()
1390 cast<OMPDistributeParallelForDirective>(D).getTaskReductionRefExpr(); in EmitOMPReductionClauseInit()
1394 .getTaskReductionRefExpr(); in EmitOMPReductionClauseInit()
[all …]