Searched refs:eq_Error (Results 1 - 8 of 8) sorted by relevance
/external/valgrind/main/helgrind/ |
H A D | hg_errors.h | 38 Bool HG_(eq_Error) ( VgRes not_used, Error* e1, Error* e2 );
|
H A D | hg_errors.c | 638 Bool HG_(eq_Error) ( VgRes not_used, Error* e1, Error* e2 ) function
|
H A D | hg_main.c | 5404 VG_(needs_tool_errors) (HG_(eq_Error),
|
/external/valgrind/main/include/ |
H A D | pub_tool_tooliface.h | 287 Bool (*eq_Error)(VgRes res, Error* e1, Error* e2),
|
/external/valgrind/main/memcheck/ |
H A D | mc_include.h | 397 Bool MC_(eq_Error) ( VgRes res, Error* e1, Error* e2 );
|
H A D | mc_errors.c | 864 Bool MC_(eq_Error) ( VgRes res, Error* e1, Error* e2 ) function
|
H A D | mc_main.c | 6867 VG_(needs_tool_errors) (MC_(eq_Error),
|
/external/valgrind/main/coregrind/ |
H A D | m_errormgr.c | 291 static Bool eq_Error ( VgRes res, Error* e1, Error* e2 ) function 749 if (eq_Error(exe_res, p, &err)) {
|
Completed in 147 milliseconds