Searched refs:EventWaitStmt (Results 1 – 9 of 9) sorted by relevance
| /llvm-project-15.0.7/flang/include/flang/Lower/ |
| H A D | Runtime.h | 38 struct EventWaitStmt; 56 void genEventWaitStatement(AbstractConverter &, const parser::EventWaitStmt &);
|
| H A D | PFTBuilder.h | 101 parser::EventPostStmt, parser::EventWaitStmt, parser::ExitStmt,
|
| /llvm-project-15.0.7/flang/lib/Parser/ |
| H A D | executable-parsers.cpp | 112 construct<ActionStmt>(indirect(Parser<EventWaitStmt>{})), 482 construct<EventWaitStmt>("EVENT WAIT"_sptok >> "("_tok >> scalar(variable), in TYPE_PARSER() 483 defaulted("," >> nonemptyList(Parser<EventWaitStmt::EventWaitSpec>{})) / in TYPE_PARSER() 490 TYPE_PARSER(construct<EventWaitStmt::EventWaitSpec>(untilSpec) || 491 construct<EventWaitStmt::EventWaitSpec>(statOrErrmsg))
|
| H A D | unparse.cpp | 1160 void Before(const EventWaitStmt::EventWaitSpec &x) { // R1173, R1174 in Before() 1167 void Unparse(const EventWaitStmt &x) { // R1170 in Unparse() 1169 Walk(", ", std::get<std::list<EventWaitStmt::EventWaitSpec>>(x.t), ", "); in Unparse()
|
| /llvm-project-15.0.7/flang/include/flang/Parser/ |
| H A D | dump-parse-tree.h | 287 NODE(parser, EventWaitStmt) in NODE() 288 NODE(EventWaitStmt, EventWaitSpec) in NODE()
|
| H A D | parse-tree.h | 217 struct EventWaitStmt; // R1172, R1173, R1174 484 common::Indirection<EventPostStmt>, common::Indirection<EventWaitStmt>, 2495 struct EventWaitStmt { struct 2500 TUPLE_CLASS_BOILERPLATE(EventWaitStmt); argument
|
| /llvm-project-15.0.7/flang/lib/Lower/ |
| H A D | Runtime.cpp | 129 const Fortran::parser::EventWaitStmt &) { in genEventWaitStatement() argument
|
| H A D | Bridge.cpp | 2088 void genFIR(const Fortran::parser::EventWaitStmt &stmt) { in genFIR()
|
| /llvm-project-15.0.7/flang/lib/Semantics/ |
| H A D | tools.cpp | 901 parser::EventPostStmt, parser::EventWaitStmt, parser::FormTeamStmt,
|