Searched refs:OmpReductionOperator (Results 1 – 6 of 6) sorted by relevance
| /llvm-project-15.0.7/flang/lib/Parser/ |
| H A D | openmp-parsers.cpp | 119 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 D | unparse.cpp | 2028 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 D | parse-tree.h | 3435 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 D | dump-parse-tree.h | 523 NODE(parser, OmpReductionOperator) in NODE()
|
| /llvm-project-15.0.7/flang/lib/Lower/ |
| H A D | OpenMP.cpp | 982 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 D | resolve-directives.cpp | 384 const parser::OmpReductionOperator &opr{ in Pre() 385 std::get<parser::OmpReductionOperator>(x.v.t)}; in Pre()
|