Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Semantics/
H A Dcanonicalize-do.cpp121 Statement<NonLabelDoStmt> nonLabelDoStmt{std::move(labelDo.label), in CanonicalizeIfMatch() local
124 nonLabelDoStmt.source = originalSource; in CanonicalizeIfMatch()
127 std::make_tuple(std::move(nonLabelDoStmt), std::move(block), in CanonicalizeIfMatch()