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

Lines Matching refs:xe1

217    XError *xe1, *xe2;
222 xe1 = (XError*)VG_(get_error_extra)(e1);
224 tl_assert(xe1);
227 if (xe1->tag != xe2->tag)
230 switch (xe1->tag) {
232 return //xe1->XE.SorG.addr == xe2->XE.SorG.addr
234 xe1->XE.SorG.sszB == xe2->XE.SorG.sszB
235 && 0 == VG_(strncmp)( &xe1->XE.SorG.expect[0],
237 sizeof(xe1->XE.SorG.expect) )
238 && 0 == VG_(strncmp)( &xe1->XE.SorG.actual[0],
240 sizeof(xe1->XE.SorG.actual) );