Searched refs:BoundsSpec (Results 1 – 9 of 9) sorted by relevance
/external/llvm-project/flang/lib/Parser/ |
D | expr-parsers.cpp | 430 defaulted(parenthesized(nonemptyList(Parser<BoundsSpec>{}))), 434 TYPE_PARSER(construct<BoundsSpec>(boundExpr / ":"))
|
D | unparse.cpp | 883 [&](const std::list<BoundsSpec> &y) { Walk("(", y, ", ", ")"); }, in Unparse() 889 void Post(const BoundsSpec &) { // R1035 in Post() argument
|
/external/llvm-project/flang/lib/Semantics/ |
D | pointer-assignment.cpp | 323 [&](const evaluate::Assignment::BoundsSpec &bounds) { in CheckPointerBounds()
|
D | check-do-forall.cpp | 449 [&](const evaluate::Assignment::BoundsSpec &bounds) { in Check() 744 [&](const evaluate::Assignment::BoundsSpec &spec) { in CheckForallIndexesUsed()
|
D | expression.cpp | 2203 [&](const std::list<parser::BoundsSpec> &list) { in Analyze() 2204 Assignment::BoundsSpec bounds; in Analyze()
|
/external/llvm-project/flang/include/flang/Evaluate/ |
D | expression.h | 825 using BoundsSpec = std::vector<Expr<SubscriptInteger>>; 832 std::variant<Intrinsic, ProcedureRef, BoundsSpec, BoundsRemapping> u;
|
/external/llvm-project/flang/lib/Evaluate/ |
D | formatting.cpp | 751 [&](const BoundsSpec &bounds) { in AsFortran()
|
/external/llvm-project/flang/include/flang/Parser/ |
D | dump-parse-tree.h | 158 NODE(parser, BoundsSpec) in NODE()
|
D | parse-tree.h | 1938 WRAPPER_CLASS(BoundsSpec, BoundExpr); 1956 std::variant<std::list<BoundsRemapping>, std::list<BoundsSpec>> u;
|