Home
last modified time | relevance | path

Searched refs:ReductionRef (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DStmtOpenMP.cpp809 ArrayRef<OMPClause *> Clauses, Stmt *AssociatedStmt, Expr *ReductionRef) { in Create() argument
812 Dir->setReductionRef(ReductionRef); in Create()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DStmtOpenMP.h2773 Expr *ReductionRef);
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp560 const Expr *ReductionRef);
571 const Expr *&ReductionRef,
1605 const Expr *ReductionRef) { in addTaskgroupReductionData() argument
1619 ReductionData.set(ReductionRef, SR); in addTaskgroupReductionData()
1657 const ValueDecl *D, SourceRange &SR, const Expr *&ReductionRef, in getTopMostTaskgroupReductionData() argument
1671 ReductionRef = ReductionData.ReductionOp.get<const Expr *>(); in getTopMostTaskgroupReductionData()