Searched refs:OpenMPExecutableAllocate (Results 1 – 9 of 9) sorted by relevance
153 void Enter(const parser::OpenMPExecutableAllocate &);154 void Leave(const parser::OpenMPExecutableAllocate &);
332 bool Pre(const parser::OpenMPExecutableAllocate &);333 void Post(const parser::OpenMPExecutableAllocate &);1411 bool OmpAttributeVisitor::Pre(const parser::OpenMPExecutableAllocate &x) { in Pre()1450 void OmpAttributeVisitor::Post(const parser::OpenMPExecutableAllocate &x) { in Post()
1117 void OmpStructureChecker::Enter(const parser::OpenMPExecutableAllocate &x) { in Enter()1127 void OmpStructureChecker::Leave(const parser::OpenMPExecutableAllocate &x) { in Leave()
123 [&](const OpenMPExecutableAllocate &c) -> std::string { in getName()
504 sourced(construct<OpenMPExecutableAllocate>(verbatim("ALLOCATE"_tok),578 construct<OpenMPConstruct>(Parser<OpenMPExecutableAllocate>{}),
2295 void Unparse(const OpenMPExecutableAllocate &x) { in Unparse()
3652 struct OpenMPExecutableAllocate { struct3653 TUPLE_CLASS_BOILERPLATE(OpenMPExecutableAllocate);3847 OpenMPExecutableAllocate, OpenMPCriticalConstruct>
565 NODE(parser, OpenMPExecutableAllocate) in NODE()
1507 [&](const Fortran::parser::OpenMPExecutableAllocate in genOpenMPConstruct()