| 165 | } |
| 166 | |
| 167 | void |
| 168 | OutputMgr::OutputHashFuncInvocation(std::ostream &out, int indent) |
| 169 | { |
| 170 | OutputMgr::output_tab_(out, indent); |
| 171 | out << OutputMgr::hash_func_name << "();" << std::endl; |
| 172 | } |
| 173 | |
| 174 | void |
| 175 | OutputMgr::OutputStepHashFuncInvocation(std::ostream &out, int indent, int stmt_id) |
nothing calls this directly
no outgoing calls
no test coverage detected