Home
last modified time | relevance | path

Searched refs:EventWaitStmt (Results 1 – 7 of 7) sorted by relevance

/external/llvm-project/flang/include/flang/Lower/
DRuntime.h23 struct EventWaitStmt;
41 void genEventWaitStatement(AbstractConverter &, const parser::EventWaitStmt &);
DPFTBuilder.h101 parser::EventPostStmt, parser::EventWaitStmt, parser::ExitStmt,
/external/llvm-project/flang/lib/Parser/
Dexecutable-parsers.cpp111 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))
Dunparse.cpp1140 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/
Ddump-parse-tree.h279 NODE(parser, EventWaitStmt) in NODE()
280 NODE(EventWaitStmt, EventWaitSpec) in NODE()
Dparse-tree.h216 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/
Dtools.cpp819 parser::CriticalConstruct, parser::EventPostStmt, parser::EventWaitStmt,