Home
last modified time | relevance | path

Searched refs:tool_eq_Error (Results 1 – 3 of 3) sorted by relevance

/external/valgrind/coregrind/
Dpub_core_tooliface.h121 Bool (*tool_eq_Error) (VgRes, const Error*, const Error*); member
Dm_tooliface.c246 VG_(tdict).tool_eq_Error = eq; in VG_()
Dm_errormgr.c306 return VG_TDICT_CALL(tool_eq_Error, res, e1, e2); in eq_Error()