| 64 | int get_indirect_level(void) const; |
| 65 | |
| 66 | const Variable* get_var(void) const {return &var;}; |
| 67 | // |
| 68 | virtual std::vector<const ExpressionVariable*> get_dereferenced_ptrs(void) const; |
| 69 | virtual void get_referenced_ptrs(std::vector<const Variable*>& ptrs) const; |
nothing calls this directly
no outgoing calls
no test coverage detected