Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Semantics/
H A Dcheck-omp-structure.h160 void Enter(const parser::OpenMPFlushConstruct &);
161 void Leave(const parser::OpenMPFlushConstruct &);
H A Dcheck-omp-structure.cpp1257 void OmpStructureChecker::Enter(const parser::OpenMPFlushConstruct &x) { in Enter()
1262 void OmpStructureChecker::Leave(const parser::OpenMPFlushConstruct &x) { in Leave()
/llvm-project-15.0.7/flang/lib/Parser/
H A Dopenmp-parsers.cpp364 TYPE_PARSER(sourced(construct<OpenMPFlushConstruct>(verbatim("FLUSH"_tok),
385 construct<OpenMPStandaloneConstruct>(Parser<OpenMPFlushConstruct>{}) ||
H A Dunparse.cpp2466 void Unparse(const OpenMPFlushConstruct &x) { in Unparse()
/llvm-project-15.0.7/flang/include/flang/Parser/
H A Dparse-tree.h3776 struct OpenMPFlushConstruct { struct
3777 TUPLE_CLASS_BOILERPLATE(OpenMPFlushConstruct);
3798 std::variant<OpenMPSimpleStandaloneConstruct, OpenMPFlushConstruct, argument
H A Ddump-parse-tree.h563 NODE(parser, OpenMPFlushConstruct) in NODE()
/llvm-project-15.0.7/flang/lib/Lower/
H A DOpenMP.cpp552 [&](const Fortran::parser::OpenMPFlushConstruct &flushConstruct) { in genOMP()