Home
last modified time | relevance | path

Searched refs:OpenMPStandaloneConstruct (Results 1 – 25 of 38) sorted by relevance

12

/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/flang/lib/Lower/
H A DOpenMP.cpp55 const Fortran::parser::OpenMPStandaloneConstruct &standaloneConstruct) { in genOMP()
81 [&](const Fortran::parser::OpenMPStandaloneConstruct in genOpenMPConstruct()
/dports/devel/f18/f18-1688bef/lib/parser/
H A Dopenmp-grammar.h342 sourced(construct<OpenMPStandaloneConstruct>(
344 construct<OpenMPStandaloneConstruct>(Parser<OpenMPFlushConstruct>{}) ||
345 construct<OpenMPStandaloneConstruct>(Parser<OpenMPCancelConstruct>{}) ||
346 construct<OpenMPStandaloneConstruct>(
528 construct<OpenMPConstruct>(Parser<OpenMPStandaloneConstruct>{}),
H A Dparse-tree.h3732 struct OpenMPStandaloneConstruct { struct
3733 UNION_CLASS_BOILERPLATE(OpenMPStandaloneConstruct);
3777 std::variant<OpenMPStandaloneConstruct, OpenMPSectionsConstruct,
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/flang/lib/Parser/
H A Dopenmp-parsers.cpp319 sourced(construct<OpenMPStandaloneConstruct>(
321 construct<OpenMPStandaloneConstruct>(Parser<OpenMPFlushConstruct>{}) ||
322 construct<OpenMPStandaloneConstruct>(Parser<OpenMPCancelConstruct>{}) ||
323 construct<OpenMPStandaloneConstruct>(
503 construct<OpenMPConstruct>(Parser<OpenMPStandaloneConstruct>{}),
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/flang/lib/Parser/
H A Dopenmp-parsers.cpp333 sourced(construct<OpenMPStandaloneConstruct>(
335 construct<OpenMPStandaloneConstruct>(Parser<OpenMPFlushConstruct>{}) ||
336 construct<OpenMPStandaloneConstruct>(Parser<OpenMPCancelConstruct>{}) ||
337 construct<OpenMPStandaloneConstruct>(
507 construct<OpenMPConstruct>(Parser<OpenMPStandaloneConstruct>{}),
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/flang/lib/Parser/
H A Dopenmp-parsers.cpp357 sourced(construct<OpenMPStandaloneConstruct>(
359 construct<OpenMPStandaloneConstruct>(Parser<OpenMPFlushConstruct>{}) ||
360 construct<OpenMPStandaloneConstruct>(Parser<OpenMPCancelConstruct>{}) ||
361 construct<OpenMPStandaloneConstruct>(
546 construct<OpenMPConstruct>(Parser<OpenMPStandaloneConstruct>{}),
/dports/devel/llvm12/llvm-project-12.0.1.src/flang/lib/Parser/
H A Dopenmp-parsers.cpp357 sourced(construct<OpenMPStandaloneConstruct>(
359 construct<OpenMPStandaloneConstruct>(Parser<OpenMPFlushConstruct>{}) ||
360 construct<OpenMPStandaloneConstruct>(Parser<OpenMPCancelConstruct>{}) ||
361 construct<OpenMPStandaloneConstruct>(
546 construct<OpenMPConstruct>(Parser<OpenMPStandaloneConstruct>{}),
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/flang/lib/Parser/
H A Dopenmp-parsers.cpp359 sourced(construct<OpenMPStandaloneConstruct>(
361 construct<OpenMPStandaloneConstruct>(Parser<OpenMPFlushConstruct>{}) ||
362 construct<OpenMPStandaloneConstruct>(Parser<OpenMPCancelConstruct>{}) ||
363 construct<OpenMPStandaloneConstruct>(
548 construct<OpenMPConstruct>(Parser<OpenMPStandaloneConstruct>{}),
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/flang/lib/Parser/
H A Dopenmp-parsers.cpp357 sourced(construct<OpenMPStandaloneConstruct>(
359 construct<OpenMPStandaloneConstruct>(Parser<OpenMPFlushConstruct>{}) ||
360 construct<OpenMPStandaloneConstruct>(Parser<OpenMPCancelConstruct>{}) ||
361 construct<OpenMPStandaloneConstruct>(
546 construct<OpenMPConstruct>(Parser<OpenMPStandaloneConstruct>{}),
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/flang/lib/Parser/
H A Dopenmp-parsers.cpp357 sourced(construct<OpenMPStandaloneConstruct>(
359 construct<OpenMPStandaloneConstruct>(Parser<OpenMPFlushConstruct>{}) ||
360 construct<OpenMPStandaloneConstruct>(Parser<OpenMPCancelConstruct>{}) ||
361 construct<OpenMPStandaloneConstruct>(
546 construct<OpenMPConstruct>(Parser<OpenMPStandaloneConstruct>{}),
/dports/devel/llvm13/llvm-project-13.0.1.src/flang/lib/Parser/
H A Dopenmp-parsers.cpp357 sourced(construct<OpenMPStandaloneConstruct>(
359 construct<OpenMPStandaloneConstruct>(Parser<OpenMPFlushConstruct>{}) ||
360 construct<OpenMPStandaloneConstruct>(Parser<OpenMPCancelConstruct>{}) ||
361 construct<OpenMPStandaloneConstruct>(
546 construct<OpenMPConstruct>(Parser<OpenMPStandaloneConstruct>{}),
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/flang/examples/flang-omp-report-plugin/
H A Dflang-omp-report-visitor.cpp66 [&](const OpenMPStandaloneConstruct &c) -> SourcePosition { in getLocation()
108 [&](const OpenMPStandaloneConstruct &c) -> std::string { in getName()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/flang/lib/Lower/
H A DOpenMP.cpp99 const Fortran::parser::OpenMPStandaloneConstruct &standaloneConstruct) { in genOMP()
250 [&](const Fortran::parser::OpenMPStandaloneConstruct in genOpenMPConstruct()
/dports/devel/llvm12/llvm-project-12.0.1.src/flang/lib/Lower/
H A DOpenMP.cpp99 const Fortran::parser::OpenMPStandaloneConstruct &standaloneConstruct) { in genOMP()
254 [&](const Fortran::parser::OpenMPStandaloneConstruct in genOpenMPConstruct()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/flang/lib/Lower/
H A DOpenMP.cpp99 const Fortran::parser::OpenMPStandaloneConstruct &standaloneConstruct) { in genOMP()
254 [&](const Fortran::parser::OpenMPStandaloneConstruct in genOpenMPConstruct()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/flang/lib/Lower/
H A DOpenMP.cpp99 const Fortran::parser::OpenMPStandaloneConstruct &standaloneConstruct) { in genOMP()
257 [&](const Fortran::parser::OpenMPStandaloneConstruct in genOpenMPConstruct()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/flang/lib/Lower/
H A DOpenMP.cpp99 const Fortran::parser::OpenMPStandaloneConstruct &standaloneConstruct) { in genOMP()
257 [&](const Fortran::parser::OpenMPStandaloneConstruct in genOpenMPConstruct()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/flang/lib/Lower/
H A DOpenMP.cpp99 const Fortran::parser::OpenMPStandaloneConstruct &standaloneConstruct) { in genOMP()
257 [&](const Fortran::parser::OpenMPStandaloneConstruct in genOpenMPConstruct()
/dports/devel/llvm13/llvm-project-13.0.1.src/flang/lib/Lower/
H A DOpenMP.cpp99 const Fortran::parser::OpenMPStandaloneConstruct &standaloneConstruct) { in genOMP()
257 [&](const Fortran::parser::OpenMPStandaloneConstruct in genOpenMPConstruct()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/flang/include/flang/Parser/
H A Dparse-tree.h3744 struct OpenMPStandaloneConstruct { struct
3745 UNION_CLASS_BOILERPLATE(OpenMPStandaloneConstruct);
3793 std::variant<OpenMPStandaloneConstruct, OpenMPSectionsConstruct,
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/flang/include/flang/Parser/
H A Dparse-tree.h3757 struct OpenMPStandaloneConstruct { struct
3758 UNION_CLASS_BOILERPLATE(OpenMPStandaloneConstruct);
3806 std::variant<OpenMPStandaloneConstruct, OpenMPSectionsConstruct,
/dports/devel/llvm12/llvm-project-12.0.1.src/flang/include/flang/Parser/
H A Dparse-tree.h3755 struct OpenMPStandaloneConstruct { struct
3756 UNION_CLASS_BOILERPLATE(OpenMPStandaloneConstruct);
3804 std::variant<OpenMPStandaloneConstruct, OpenMPSectionsConstruct,
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/flang/include/flang/Parser/
H A Dparse-tree.h3757 struct OpenMPStandaloneConstruct { struct
3758 UNION_CLASS_BOILERPLATE(OpenMPStandaloneConstruct);
3806 std::variant<OpenMPStandaloneConstruct, OpenMPSectionsConstruct,
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/flang/include/flang/Parser/
H A Dparse-tree.h3757 struct OpenMPStandaloneConstruct { struct
3758 UNION_CLASS_BOILERPLATE(OpenMPStandaloneConstruct);
3806 std::variant<OpenMPStandaloneConstruct, OpenMPSectionsConstruct,
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/flang/include/flang/Parser/
H A Dparse-tree.h3755 struct OpenMPStandaloneConstruct { struct
3756 UNION_CLASS_BOILERPLATE(OpenMPStandaloneConstruct);
3804 std::variant<OpenMPStandaloneConstruct, OpenMPSectionsConstruct,

12