Searched refs:clo_error_exitcode (Results 1 - 3 of 3) sorted by relevance

/external/valgrind/main/coregrind/
H A Dpub_core_options.h56 extern Int VG_(clo_error_exitcode);
H A Dm_options.c48 Int VG_(clo_error_exitcode) = 0; variable
H A Dm_main.c558 else if VG_INT_CLO (arg, "--error-exitcode", VG_(clo_error_exitcode)) {}
2543 if (VG_(clo_error_exitcode) > 0
2545 VG_(client_exit)( VG_(clo_error_exitcode) );

Completed in 195 milliseconds