Home
last modified time | relevance | path

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

/external/llvm-project/flang/lib/Lower/
DOpenMP.cpp273 const Fortran::parser::OmpEndLoopDirective &) { in genOpenMPEndLoop()
/external/llvm-project/flang/include/flang/Parser/
Dparse-tree.h3743 struct OmpEndLoopDirective { struct
3745 std::tuple<OmpLoopDirective, OmpClauseList> t;
3746 CharBlock source;
/external/llvm-project/flang/lib/Semantics/
Dresolve-names.cpp1207 void Post(const parser::OmpEndLoopDirective &) { in Post()