Home | History | Annotate | Download | only in tests

Lines Matching refs:bz_internal_error

503 extern void bz_internal_error ( int errcode );
505 { if (!(cond)) bz_internal_error ( errcode ); }
4487 void bz_internal_error ( int errcode )
4489 vex_printf("bz_internal_error called, exiting\n", errcode);