Home
last modified time | relevance | path

Searched refs:VgRes (Results 1 – 14 of 14) sorted by relevance

/external/valgrind/main/include/
Dpub_tool_execontext.h42 VgRes; typedef
82 extern Bool VG_(eq_ExeContext) ( VgRes res, ExeContext* e1, ExeContext* e2 );
Dpub_tool_tooliface.h286 Bool (*eq_Error)(VgRes res, Error* e1, Error* e2),
/external/valgrind/main/exp-sgcheck/
Dpc_common.h50 Bool pc_eq_Error ( VgRes res, Error* e1, Error* e2 );
Dpc_common.c219 Bool pc_eq_Error ( VgRes res, Error* e1, Error* e2 ) in pc_eq_Error()
/external/valgrind/main/helgrind/
Dhg_errors.h38 Bool HG_(eq_Error) ( VgRes not_used, Error* e1, Error* e2 );
Dhg_errors.c688 Bool HG_(eq_Error) ( VgRes not_used, Error* e1, Error* e2 ) in HG_()
/external/valgrind/main/memcheck/
Dmc_include.h370 Bool MC_(eq_Error) ( VgRes res, Error* e1, Error* e2 );
459 extern VgRes MC_(clo_leak_resolution);
Dmc_errors.c1018 Bool MC_(eq_Error) ( VgRes res, Error* e1, Error* e2 ) in MC_()
Dmc_main.c4832 VgRes MC_(clo_leak_resolution) = Vg_HighRes;
/external/valgrind/main/coregrind/
Dpub_core_tooliface.h119 Bool (*tool_eq_Error) (VgRes, Error*, Error*);
Dm_execontext.c178 Bool VG_(eq_ExeContext) ( VgRes res, ExeContext* e1, ExeContext* e2 ) in VG_()
Dm_tooliface.c227 Bool (*eq) (VgRes, Error*, Error*), in VG_()
Dm_errormgr.c286 static Bool eq_Error ( VgRes res, Error* e1, Error* e2 ) in eq_Error()
661 VgRes exe_res = Vg_MedRes; in VG_()
/external/valgrind/main/drd/
Ddrd_error.c259 static Bool drd_compare_error_contexts(VgRes res, Error* e1, Error* e2) in drd_compare_error_contexts()