| 284 | virtual ~ArrayType() { /*delete derived_;*/ } |
| 285 | |
| 286 | virtual ArrayType* ToArray() { return this; } |
| 287 | virtual const ArrayType* ToArray() const { return this; } |
| 288 | virtual bool Compatible(const Type& other) const; |
| 289 | virtual int Width() const { |
nothing calls this directly
no outgoing calls
no test coverage detected