Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DStmtOpenMP.cpp885 ArrayRef<OMPClause *> Clauses, Stmt *AssociatedStmt, Expr *ReductionRef) { in Create() argument
888 Dir->setReductionRef(ReductionRef); in Create()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DStmtOpenMP.h2757 Expr *ReductionRef);
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp562 const Expr *ReductionRef);
573 const Expr *&ReductionRef,
1586 const Expr *ReductionRef) { in addTaskgroupReductionData() argument
1600 ReductionData.set(ReductionRef, SR); in addTaskgroupReductionData()
1638 const ValueDecl *D, SourceRange &SR, const Expr *&ReductionRef, in getTopMostTaskgroupReductionData() argument
1652 ReductionRef = cast<const Expr *>(ReductionData.ReductionOp); in getTopMostTaskgroupReductionData()