Home
last modified time | relevance | path

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

/external/llvm-project/flang/lib/Parser/
Dexecutable-parsers.cpp135 construct<ActionStmt>(indirect(Parser<ComputedGotoStmt>{})),
433 construct<ComputedGotoStmt>("GO TO" >> parenthesized(nonemptyList(label)),
Dunparse.cpp1105 void Unparse(const ComputedGotoStmt &x) { // R1158 in Unparse()
/external/llvm-project/flang/include/flang/Semantics/
Dtools.h529 void Post(const parser::ComputedGotoStmt &computedGotoStmt);
/external/llvm-project/flang/include/flang/Lower/
DPFTBuilder.h109 parser::ComputedGotoStmt, parser::ForallStmt, parser::ArithmeticIfStmt,
/external/llvm-project/flang/include/flang/Parser/
Dparse-tree.h209 struct ComputedGotoStmt; // R1158
495 common::Indirection<WriteStmt>, common::Indirection<ComputedGotoStmt>,
2418 struct ComputedGotoStmt { struct
2419 TUPLE_CLASS_BOILERPLATE(ComputedGotoStmt);
Ddump-parse-tree.h195 NODE(parser, ComputedGotoStmt) in NODE()
/external/llvm-project/flang/lib/Semantics/
Dresolve-labels.cpp481 void Post(const parser::ComputedGotoStmt &computedGotoStmt) { in Post()
Dtools.cpp1309 void LabelEnforce::Post(const parser::ComputedGotoStmt &computedGotoStmt) { in Post()
/external/llvm-project/flang/lib/Lower/
DPFTBuilder.cpp500 [&](const parser::ComputedGotoStmt &s) { in analyzeBranches()