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