Home
last modified time | relevance | path

Searched refs:eq_Error (Results 1 – 8 of 8) sorted by relevance

/external/valgrind/main/helgrind/
Dhg_errors.h38 Bool HG_(eq_Error) ( VgRes not_used, Error* e1, Error* e2 );
Dhg_errors.c638 Bool HG_(eq_Error) ( VgRes not_used, Error* e1, Error* e2 ) in HG_() argument
Dhg_main.c5404 VG_(needs_tool_errors) (HG_(eq_Error), in hg_pre_clo_init()
/external/valgrind/main/include/
Dpub_tool_tooliface.h287 Bool (*eq_Error)(VgRes res, Error* e1, Error* e2),
/external/valgrind/main/coregrind/
Dm_errormgr.c291 static Bool eq_Error ( VgRes res, Error* e1, Error* e2 ) in eq_Error() function
749 if (eq_Error(exe_res, p, &err)) { in VG_()
/external/valgrind/main/memcheck/
Dmc_include.h397 Bool MC_(eq_Error) ( VgRes res, Error* e1, Error* e2 );
Dmc_errors.c864 Bool MC_(eq_Error) ( VgRes res, Error* e1, Error* e2 ) in MC_() argument
Dmc_main.c6867 VG_(needs_tool_errors) (MC_(eq_Error), in mc_pre_clo_init()