Searched refs:OSetGen_Remove (Results 1 - 10 of 10) sorted by relevance

/external/valgrind/main/memcheck/tests/
H A Dunit_oset.c96 vg_assert( ! VG_(OSetGen_Remove)(oset, &v) );
210 assert( pv = VG_(OSetGen_Remove)(oset, vs[i]) );
231 assert( pv = VG_(OSetGen_Remove)(oset, vs[i]) );
238 vg_assert( ! VG_(OSetGen_Remove)(oset, &v) );
476 vg_assert( ! VG_(OSetGen_Remove)(oset, &v) );
551 a = vs[i]->first; assert( vs[i] == VG_(OSetGen_Remove)(oset, &a) );
574 a = vs[i]->first; assert( vs[i] == VG_(OSetGen_Remove)(oset, &a) );
580 vg_assert( ! VG_(OSetGen_Remove)(oset, &v) );
/external/valgrind/main/include/
H A Dpub_tool_oset.h305 extern void* VG_(OSetGen_Remove) ( OSet* os, const void* key );
/external/valgrind/main/drd/
H A Ddrd_clientobj.c192 VG_(OSetGen_Remove)(s_clientobj_set, &p->any.a1);
H A Ddrd_barrier.c365 void* r = VG_(OSetGen_Remove)(oset, &q->tid);
H A Ddrd_bitmap.h652 bm2 = VG_(OSetGen_Remove)(bm->oset, &a1);
/external/valgrind/main/coregrind/
H A Dm_oset.c772 void* VG_(OSetGen_Remove)(AvlTree* t, const void* k) function
788 void* n = VG_(OSetGen_Remove)(t, &val);
H A Dm_redir.c926 void* oldNd = VG_(OSetGen_Remove)( activeSet, &act.from_addr );
1050 act = VG_(OSetGen_Remove)( activeSet, &addr );
/external/valgrind/main/memcheck/
H A Dmc_leakcheck.c1263 VG_(OSetGen_Remove) (lr_table, &lr_array[i]->key);
H A Dmc_main.c2438 line = VG_(OSetGen_Remove)( ocacheL2, &tag );
/external/valgrind/main/cachegrind/
H A Dcg_main.c1770 sbInfo = VG_(OSetGen_Remove)(instrInfoTable, &orig_addr);

Completed in 5923 milliseconds