Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
HDStmtOpenMP.cpp672 ArrayRef<OMPClause *> Clauses, Stmt *AssociatedStmt, Expr *ReductionRef) { in Create() argument
680 Dir->setReductionRef(ReductionRef); in Create()
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
HDStmtOpenMP.h2233 Expr *ReductionRef);
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaOpenMP.cpp457 const Expr *ReductionRef);
468 const Expr *&ReductionRef,
1225 const Expr *ReductionRef) { in addTaskgroupReductionData() argument
1236 ReductionData.set(ReductionRef, SR); in addTaskgroupReductionData()
1273 const ValueDecl *D, SourceRange &SR, const Expr *&ReductionRef, in getTopMostTaskgroupReductionData() argument
1286 ReductionRef = ReductionData.ReductionOp.get<const Expr *>(); in getTopMostTaskgroupReductionData()