Home
last modified time | relevance | path

Searched refs:OmpBeginSectionsDirective (Results 1 – 8 of 8) sorted by relevance

/llvm-project-15.0.7/flang/lib/Parser/
H A Dopenmp-parsers.cpp548 TYPE_PARSER(sourced(construct<OmpBeginSectionsDirective>(
566 Parser<OmpBeginSectionsDirective>{} / endOmpLine,
H A Dunparse.cpp2433 Walk(std::get<OmpBeginSectionsDirective>(x.t)); in Unparse()
/llvm-project-15.0.7/flang/lib/Lower/
H A DOpenMP.cpp1202 std::get<Fortran::parser::OmpBeginSectionsDirective>(sectionsConstruct.t) in genOMP()
1231 std::get<Fortran::parser::OmpBeginSectionsDirective>( in genOMP()
1238 createCombinedParallelOp<Fortran::parser::OmpBeginSectionsDirective>( in genOMP()
1240 std::get<Fortran::parser::OmpBeginSectionsDirective>( in genOMP()
/llvm-project-15.0.7/flang/include/flang/Parser/
H A Dparse-tree.h3520 struct OmpBeginSectionsDirective { struct
3521 TUPLE_CLASS_BOILERPLATE(OmpBeginSectionsDirective);
3548 std::tuple<OmpBeginSectionsDirective, OmpSectionBlocks,
H A Ddump-parse-tree.h462 NODE(parser, OmpBeginSectionsDirective) in NODE()
/llvm-project-15.0.7/flang/lib/Semantics/
H A Dcheck-omp-structure.cpp912 std::get<parser::OmpBeginSectionsDirective>(x.t)}; in Enter()
2690 std::get<parser::OmpBeginSectionsDirective>( in CheckWorkshareBlockStmts()
H A Dresolve-directives.cpp1367 std::get<parser::OmpBeginSectionsDirective>(x.t)}; in Pre()
H A Dresolve-names.cpp1364 bool Pre(const parser::OmpBeginSectionsDirective &x) { in Pre()
1368 void Post(const parser::OmpBeginSectionsDirective &) { in Post() argument