| 58 | |
| 59 | // |
| 60 | const FunctionInvocation* get_invoke(void) const { return expr.get_invoke(); }; |
| 61 | const ExpressionFuncall* get_call(void) const { return &expr;} |
| 62 | |
| 63 | virtual bool visit_facts(vector<const Fact*>& inputs, CGContext& cg_context) const; |
nothing calls this directly
no outgoing calls
no test coverage detected