Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DStmtOpenMP.h2548 const Expr *getReductionRef() const { in getReductionRef() function
2549 return const_cast<OMPTaskgroupDirective *>(this)->getReductionRef(); in getReductionRef()
2551 Expr *getReductionRef() { return cast_or_null<Expr>(Data->getChildren()[0]); } in getReductionRef() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DStmtProfile.cpp978 if (const Expr *E = S->getReductionRef()) in VisitOMPTaskgroupDirective()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp241 if (const Expr *E = TG->getReductionRef()) in OMPSimdLexicalScope()
4770 if (const Expr *E = S.getReductionRef()) { in EmitOMPTaskgroupDirective()
/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A DCIndex.cpp2968 if (const Expr *E = D->getReductionRef()) in VisitOMPTaskgroupDirective()