Searched refs:OpenACCLoopConstruct (Results 1 – 9 of 9) sorted by relevance
34 if (auto *accLoop{parser::Unwrap<parser::OpenACCLoopConstruct>(*it)}) { in Post()110 void RewriteOpenACCLoopConstruct(parser::OpenACCLoopConstruct &x, in RewriteOpenACCLoopConstruct()141 CheckDoConcurrentClauseRestriction<parser::OpenACCLoopConstruct, in RewriteOpenACCLoopConstruct()143 CheckTileClauseRestriction<parser::OpenACCLoopConstruct, in RewriteOpenACCLoopConstruct()
50 void Enter(const parser::OpenACCLoopConstruct &);51 void Leave(const parser::OpenACCLoopConstruct &);
201 void AccStructureChecker::Enter(const parser::OpenACCLoopConstruct &x) { in Enter()207 void AccStructureChecker::Leave(const parser::OpenACCLoopConstruct &x) { in Leave()
138 bool Pre(const parser::OpenACCLoopConstruct &);139 void Post(const parser::OpenACCLoopConstruct &) { PopContext(); } in Post() argument215 void PrivatizeAssociatedLoopIndex(const parser::OpenACCLoopConstruct &);682 bool AccAttributeVisitor::Pre(const parser::OpenACCLoopConstruct &x) { in Pre()864 const parser::OpenACCLoopConstruct &x) { in PrivatizeAssociatedLoopIndex()
141 construct<OpenACCLoopConstruct>(sourced(Parser<AccBeginLoopDirective>{})))225 construct<OpenACCConstruct>(Parser<OpenACCLoopConstruct>{}),
1901 void Unparse(const OpenACCLoopConstruct &x) { in Unparse()
338 const Fortran::parser::OpenACCLoopConstruct &loopConstruct) { in genACC()1029 [&](const Fortran::parser::OpenACCLoopConstruct &loopConstruct) { in genOpenACCConstruct()
4105 struct OpenACCLoopConstruct { struct4106 TUPLE_CLASS_BOILERPLATE(OpenACCLoopConstruct);4107 OpenACCLoopConstruct(AccBeginLoopDirective &&a) in OpenACCLoopConstruct() argument4121 OpenACCLoopConstruct, OpenACCStandaloneConstruct, OpenACCCacheConstruct, argument
543 NODE(parser, OpenACCLoopConstruct) in NODE()