Home
last modified time | relevance | path

Searched defs:DynamicTypeWithLength (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/flang/lib/Semantics/
H A Dexpression.cpp50 struct DynamicTypeWithLength : public DynamicType { struct
51 explicit DynamicTypeWithLength(const DynamicType &t) : DynamicType{t} {} in DynamicTypeWithLength() function
53 std::optional<Expr<SubscriptInteger>> length;