Home
last modified time | relevance | path

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

/external/llvm-project/flang/lib/Parser/
DFortran-parsers.cpp1132 maybe(bracketed(Parser<AllocateCoarraySpec>{}))))
1144 TYPE_PARSER(construct<AllocateCoarraySpec>(
Dunparse.cpp792 Walk("[", std::get<std::optional<AllocateCoarraySpec>>(x.t), "]"); in Unparse()
798 void Unparse(const AllocateCoarraySpec &x) { // R937 in Unparse()
/external/llvm-project/flang/lib/Semantics/
Dcheck-allocate.cpp64 std::get<std::optional<parser::AllocateCoarraySpec>>( in CoarraySpecRank()
/external/llvm-project/flang/include/flang/Parser/
Dparse-tree.h1862 struct AllocateCoarraySpec { struct
1863 TUPLE_CLASS_BOILERPLATE(AllocateCoarraySpec);
1873 std::optional<AllocateCoarraySpec>> argument
Ddump-parse-tree.h118 NODE(parser, AllocateCoarraySpec) in NODE()