| 61 | virtual void get_eval_to_subexps(vector<const Expression*>& subs) const {subs.push_back(this);} |
| 62 | |
| 63 | virtual const FunctionInvocation* get_invoke(void) const { return &invoke; }; |
| 64 | |
| 65 | virtual const Type &get_type(void) const; |
| 66 |
nothing calls this directly
no outgoing calls
no test coverage detected