Home
last modified time | relevance | path

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

/external/llvm-project/flang/lib/Parser/
Dopenmp-parsers.cpp373 Parser<OmpReductionCombiner>{} / ")",
393 TYPE_PARSER(construct<OmpReductionCombiner>(Parser<AssignmentStmt>{}) ||
394 construct<OmpReductionCombiner>(
395 construct<OmpReductionCombiner::FunctionCombiner>(
Dunparse.cpp2318 void Unparse(const OmpReductionCombiner::FunctionCombiner &x) { in Unparse()
2334 Walk(std::get<OmpReductionCombiner>(x.t)); in Unparse()
/external/llvm-project/flang/include/flang/Parser/
Ddump-parse-tree.h513 NODE(parser, OmpReductionCombiner) in NODE()
514 NODE(OmpReductionCombiner, FunctionCombiner) in NODE()
Dparse-tree.h3555 struct OmpReductionCombiner { struct
3556 UNION_CLASS_BOILERPLATE(OmpReductionCombiner);
3567 OmpReductionCombiner, std::optional<OmpReductionInitializerClause>> argument