Home
last modified time | relevance | path

Searched refs:getReductionRef (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DStmtOpenMP.h2717 const Expr *getReductionRef() const { in getReductionRef() function
2718 return const_cast<OMPTaskgroupDirective *>(this)->getReductionRef(); in getReductionRef()
2720 Expr *getReductionRef() { return cast_or_null<Expr>(Data->getChildren()[0]); } in getReductionRef() function
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DStmtProfile.cpp1037 if (const Expr *E = S->getReductionRef()) in VisitOMPTaskgroupDirective()
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp248 if (const Expr *E = TG->getReductionRef()) in OMPSimdLexicalScope()
5298 if (const Expr *E = S.getReductionRef()) { in EmitOMPTaskgroupDirective()
/openbsd-src/gnu/llvm/clang/tools/libclang/
H A DCIndex.cpp3140 if (const Expr *E = D->getReductionRef()) in VisitOMPTaskgroupDirective()