Lines Matching refs:Error
3 /*--- Error management for Helgrind. ---*/
36 /* The standard bundle of error management functions that we are
38 Bool HG_(eq_Error) ( VgRes not_used, const Error* e1, const Error* e2 );
39 void HG_(before_pp_Error) ( const Error* err );
40 void HG_(pp_Error) ( const Error* err );
41 UInt HG_(update_extra) ( const Error* err );
45 Bool HG_(error_matches_suppression) ( const Error* err, const Supp* su );
46 const HChar* HG_(get_error_name) ( const Error* err );
47 SizeT HG_(get_extra_suppression_info) ( const Error* err,
51 void HG_(update_extra_suppression_use) ( const Error* err, const Supp* su );
84 /* Statistics pertaining to error management. */