Home | History | Annotate | Download | only in coregrind

Lines Matching refs:e2

276 static Bool eq_Error ( VgRes res, Error* e1, Error* e2 )
278 if (e1->ekind != e2->ekind)
280 if (!VG_(eq_ExeContext)(res, e1->where, e2->where))
290 return VG_TDICT_CALL(tool_eq_Error, res, e1, e2);