Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Parser/
H A Dio-parsers.cpp189 constexpr auto endLabel{construct<EndLabel>(label)}; variable
210 construct<IoControlSpec>("END =" >> endLabel),
298 construct<WaitSpec>("END =" >> endLabel),
/llvm-project-15.0.7/flang/include/flang/Semantics/
H A Dtools.h583 void Post(const parser::EndLabel &endLabel);
/llvm-project-15.0.7/flang/lib/Semantics/
H A Dresolve-labels.cpp524 void Post(const parser::EndLabel &endLabel) { AddLabelReference(endLabel.v); } in Post() argument
H A Dtools.cpp1445 void LabelEnforce::Post(const parser::EndLabel &endLabel) { in Post() argument
1446 checkLabelUse(endLabel.v); in Post()
H A Dresolve-directives.cpp455 void Post(const parser::EndLabel &endLabel) { CheckSourceLabel(endLabel.v); } in Post() argument