Searched refs:OmpAtomicRead (Results 1 – 7 of 7) sorted by relevance
174 void Enter(const parser::OmpAtomicRead &);175 void Leave(const parser::OmpAtomicRead &);
2176 CHECK_SIMPLE_PARSER_CLAUSE(OmpAtomicRead, OMPC_read) in CHECK_SIMPLE_PARSER_CLAUSE() argument2181 void OmpStructureChecker::Leave(const parser::OmpAtomicRead &) { in CHECK_SIMPLE_PARSER_CLAUSE()
455 construct<OmpAtomicRead>(Parser<OmpAtomicClauseList>{} / maybe(","_tok),484 TYPE_PARSER(construct<OpenMPAtomicConstruct>(Parser<OmpAtomicRead>{}) ||
2256 void Unparse(const OmpAtomicRead &x) { in Unparse()
1392 const Fortran::parser::OmpAtomicRead &atomicRead) { in genOmpAtomicRead()1463 [&](const Fortran::parser::OmpAtomicRead &atomicRead) { in genOMP()
3690 struct OmpAtomicRead { struct3691 TUPLE_CLASS_BOILERPLATE(OmpAtomicRead);3742 std::variant<OmpAtomicRead, OmpAtomicWrite, OmpAtomicCapture, OmpAtomicUpdate,
457 NODE(parser, OmpAtomicRead) in NODE()