| 65 | |
| 66 | virtual void get_blocks(std::vector<const Block*>& /* blks */) const {}; |
| 67 | virtual void get_exprs(std::vector<const Expression*>& exps) const {exps.push_back(&var);} |
| 68 | |
| 69 | virtual bool visit_facts(vector<const Fact*>& inputs, CGContext& cg_context) const; |
| 70 |
nothing calls this directly
no outgoing calls
no test coverage detected