Home
last modified time | relevance | path

Searched refs:OpenMPDeclarativeAllocate (Results 1 – 10 of 10) sorted by relevance

/llvm-project-15.0.7/flang/test/Lower/OpenMP/Todo/
H A Domp-declarative-allocate.f908 // CHECK: not yet implemented: OpenMPDeclarativeAllocate
/llvm-project-15.0.7/flang/lib/Parser/
H A Dopenmp-parsers.cpp506 maybe(nonemptyList(Parser<OpenMPDeclarativeAllocate>{})) / endOmpLine,
520 sourced(construct<OpenMPDeclarativeAllocate>(verbatim("ALLOCATE"_tok),
533 Parser<OpenMPDeclarativeAllocate>{}) ||
579 construct<OpenMPConstruct>(Parser<OpenMPDeclarativeAllocate>{}),
H A Dunparse.cpp2304 void Unparse(const OpenMPDeclarativeAllocate &x) { in Unparse()
2367 [&](const OpenMPDeclarativeAllocate &z) { in Pre()
/llvm-project-15.0.7/flang/lib/Semantics/
H A Dcheck-omp-structure.h149 void Enter(const parser::OpenMPDeclarativeAllocate &);
150 void Leave(const parser::OpenMPDeclarativeAllocate &);
H A Dresolve-directives.cpp329 bool Pre(const parser::OpenMPDeclarativeAllocate &);
330 void Post(const parser::OpenMPDeclarativeAllocate &) { PopContext(); } in Post() argument
1404 bool OmpAttributeVisitor::Pre(const parser::OpenMPDeclarativeAllocate &x) { in Pre()
H A Dcheck-omp-structure.cpp1062 void OmpStructureChecker::Enter(const parser::OpenMPDeclarativeAllocate &x) { in Enter()
1070 void OmpStructureChecker::Leave(const parser::OpenMPDeclarativeAllocate &x) { in Leave()
/llvm-project-15.0.7/flang/examples/FlangOmpReport/
H A DFlangOmpReportVisitor.cpp127 [&](const OpenMPDeclarativeAllocate &c) -> std::string { in getName()
/llvm-project-15.0.7/flang/include/flang/Parser/
H A Dparse-tree.h3617 struct OpenMPDeclarativeAllocate { struct
3618 TUPLE_CLASS_BOILERPLATE(OpenMPDeclarativeAllocate);
3626 std::variant<OpenMPDeclarativeAllocate, OpenMPDeclareReductionConstruct, argument
3656 std::optional<std::list<OpenMPDeclarativeAllocate>>,
3846 OpenMPAtomicConstruct, OpenMPDeclarativeAllocate,
H A Ddump-parse-tree.h555 NODE(parser, OpenMPDeclarativeAllocate) in NODE()
/llvm-project-15.0.7/flang/lib/Lower/
H A DOpenMP.cpp1503 [&](const Fortran::parser::OpenMPDeclarativeAllocate in genOpenMPConstruct()
1568 [&](const Fortran::parser::OpenMPDeclarativeAllocate in genOpenMPDeclarativeConstruct()