Searched defs:DynamicTypeWithLength (Results 1 – 1 of 1) sorted by relevance
48 struct DynamicTypeWithLength : public DynamicType { struct49 explicit DynamicTypeWithLength(const DynamicType &t) : DynamicType{t} {} in DynamicTypeWithLength() argument51 std::optional<Expr<SubscriptInteger>> length;