Searched refs:OmpAtomicCapture (Results 1 – 6 of 6) sorted by relevance
| /llvm-project-15.0.7/flang/include/flang/Parser/ |
| H A D | dump-parse-tree.h | 454 NODE(parser, OmpAtomicCapture) in NODE() 455 NODE(OmpAtomicCapture, Stmt1) in NODE() 456 NODE(OmpAtomicCapture, Stmt2) in NODE()
|
| H A D | parse-tree.h | 3717 struct OmpAtomicCapture { struct 3718 TUPLE_CLASS_BOILERPLATE(OmpAtomicCapture); 3742 std::variant<OmpAtomicRead, OmpAtomicWrite, OmpAtomicCapture, OmpAtomicUpdate, argument
|
| /llvm-project-15.0.7/flang/lib/Parser/ |
| H A D | openmp-parsers.cpp | 461 construct<OmpAtomicCapture>(Parser<OmpAtomicClauseList>{} / maybe(","_tok), 485 construct<OpenMPAtomicConstruct>(Parser<OmpAtomicCapture>{}) ||
|
| H A D | unparse.cpp | 2241 void Unparse(const OmpAtomicCapture &x) { in Unparse() 2249 Walk(std::get<OmpAtomicCapture::Stmt1>(x.t)); in Unparse() 2251 Walk(std::get<OmpAtomicCapture::Stmt2>(x.t)); in Unparse()
|
| /llvm-project-15.0.7/flang/lib/Semantics/ |
| H A D | check-omp-structure.h | 180 void Enter(const parser::OmpAtomicCapture &);
|
| H A D | check-omp-structure.cpp | 2179 CHECK_SIMPLE_PARSER_CLAUSE(OmpAtomicCapture, OMPC_capture) in CHECK_SIMPLE_PARSER_CLAUSE()
|