Searched refs:OSetGen_Remove (Results 1 – 10 of 10) sorted by relevance
/external/valgrind/memcheck/tests/ |
D | unit_oset.c | 96 vg_assert( ! VG_(OSetGen_Remove)(oset, &v) ); in example1singleset() 210 assert( pv = VG_(OSetGen_Remove)(oset, vs[i]) ); in example1singleset() 231 assert( pv = VG_(OSetGen_Remove)(oset, vs[i]) ); in example1singleset() 238 vg_assert( ! VG_(OSetGen_Remove)(oset, &v) ); in example1singleset() 476 vg_assert( ! VG_(OSetGen_Remove)(oset, &v) ); in example2() 551 a = vs[i]->first; assert( vs[i] == VG_(OSetGen_Remove)(oset, &a) ); in example2() 574 a = vs[i]->first; assert( vs[i] == VG_(OSetGen_Remove)(oset, &a) ); in example2() 580 vg_assert( ! VG_(OSetGen_Remove)(oset, &v) ); in example2()
|
/external/valgrind/include/ |
D | pub_tool_oset.h | 307 extern void* VG_(OSetGen_Remove) ( OSet* os, const void* key );
|
/external/valgrind/drd/ |
D | drd_clientobj.c | 191 VG_(OSetGen_Remove)(s_clientobj_set, &p->any.a1); in clientobj_remove_obj()
|
D | drd_barrier.c | 365 void* r = VG_(OSetGen_Remove)(oset, &q->tid); in DRD_()
|
D | drd_bitmap.h | 653 bm2 = VG_(OSetGen_Remove)(bm->oset, &a1); in bm2_remove()
|
/external/valgrind/coregrind/ |
D | m_oset.c | 770 void* VG_(OSetGen_Remove)(AvlTree* t, const void* k) in VG_() argument 786 void* n = VG_(OSetGen_Remove)(t, &val); in VG_()
|
D | m_redir.c | 963 void* oldNd = VG_(OSetGen_Remove)( activeSet, &act.from_addr ); in maybe_add_active() 1087 act = VG_(OSetGen_Remove)( activeSet, &addr ); in VG_()
|
/external/valgrind/memcheck/ |
D | mc_leakcheck.c | 1291 VG_(OSetGen_Remove) (lr_table, &lr_array[i]->key); in print_results()
|
D | mc_main.c | 2433 line = VG_(OSetGen_Remove)( ocacheL2, &tag ); in ocacheL2_del_tag()
|
/external/valgrind/cachegrind/ |
D | cg_main.c | 1732 sbInfo = VG_(OSetGen_Remove)(instrInfoTable, &orig_addr); in cg_discard_superblock_info()
|