| 544 | to_out(at, LogLevel::defaultPrint, message); |
| 545 | } |
| 546 | virtual void to_err ( const LineInfo * at, const char * message ) { |
| 547 | // output to stderr or equivalent |
| 548 | to_out(at, LogLevel::error, message); |
| 549 | } |
| 550 | virtual void breakPoint(const LineInfo & info, const char * reason = "breakpoint", const char * text = ""); // what to do in case of breakpoint |
| 551 | |
| 552 | __forceinline vec4f * abiArguments() { |
no test coverage detected