Searched refs:get_error_kind (Results 1 - 6 of 6) sorted by relevance

/external/valgrind/include/
H A Dpub_tool_errormgr.h60 ErrorKind VG_(get_error_kind) ( const Error* err );
/external/valgrind/drd/
H A Ddrd_error.c260 tl_assert(VG_(get_error_kind)(e1) == VG_(get_error_kind)(e2));
262 switch (VG_(get_error_kind)(e1))
309 switch (VG_(get_error_kind)(e))
466 switch (VG_(get_error_kind)(e))
570 return VG_(get_supp_kind)(supp) == VG_(get_error_kind)(e);
575 switch (VG_(get_error_kind)(e))
/external/valgrind/helgrind/
H A Dhg_errors.c662 tl_assert(VG_(get_error_kind)(e1) == VG_(get_error_kind)(e2));
669 switch (VG_(get_error_kind)(e1)) {
871 switch (VG_(get_error_kind)(err)) {
930 switch (VG_(get_error_kind)(err)) {
1270 } /* switch (VG_(get_error_kind)(err)) */
1316 switch (VG_(get_error_kind)(err)) {
1358 case XS_Race: return VG_(get_error_kind)(err) == XE_Race;
1359 case XS_UnlockUnlocked: return VG_(get_error_kind)(err) == XE_UnlockUnlocked;
1360 case XS_UnlockForeign: return VG_(get_error_kind)(er
[all...]
/external/valgrind/memcheck/
H A Dmc_errors.c419 switch (VG_(get_error_kind)(err)) {
711 VG_(get_error_kind)(err));
941 tl_assert(VG_(get_error_kind)(e1) == VG_(get_error_kind)(e2));
943 switch (VG_(get_error_kind)(e1)) {
998 VG_(get_error_kind)(e1));
1109 switch (VG_(get_error_kind)(err)) {
1395 ErrorKind ekind = VG_(get_error_kind )(err);
1477 switch (VG_(get_error_kind)(err)) {
1519 ErrorKind ekind = VG_(get_error_kind )(er
[all...]
/external/valgrind/exp-sgcheck/
H A Dpc_common.c222 tl_assert(VG_(get_error_kind)(e1) == VG_(get_error_kind)(e2));
315 switch (VG_(get_error_kind)(err)) {
751 ErrorKind ekind = VG_(get_error_kind)(err);
782 ErrorKind ekind = VG_(get_error_kind )(err);
/external/valgrind/coregrind/
H A Dm_errormgr.c154 ErrorKind VG_(get_error_kind) ( const Error* err ) function

Completed in 46 milliseconds