/external/valgrind/main/include/ |
pub_tool_execontext.h | 42 VgRes; 82 extern Bool VG_(eq_ExeContext) ( VgRes res, ExeContext* e1, ExeContext* e2 );
|
pub_tool_tooliface.h | 286 Bool (*eq_Error)(VgRes res, Error* e1, Error* e2), [all...] |
/external/valgrind/main/exp-ptrcheck/ |
pc_common.h | 50 Bool pc_eq_Error ( VgRes res, Error* e1, Error* e2 );
|
pc_common.c | 215 Bool pc_eq_Error ( VgRes res, Error* e1, Error* e2 )
|
/external/valgrind/main/helgrind/ |
hg_errors.h | 38 Bool HG_(eq_Error) ( VgRes not_used, Error* e1, Error* e2 );
|
hg_errors.c | 536 Bool HG_(eq_Error) ( VgRes not_used, Error* e1, Error* e2 ) [all...] |
/external/valgrind/main/memcheck/ |
mc_include.h | 311 Bool MC_(eq_Error) ( VgRes res, Error* e1, Error* e2 ); 393 extern VgRes MC_(clo_leak_resolution);
|
mc_errors.c | [all...] |
mc_main.c | [all...] |
/external/valgrind/main/coregrind/ |
pub_core_tooliface.h | 119 Bool (*tool_eq_Error) (VgRes, Error*, Error*);
|
m_execontext.c | 177 Bool VG_(eq_ExeContext) ( VgRes res, ExeContext* e1, ExeContext* e2 ) 217 VG_(core_panic)("VG_(eq_ExeContext): unrecognised VgRes");
|
m_tooliface.c | 227 Bool (*eq) (VgRes, Error*, Error*),
|
m_errormgr.c | 274 static Bool eq_Error ( VgRes res, Error* e1, Error* e2 ) 668 VgRes exe_res = Vg_MedRes; [all...] |
/external/valgrind/main/drd/ |
drd_error.c | 197 static Bool drd_compare_error_contexts(VgRes res, Error* e1, Error* e2)
|