| 89 | } |
| 90 | |
| 91 | std::string formatGenericOp(smtutil::Expression const& _expr, std::vector<std::string> const& _args) |
| 92 | { |
| 93 | return _expr.name + "(" + boost::algorithm::join(_args, ", ") + ")"; |
| 94 | } |
| 95 | |
| 96 | std::string formatInfixOp(std::string const& _op, std::vector<std::string> const& _args) |
| 97 | { |
no outgoing calls
no test coverage detected