Home | History | Annotate | Download | only in exp-sgcheck

Lines Matching defs:xe1

221    XError *xe1, *xe2;
226 xe1 = (XError*)VG_(get_error_extra)(e1);
228 tl_assert(xe1);
231 if (xe1->tag != xe2->tag)
234 switch (xe1->tag) {
236 return //xe1->XE.SorG.addr == xe2->XE.SorG.addr
238 xe1->XE.SorG.sszB == xe2->XE.SorG.sszB
239 && 0 == VG_(strncmp)( &xe1->XE.SorG.expect[0],
241 sizeof(xe1->XE.SorG.expect) )
242 && 0 == VG_(strncmp)( &xe1->XE.SorG.actual[0],
244 sizeof(xe1->XE.SorG.actual) );