Searched refs:pp_Error (Results 1 - 8 of 8) sorted by relevance
/external/valgrind/helgrind/ |
H A D | hg_errors.h | 40 void HG_(pp_Error) ( const Error* err );
|
H A D | hg_errors.c | 914 void HG_(pp_Error) ( const Error* err ) function
|
H A D | hg_main.c | 5548 HG_(pp_Error),
|
/external/valgrind/coregrind/ |
H A D | m_errormgr.c | 583 static void pp_Error ( const Error* err, Bool allow_db_attach, Bool xml ) function 851 pp_Error( p, /*allow_db_attach*/True, VG_(clo_xml) ); 901 pp_Error(&err, allow_db_attach, VG_(clo_xml)); 1024 pp_Error( p_min, False/*allow_db_attach*/, False /* xml */ ); 1066 pp_Error( errors, False/*allow_db_attach*/, False/*xml*/ );
|
/external/valgrind/include/ |
H A D | pub_tool_tooliface.h | 291 // called just before pp_Error itself. This gives the tool a 300 void (*pp_Error)(const Error* err),
|
/external/valgrind/memcheck/ |
H A D | mc_include.h | 398 void MC_(pp_Error) ( const Error* err );
|
H A D | mc_errors.c | 414 void MC_(pp_Error) ( const Error* err ) function
|
H A D | mc_main.c | 6887 MC_(pp_Error),
|
Completed in 73 milliseconds