Home
last modified time | relevance | path

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

/external/llvm-project/flang/lib/Parser/
Dexecutable-parsers.cpp515 defaulted("," >> nonemptyList(Parser<LockStmt::LockStat>{})) / ")"))
519 construct<LockStmt::LockStat>("ACQUIRED_LOCK =" >> scalarLogicalVariable) ||
520 construct<LockStmt::LockStat>(statOrErrmsg))
Dunparse.cpp1167 Walk(", ", std::get<std::list<LockStmt::LockStat>>(x.t), ", "); in Unparse()
1170 void Before(const LockStmt::LockStat &x) { // R1180 in Before()
/external/llvm-project/flang/include/flang/Parser/
Dparse-tree.h2505 struct LockStat { struct
2506 UNION_CLASS_BOILERPLATE(LockStat);
2510 std::tuple<LockVariable, std::list<LockStat>> t;
Ddump-parse-tree.h415 NODE(LockStmt, LockStat) in NODE()