| 22 | thread_local const Program* BaseMachine::program = 0; |
| 23 | |
| 24 | void print_usage(ostream& o, const char* name, size_t capacity) |
| 25 | { |
| 26 | if (capacity) |
| 27 | o << name << "=" << capacity << " "; |
| 28 | } |
| 29 | |
| 30 | BaseMachine& BaseMachine::s() |
| 31 | { |
no outgoing calls
no test coverage detected