Home
last modified time | relevance | path

Searched refs:OmpReductionOperator (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/flang/lib/Parser/
H A Dopenmp-parsers.cpp119 TYPE_PARSER(construct<OmpReductionOperator>(Parser<DefinedOperator>{}) ||
120 construct<OmpReductionOperator>(Parser<ProcedureDesignator>{}))
123 Parser<OmpReductionOperator>{} / ":", Parser<OmpObjectList>{}))
127 Parser<OmpReductionOperator>{} / ":", Parser<OmpObjectList>{}))
416 "(" >> Parser<OmpReductionOperator>{} / ":",
H A Dunparse.cpp2028 Walk(std::get<OmpReductionOperator>(x.t)); in Unparse()
2033 Walk(std::get<OmpReductionOperator>(x.t)); in Unparse()
2356 Walk(std::get<OmpReductionOperator>(x.t)), Put(" : "); in Unparse()
/llvm-project-15.0.7/flang/include/flang/Parser/
H A Dparse-tree.h3435 struct OmpReductionOperator { struct
3436 UNION_CLASS_BOILERPLATE(OmpReductionOperator);
3444 std::tuple<OmpReductionOperator, OmpObjectList> t; argument
3451 std::tuple<OmpReductionOperator, OmpObjectList> t;
3596 std::tuple<Verbatim, OmpReductionOperator, std::list<DeclarationTypeSpec>,
H A Ddump-parse-tree.h523 NODE(parser, OmpReductionOperator) in NODE()
/llvm-project-15.0.7/flang/lib/Lower/
H A DOpenMP.cpp982 const auto &redOperator{std::get<Fortran::parser::OmpReductionOperator>( in genOMP()
1610 const auto &redOperator{std::get<Fortran::parser::OmpReductionOperator>( in genOpenMPReduction()
/llvm-project-15.0.7/flang/lib/Semantics/
H A Dresolve-directives.cpp384 const parser::OmpReductionOperator &opr{ in Pre()
385 std::get<parser::OmpReductionOperator>(x.v.t)}; in Pre()