Home
last modified time | relevance | path

Searched defs:OmpEndLoopDirective (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/flang/include/flang/Parser/
H A Dparse-tree.h3809 struct OmpEndLoopDirective { struct
3811 std::tuple<OmpLoopDirective, OmpClauseList> t;
3812 CharBlock source;
/llvm-project-15.0.7/flang/lib/Lower/
H A DBridge.cpp2587 void genFIR(const Fortran::parser::OmpEndLoopDirective &) {} // nop in genFIR()
/llvm-project-15.0.7/flang/lib/Semantics/
H A Dresolve-names.cpp1355 void Post(const parser::OmpEndLoopDirective &) { in Post()