Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Parser/
H A Dopenmp-parsers.cpp24 constexpr auto endOmpLine = space >> endOfLine; variable
464 Parser<OmpEndAtomic>{} / endOmpLine))
475 maybe(Parser<OmpEndAtomic>{} / endOmpLine)))
494 endOmpLine)
497 endOmpLine)
522 lookAhead(endOmpLine / !statement(allocateStmt)))
535 endOmpLine)
540 Parser<OmpEndBlockDirective>{} / endOmpLine))
562 startOmpLine >> "SECTION"_tok / endOmpLine)))
566 Parser<OmpBeginSectionsDirective>{} / endOmpLine,
[all …]