Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang/AST/
DStmtOpenMP.h428 Expr *getTaskReductionRefExpr() { in getTaskReductionRefExpr() function
431 const Expr *getTaskReductionRefExpr() const { in getTaskReductionRefExpr() function
432 return const_cast<OMPParallelDirective *>(this)->getTaskReductionRefExpr(); in getTaskReductionRefExpr()
1304 Expr *getTaskReductionRefExpr() { in getTaskReductionRefExpr() function
1308 const Expr *getTaskReductionRefExpr() const { in getTaskReductionRefExpr() function
1309 return const_cast<OMPForDirective *>(this)->getTaskReductionRefExpr(); in getTaskReductionRefExpr()
1448 Expr *getTaskReductionRefExpr() { in getTaskReductionRefExpr() function
1451 const Expr *getTaskReductionRefExpr() const { in getTaskReductionRefExpr() function
1452 return const_cast<OMPSectionsDirective *>(this)->getTaskReductionRefExpr(); in getTaskReductionRefExpr()
1771 Expr *getTaskReductionRefExpr() { in getTaskReductionRefExpr() function
[all …]
/external/llvm-project/clang/lib/CodeGen/
DCGStmtOpenMP.cpp1287 TaskRedRef = cast<OMPParallelDirective>(D).getTaskReductionRefExpr(); in EmitOMPReductionClauseInit()
1290 TaskRedRef = cast<OMPForDirective>(D).getTaskReductionRefExpr(); in EmitOMPReductionClauseInit()
1293 TaskRedRef = cast<OMPSectionsDirective>(D).getTaskReductionRefExpr(); in EmitOMPReductionClauseInit()
1296 TaskRedRef = cast<OMPParallelForDirective>(D).getTaskReductionRefExpr(); in EmitOMPReductionClauseInit()
1300 cast<OMPParallelMasterDirective>(D).getTaskReductionRefExpr(); in EmitOMPReductionClauseInit()
1304 cast<OMPParallelSectionsDirective>(D).getTaskReductionRefExpr(); in EmitOMPReductionClauseInit()
1308 cast<OMPTargetParallelDirective>(D).getTaskReductionRefExpr(); in EmitOMPReductionClauseInit()
1312 cast<OMPTargetParallelForDirective>(D).getTaskReductionRefExpr(); in EmitOMPReductionClauseInit()
1316 cast<OMPDistributeParallelForDirective>(D).getTaskReductionRefExpr(); in EmitOMPReductionClauseInit()
1320 .getTaskReductionRefExpr(); in EmitOMPReductionClauseInit()
[all …]