Home
last modified time | relevance | path

Searched refs:LockVariable (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/flang/include/flang/Parser/
H A Dparse-tree.h2521 using LockVariable = Scalar<Variable>; variable
2531 std::tuple<LockVariable, std::list<LockStat>> t;
2537 std::tuple<LockVariable, std::list<StatOrErrmsg>> t;
/llvm-project-15.0.7/flang/lib/Parser/
H A Dunparse.cpp1186 Word("LOCK ("), Walk(std::get<LockVariable>(x.t)); in Unparse()
1199 Word("UNLOCK ("), Walk(std::get<LockVariable>(x.t)); in Unparse()