Searched refs:thridsToDel (Results 1 – 1 of 1) sorted by relevance
/external/valgrind/helgrind/ |
D | libhb_core.c | 2113 static VTS* VTS__subtract ( const HChar* who, VTS* vts, XArray* thridsToDel ); 2229 static VTS* VTS__subtract ( const HChar* who, VTS* vts, XArray* thridsToDel ) in VTS__subtract() argument 2233 tl_assert(thridsToDel); in VTS__subtract() 2240 if (VG_(lookupXA)(thridsToDel, &thrid, NULL, NULL)) in VTS__subtract() 2249 if (VG_(lookupXA)(thridsToDel, &thrid, NULL, NULL)) in VTS__subtract()
|