Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Parser/
H A Dopenmp-parsers.cpp418 Parser<OmpReductionCombiner>{} / ")",
438 TYPE_PARSER(construct<OmpReductionCombiner>(Parser<AssignmentStmt>{}) ||
439 construct<OmpReductionCombiner>(
440 construct<OmpReductionCombiner::FunctionCombiner>(
H A Dunparse.cpp2342 void Unparse(const OmpReductionCombiner::FunctionCombiner &x) { in Unparse()
2358 Walk(std::get<OmpReductionCombiner>(x.t)); in Unparse()
/llvm-project-15.0.7/flang/include/flang/Parser/
H A Ddump-parse-tree.h520 NODE(parser, OmpReductionCombiner) in NODE()
521 NODE(OmpReductionCombiner, FunctionCombiner) in NODE()
H A Dparse-tree.h3585 struct OmpReductionCombiner { struct
3586 UNION_CLASS_BOILERPLATE(OmpReductionCombiner);
3597 OmpReductionCombiner, std::optional<OmpReductionInitializerClause>> argument