Searched refs:OpenMPAtomicConstruct (Results 1 – 4 of 4) sorted by relevance
439 TYPE_PARSER(construct<OpenMPAtomicConstruct>(Parser<OmpAtomicRead>{}) ||440 construct<OpenMPAtomicConstruct>(Parser<OmpAtomicCapture>{}) ||441 construct<OpenMPAtomicConstruct>(Parser<OmpAtomicWrite>{}) ||442 construct<OpenMPAtomicConstruct>(Parser<OmpAtomicUpdate>{}) ||443 construct<OpenMPAtomicConstruct>(Parser<OmpAtomic>{}))513 construct<OpenMPConstruct>(Parser<OpenMPAtomicConstruct>{}),
262 [&](const Fortran::parser::OpenMPAtomicConstruct &atomicConstruct) { in genOpenMPConstruct()
3665 struct OpenMPAtomicConstruct { struct3666 UNION_CLASS_BOILERPLATE(OpenMPAtomicConstruct);3779 OpenMPLoopConstruct, OpenMPBlockConstruct, OpenMPAtomicConstruct,
541 NODE(parser, OpenMPAtomicConstruct) in NODE()