Searched refs:EventWaitStmt (Results 1 – 7 of 7) sorted by relevance
/external/llvm-project/flang/include/flang/Lower/ |
D | Runtime.h | 23 struct EventWaitStmt; 41 void genEventWaitStatement(AbstractConverter &, const parser::EventWaitStmt &);
|
D | PFTBuilder.h | 101 parser::EventPostStmt, parser::EventWaitStmt, parser::ExitStmt,
|
/external/llvm-project/flang/lib/Parser/ |
D | executable-parsers.cpp | 111 construct<ActionStmt>(indirect(Parser<EventWaitStmt>{})), 481 construct<EventWaitStmt>("EVENT WAIT"_sptok >> "("_tok >> scalar(variable), in TYPE_PARSER() 482 defaulted("," >> nonemptyList(Parser<EventWaitStmt::EventWaitSpec>{})) / in TYPE_PARSER() 489 TYPE_PARSER(construct<EventWaitStmt::EventWaitSpec>(untilSpec) || 490 construct<EventWaitStmt::EventWaitSpec>(statOrErrmsg))
|
D | unparse.cpp | 1140 void Before(const EventWaitStmt::EventWaitSpec &x) { // R1173, R1174 in Before() 1147 void Unparse(const EventWaitStmt &x) { // R1170 in Unparse() 1149 Walk(", ", std::get<std::list<EventWaitStmt::EventWaitSpec>>(x.t), ", "); in Unparse()
|
/external/llvm-project/flang/include/flang/Parser/ |
D | dump-parse-tree.h | 279 NODE(parser, EventWaitStmt) in NODE() 280 NODE(EventWaitStmt, EventWaitSpec) in NODE()
|
D | parse-tree.h | 216 struct EventWaitStmt; // R1172, R1173, R1174 482 common::Indirection<EventPostStmt>, common::Indirection<EventWaitStmt>, 2474 struct EventWaitStmt { struct 2479 TUPLE_CLASS_BOILERPLATE(EventWaitStmt); argument
|
/external/llvm-project/flang/lib/Semantics/ |
D | tools.cpp | 819 parser::CriticalConstruct, parser::EventPostStmt, parser::EventWaitStmt,
|