Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DStmtOpenMP.cpp701 ArrayRef<OMPClause *> Clauses, Stmt *AssociatedStmt, Expr *ReductionRef) { in Create() argument
704 Dir->setReductionRef(ReductionRef); in Create()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DStmtOpenMP.h2569 Expr *ReductionRef);
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp532 const Expr *ReductionRef);
543 const Expr *&ReductionRef,
1453 const Expr *ReductionRef) { in addTaskgroupReductionData() argument
1467 ReductionData.set(ReductionRef, SR); in addTaskgroupReductionData()
1506 const ValueDecl *D, SourceRange &SR, const Expr *&ReductionRef, in getTopMostTaskgroupReductionData() argument
1520 ReductionRef = ReductionData.ReductionOp.get<const Expr *>(); in getTopMostTaskgroupReductionData()