Home
last modified time | relevance | path

Searched refs:OpenMPFlushConstruct (Results 1 – 7 of 7) sorted by relevance

/external/llvm-project/flang/lib/Semantics/
Dcheck-omp-structure.h112 void Enter(const parser::OpenMPFlushConstruct &);
113 void Leave(const parser::OpenMPFlushConstruct &);
Dcheck-omp-structure.cpp206 void OmpStructureChecker::Enter(const parser::OpenMPFlushConstruct &x) { in Enter()
211 void OmpStructureChecker::Leave(const parser::OpenMPFlushConstruct &) { in Leave() argument
/external/llvm-project/flang/lib/Parser/
Dopenmp-parsers.cpp319 TYPE_PARSER(sourced(construct<OpenMPFlushConstruct>(verbatim("FLUSH"_tok),
340 construct<OpenMPStandaloneConstruct>(Parser<OpenMPFlushConstruct>{}) ||
Dunparse.cpp2423 void Unparse(const OpenMPFlushConstruct &x) { in Unparse()
/external/llvm-project/flang/lib/Lower/
DOpenMP.cpp106 [&](const Fortran::parser::OpenMPFlushConstruct &flushConstruct) { in genOMP()
/external/llvm-project/flang/include/flang/Parser/
Dparse-tree.h3710 struct OpenMPFlushConstruct { struct
3711 TUPLE_CLASS_BOILERPLATE(OpenMPFlushConstruct);
3732 std::variant<OpenMPSimpleStandaloneConstruct, OpenMPFlushConstruct, argument
Ddump-parse-tree.h553 NODE(parser, OpenMPFlushConstruct) in NODE()