Home
last modified time | relevance | path

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

/external/llvm-project/flang/lib/Parser/
DFortran-parsers.cpp1131 defaulted(parenthesized(nonemptyList(Parser<AllocateShapeSpec>{}))),
1140 TYPE_PARSER(construct<AllocateShapeSpec>(maybe(boundExpr / ":"), boundExpr))
1145 defaulted(nonemptyList(Parser<AllocateShapeSpec>{}) / ","),
Dexecutable-parsers.cpp66 parenthesized(nonemptyList(Parser<AllocateShapeSpec>{}))))))};
Dunparse.cpp791 Walk("(", std::get<std::list<AllocateShapeSpec>>(x.t), ",", ")"); in Unparse()
794 void Unparse(const AllocateShapeSpec &x) { // R934 & R938 in Unparse()
/external/llvm-project/flang/lib/Semantics/
Dcheck-allocate.cpp59 std::get<std::list<parser::AllocateShapeSpec>>(allocation.t).size()); in ShapeSpecRank()
/external/llvm-project/flang/include/flang/Parser/
Dparse-tree.h1853 struct AllocateShapeSpec { struct
1854 TUPLE_CLASS_BOILERPLATE(AllocateShapeSpec);
1858 using AllocateCoshapeSpec = AllocateShapeSpec; argument
1872 std::tuple<AllocateObject, std::list<AllocateShapeSpec>,
Ddump-parse-tree.h120 NODE(parser, AllocateShapeSpec) in NODE()