Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Lower/
H A DOpenMP.cpp1196 const Fortran::parser::OpenMPSectionsConstruct &sectionsConstruct) { in genOMP() argument
1202 std::get<Fortran::parser::OmpBeginSectionsDirective>(sectionsConstruct.t) in genOMP()
1219 std::get<Fortran::parser::OmpEndSectionsDirective>(sectionsConstruct.t); in genOMP()
1232 sectionsConstruct.t) in genOMP()
1241 sectionsConstruct.t)); in genOMP()
1494 &sectionsConstruct) { in genOpenMPConstruct() argument
1495 genOMP(converter, eval, sectionsConstruct); in genOpenMPConstruct()