Home
last modified time | relevance | path

Searched refs:ExplicitCoshapeSpec (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/flang/lib/Parser/
H A DFortran-parsers.cpp686 construct<CoarraySpec>(bracketed(Parser<ExplicitCoshapeSpec>{})))
699 TYPE_PARSER(construct<ExplicitCoshapeSpec>(
H A Dunparse.cpp523 [&](const ExplicitCoshapeSpec &y) { Walk(y); }, in Unparse()
535 void Unparse(const ExplicitCoshapeSpec &x) { // R811 in Unparse()
/llvm-project-15.0.7/flang/lib/Semantics/
H A Dresolve-names-utils.cpp296 [&](const parser::ExplicitCoshapeSpec &y) { in Analyze()
/llvm-project-15.0.7/flang/include/flang/Parser/
H A Dparse-tree.h936 struct ExplicitCoshapeSpec { struct
937 TUPLE_CLASS_BOILERPLATE(ExplicitCoshapeSpec);
944 std::variant<DeferredCoshapeSpecList, ExplicitCoshapeSpec> u; argument
H A Ddump-parse-tree.h293 NODE(parser, ExplicitCoshapeSpec) in NODE()