Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Semantics/
H A Dcheck-omp-structure.h164 void Enter(const parser::OpenMPCancellationPointConstruct &);
165 void Leave(const parser::OpenMPCancellationPointConstruct &);
H A Dcheck-omp-structure.cpp1330 const parser::OpenMPCancellationPointConstruct &x) { in Enter()
1339 const parser::OpenMPCancellationPointConstruct &) { in Leave() argument
/llvm-project-15.0.7/flang/lib/Parser/
H A Dopenmp-parsers.cpp331 TYPE_PARSER(sourced(construct<OpenMPCancellationPointConstruct>(
388 Parser<OpenMPCancellationPointConstruct>{})) /
H A Dunparse.cpp2443 void Unparse(const OpenMPCancellationPointConstruct &x) { in Unparse()
/llvm-project-15.0.7/flang/include/flang/Parser/
H A Dparse-tree.h3761 struct OpenMPCancellationPointConstruct { struct
3762 TUPLE_CLASS_BOILERPLATE(OpenMPCancellationPointConstruct);
3799 OpenMPCancelConstruct, OpenMPCancellationPointConstruct>
H A Ddump-parse-tree.h552 NODE(parser, OpenMPCancellationPointConstruct) in NODE()
/llvm-project-15.0.7/flang/lib/Lower/
H A DOpenMP.cpp570 [&](const Fortran::parser::OpenMPCancellationPointConstruct in genOMP()