Searched refs:OpenMPDeclareSimdConstruct (Results 1 – 9 of 9) sorted by relevance
8 // CHECK: not yet implemented: OpenMPDeclareSimdConstruct
147 void Enter(const parser::OpenMPDeclareSimdConstruct &);148 void Leave(const parser::OpenMPDeclareSimdConstruct &);
317 bool Pre(const parser::OpenMPDeclareSimdConstruct &x) { in Pre()325 void Post(const parser::OpenMPDeclareSimdConstruct &) { PopContext(); } in Post() argument
1053 void OmpStructureChecker::Enter(const parser::OpenMPDeclareSimdConstruct &x) { in Enter()1058 void OmpStructureChecker::Leave(const parser::OpenMPDeclareSimdConstruct &) { in Leave() argument
511 sourced(construct<OpenMPDeclareSimdConstruct>(verbatim("DECLARE SIMD"_tok),529 Parser<OpenMPDeclareSimdConstruct>{}) ||
2380 [&](const OpenMPDeclareSimdConstruct &y) { in Pre()
3603 struct OpenMPDeclareSimdConstruct { struct3604 TUPLE_CLASS_BOILERPLATE(OpenMPDeclareSimdConstruct);3627 OpenMPDeclareSimdConstruct, OpenMPDeclareTargetConstruct, argument
558 NODE(parser, OpenMPDeclareSimdConstruct) in NODE()
1577 [&](const Fortran::parser::OpenMPDeclareSimdConstruct in genOpenMPDeclarativeConstruct()