| 114 | |
| 115 | virtual void get_blocks(std::vector<const Block*>& /* blks */) const {}; |
| 116 | virtual void get_exprs(std::vector<const Expression*>& exps) const {exps.push_back(&expr); exps.push_back(&lhs);} |
| 117 | virtual bool visit_facts(vector<const Fact*>& inputs, CGContext& cg_context) const; |
| 118 | |
| 119 | virtual std::vector<const ExpressionVariable*> get_dereferenced_ptrs(void) const; |
nothing calls this directly
no outgoing calls
no test coverage detected