Home
last modified time | relevance | path

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

12

/dports/devel/llvm12/llvm-project-12.0.1.src/flang/lib/Semantics/
H A Dcheck-omp-structure.h108 void Enter(const parser::OpenMPDeclarativeAllocate &);
109 void Leave(const parser::OpenMPDeclarativeAllocate &);
H A Dcheck-omp-structure.cpp254 void OmpStructureChecker::Enter(const parser::OpenMPDeclarativeAllocate &x) { in Enter()
259 void OmpStructureChecker::Leave(const parser::OpenMPDeclarativeAllocate &) { in Leave() argument
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/flang/lib/Semantics/
H A Dcheck-omp-structure.h108 void Enter(const parser::OpenMPDeclarativeAllocate &);
109 void Leave(const parser::OpenMPDeclarativeAllocate &);
H A Dcheck-omp-structure.cpp254 void OmpStructureChecker::Enter(const parser::OpenMPDeclarativeAllocate &x) { in Enter()
259 void OmpStructureChecker::Leave(const parser::OpenMPDeclarativeAllocate &) { in Leave() argument
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/flang/lib/Parser/
H A Dopenmp-parsers.cpp480 maybe(nonemptyList(Parser<OpenMPDeclarativeAllocate>{})) / endOmpLine,
494 sourced(construct<OpenMPDeclarativeAllocate>(verbatim("ALLOCATE"_tok),
507 Parser<OpenMPDeclarativeAllocate>{}) ||
549 construct<OpenMPConstruct>(Parser<OpenMPDeclarativeAllocate>{}),
/dports/devel/llvm12/llvm-project-12.0.1.src/flang/lib/Parser/
H A Dopenmp-parsers.cpp480 maybe(nonemptyList(Parser<OpenMPDeclarativeAllocate>{})) / endOmpLine,
494 sourced(construct<OpenMPDeclarativeAllocate>(verbatim("ALLOCATE"_tok),
507 Parser<OpenMPDeclarativeAllocate>{}) ||
549 construct<OpenMPConstruct>(Parser<OpenMPDeclarativeAllocate>{}),
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/flang/lib/Parser/
H A Dopenmp-parsers.cpp482 maybe(nonemptyList(Parser<OpenMPDeclarativeAllocate>{})) / endOmpLine,
496 sourced(construct<OpenMPDeclarativeAllocate>(verbatim("ALLOCATE"_tok),
509 Parser<OpenMPDeclarativeAllocate>{}) ||
551 construct<OpenMPConstruct>(Parser<OpenMPDeclarativeAllocate>{}),
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/flang/lib/Parser/
H A Dopenmp-parsers.cpp480 maybe(nonemptyList(Parser<OpenMPDeclarativeAllocate>{})) / endOmpLine,
494 sourced(construct<OpenMPDeclarativeAllocate>(verbatim("ALLOCATE"_tok),
507 Parser<OpenMPDeclarativeAllocate>{}) ||
549 construct<OpenMPConstruct>(Parser<OpenMPDeclarativeAllocate>{}),
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/flang/lib/Parser/
H A Dopenmp-parsers.cpp480 maybe(nonemptyList(Parser<OpenMPDeclarativeAllocate>{})) / endOmpLine,
494 sourced(construct<OpenMPDeclarativeAllocate>(verbatim("ALLOCATE"_tok),
507 Parser<OpenMPDeclarativeAllocate>{}) ||
549 construct<OpenMPConstruct>(Parser<OpenMPDeclarativeAllocate>{}),
/dports/devel/llvm13/llvm-project-13.0.1.src/flang/lib/Parser/
H A Dopenmp-parsers.cpp480 maybe(nonemptyList(Parser<OpenMPDeclarativeAllocate>{})) / endOmpLine,
494 sourced(construct<OpenMPDeclarativeAllocate>(verbatim("ALLOCATE"_tok),
507 Parser<OpenMPDeclarativeAllocate>{}) ||
549 construct<OpenMPConstruct>(Parser<OpenMPDeclarativeAllocate>{}),
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/flang/lib/Semantics/
H A Dcheck-omp-structure.h148 void Enter(const parser::OpenMPDeclarativeAllocate &);
149 void Leave(const parser::OpenMPDeclarativeAllocate &);
H A Dresolve-directives.cpp326 bool Pre(const parser::OpenMPDeclarativeAllocate &);
327 void Post(const parser::OpenMPDeclarativeAllocate &) { PopContext(); } in Post() argument
1347 bool OmpAttributeVisitor::Pre(const parser::OpenMPDeclarativeAllocate &x) { in Pre()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/flang/lib/Semantics/
H A Dcheck-omp-structure.h148 void Enter(const parser::OpenMPDeclarativeAllocate &);
149 void Leave(const parser::OpenMPDeclarativeAllocate &);
H A Dresolve-directives.cpp326 bool Pre(const parser::OpenMPDeclarativeAllocate &);
327 void Post(const parser::OpenMPDeclarativeAllocate &) { PopContext(); } in Post() argument
1347 bool OmpAttributeVisitor::Pre(const parser::OpenMPDeclarativeAllocate &x) { in Pre()
/dports/devel/llvm13/llvm-project-13.0.1.src/flang/lib/Semantics/
H A Dcheck-omp-structure.h148 void Enter(const parser::OpenMPDeclarativeAllocate &);
149 void Leave(const parser::OpenMPDeclarativeAllocate &);
H A Dresolve-directives.cpp326 bool Pre(const parser::OpenMPDeclarativeAllocate &);
327 void Post(const parser::OpenMPDeclarativeAllocate &) { PopContext(); } in Post() argument
1347 bool OmpAttributeVisitor::Pre(const parser::OpenMPDeclarativeAllocate &x) { in Pre()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/flang/lib/Semantics/
H A Dcheck-omp-structure.h149 void Enter(const parser::OpenMPDeclarativeAllocate &);
150 void Leave(const parser::OpenMPDeclarativeAllocate &);
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/flang/examples/flang-omp-report-plugin/
H A Dflang-omp-report-visitor.cpp121 [&](const OpenMPDeclarativeAllocate &c) -> std::string { in getName()
/dports/devel/llvm12/llvm-project-12.0.1.src/flang/lib/Lower/
H A DOpenMP.cpp263 [&](const Fortran::parser::OpenMPDeclarativeAllocate in genOpenMPConstruct()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/flang/lib/Lower/
H A DOpenMP.cpp263 [&](const Fortran::parser::OpenMPDeclarativeAllocate in genOpenMPConstruct()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/flang/lib/Lower/
H A DOpenMP.cpp268 [&](const Fortran::parser::OpenMPDeclarativeAllocate in genOpenMPConstruct()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/flang/lib/Lower/
H A DOpenMP.cpp268 [&](const Fortran::parser::OpenMPDeclarativeAllocate in genOpenMPConstruct()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/flang/lib/Lower/
H A DOpenMP.cpp268 [&](const Fortran::parser::OpenMPDeclarativeAllocate in genOpenMPConstruct()
/dports/devel/llvm13/llvm-project-13.0.1.src/flang/lib/Lower/
H A DOpenMP.cpp268 [&](const Fortran::parser::OpenMPDeclarativeAllocate in genOpenMPConstruct()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/flang/include/flang/Parser/
H A Dparse-tree.h3578 struct OpenMPDeclarativeAllocate { struct
3579 TUPLE_CLASS_BOILERPLATE(OpenMPDeclarativeAllocate);
3587 std::variant<OpenMPDeclarativeAllocate, OpenMPDeclareReductionConstruct, argument
3617 std::optional<std::list<OpenMPDeclarativeAllocate>>,
3808 OpenMPDeclarativeAllocate, OpenMPExecutableAllocate,

12