Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Semantics/
H A Dresolve-labels.cpp533 CheckLabelContext("CYCLE", cycleStmt.v->source); in Post()
538 CheckLabelContext("EXIT", exitStmt.v->source); in Post()
759 void CheckLabelContext( in CheckLabelContext() function in Fortran::semantics::ParseTreeAnalyzer
H A Dresolve-directives.cpp258 CheckLabelContext(it->second.first, currentStatementSource_, in Pre()
537 void CheckLabelContext(const parser::CharBlock, const parser::CharBlock,
1816 CheckLabelContext(currentStatementSource_, it->second.first, thisContext, in CheckSourceLabel()
1822 void OmpAttributeVisitor::CheckLabelContext(const parser::CharBlock source, in CheckLabelContext() function in Fortran::semantics::OmpAttributeVisitor