Home
last modified time | relevance | path

Searched refs:LockStat (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/flang/lib/Parser/
H A Dexecutable-parsers.cpp516 defaulted("," >> nonemptyList(Parser<LockStmt::LockStat>{})) / ")"))
520 construct<LockStmt::LockStat>("ACQUIRED_LOCK =" >> scalarLogicalVariable) ||
521 construct<LockStmt::LockStat>(statOrErrmsg))
H A Dunparse.cpp1187 Walk(", ", std::get<std::list<LockStmt::LockStat>>(x.t), ", "); in Unparse()
1190 void Before(const LockStmt::LockStat &x) { // R1180 in Before()
/llvm-project-15.0.7/flang/include/flang/Parser/
H A Dparse-tree.h2526 struct LockStat { struct
2527 UNION_CLASS_BOILERPLATE(LockStat);
2531 std::tuple<LockVariable, std::list<LockStat>> t;
H A Ddump-parse-tree.h423 NODE(LockStmt, LockStat) in NODE()