Home
last modified time | relevance | path

Searched refs:OpenMPDeclareReductionConstruct (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/flang/test/Lower/OpenMP/Todo/
H A Domp-declare-reduction.f907 // CHECK: not yet implemented: OpenMPDeclareReductionConstruct
/llvm-project-15.0.7/flang/lib/Parser/
H A Dopenmp-parsers.cpp414 TYPE_PARSER(sourced(construct<OpenMPDeclareReductionConstruct>(
527 Parser<OpenMPDeclareReductionConstruct>{}) ||
H A Dunparse.cpp2354 void Unparse(const OpenMPDeclareReductionConstruct &x) { in Unparse()
2376 [&](const OpenMPDeclareReductionConstruct &) { in Pre() argument
/llvm-project-15.0.7/flang/include/flang/Parser/
H A Dparse-tree.h3593 struct OpenMPDeclareReductionConstruct { struct
3594 TUPLE_CLASS_BOILERPLATE(OpenMPDeclareReductionConstruct);
3626 std::variant<OpenMPDeclarativeAllocate, OpenMPDeclareReductionConstruct,
H A Ddump-parse-tree.h557 NODE(parser, OpenMPDeclareReductionConstruct) in NODE()
/llvm-project-15.0.7/flang/lib/Lower/
H A DOpenMP.cpp1572 [&](const Fortran::parser::OpenMPDeclareReductionConstruct in genOpenMPDeclarativeConstruct()