Home
last modified time | relevance | path

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

/external/llvm-project/flang/include/flang/Semantics/
Dtools.h529 void Post(const parser::ComputedGotoStmt &computedGotoStmt);
/external/llvm-project/flang/lib/Semantics/
Dresolve-labels.cpp481 void Post(const parser::ComputedGotoStmt &computedGotoStmt) { in Post() argument
482 AddLabelReference(std::get<std::list<parser::Label>>(computedGotoStmt.t)); in Post()
Dtools.cpp1309 void LabelEnforce::Post(const parser::ComputedGotoStmt &computedGotoStmt) { in Post() argument
1310 for (auto &i : std::get<std::list<parser::Label>>(computedGotoStmt.t)) { in Post()