Searched refs:AllocateShapeSpec (Results 1 – 6 of 6) sorted by relevance
/external/llvm-project/flang/lib/Parser/ |
D | Fortran-parsers.cpp | 1131 defaulted(parenthesized(nonemptyList(Parser<AllocateShapeSpec>{}))), 1140 TYPE_PARSER(construct<AllocateShapeSpec>(maybe(boundExpr / ":"), boundExpr)) 1145 defaulted(nonemptyList(Parser<AllocateShapeSpec>{}) / ","),
|
D | executable-parsers.cpp | 66 parenthesized(nonemptyList(Parser<AllocateShapeSpec>{}))))))};
|
D | unparse.cpp | 791 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/ |
D | check-allocate.cpp | 59 std::get<std::list<parser::AllocateShapeSpec>>(allocation.t).size()); in ShapeSpecRank()
|
/external/llvm-project/flang/include/flang/Parser/ |
D | parse-tree.h | 1853 struct AllocateShapeSpec { struct 1854 TUPLE_CLASS_BOILERPLATE(AllocateShapeSpec); 1858 using AllocateCoshapeSpec = AllocateShapeSpec; argument 1872 std::tuple<AllocateObject, std::list<AllocateShapeSpec>,
|
D | dump-parse-tree.h | 120 NODE(parser, AllocateShapeSpec) in NODE()
|