Searched refs:OpenMPFlushConstruct (Results 1 – 7 of 7) sorted by relevance
160 void Enter(const parser::OpenMPFlushConstruct &);161 void Leave(const parser::OpenMPFlushConstruct &);
1257 void OmpStructureChecker::Enter(const parser::OpenMPFlushConstruct &x) { in Enter()1262 void OmpStructureChecker::Leave(const parser::OpenMPFlushConstruct &x) { in Leave()
364 TYPE_PARSER(sourced(construct<OpenMPFlushConstruct>(verbatim("FLUSH"_tok),385 construct<OpenMPStandaloneConstruct>(Parser<OpenMPFlushConstruct>{}) ||
2466 void Unparse(const OpenMPFlushConstruct &x) { in Unparse()
3776 struct OpenMPFlushConstruct { struct3777 TUPLE_CLASS_BOILERPLATE(OpenMPFlushConstruct);3798 std::variant<OpenMPSimpleStandaloneConstruct, OpenMPFlushConstruct, argument
563 NODE(parser, OpenMPFlushConstruct) in NODE()
552 [&](const Fortran::parser::OpenMPFlushConstruct &flushConstruct) { in genOMP()