| 86 | } |
| 87 | |
| 88 | Expression* |
| 89 | ExpressionComma::clone(void) const |
| 90 | { |
| 91 | return new ExpressionComma(*lhs.clone(), *rhs.clone()); |
| 92 | } |
| 93 | |
| 94 | bool |
| 95 | ExpressionComma::visit_facts(vector<const Fact*>& inputs, CGContext& cg_context) const |
nothing calls this directly
no outgoing calls
no test coverage detected