Home
last modified time | relevance | path

Searched defs:OpenMPDeclareReductionConstruct (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/flang/include/flang/Parser/
Dparse-tree.h3563 struct OpenMPDeclareReductionConstruct { struct
3565 CharBlock source;
3589 std::variant<OpenMPDeclareReductionConstruct, OpenMPDeclareSimdConstruct, argument
/external/llvm-project/flang/lib/Parser/
Dunparse.cpp2342 [&](const OpenMPDeclareReductionConstruct &) { in Pre()