Searched refs:OSetGen_Remove (Results 1 – 10 of 10) sorted by relevance
/external/valgrind/memcheck/tests/ |
D | unit_oset.c | 97 vg_assert( ! VG_(OSetGen_Remove)(oset, &v) ); in example1singleset() 211 pv = VG_(OSetGen_Remove)(oset, vs[i]); in example1singleset() 234 pv = VG_(OSetGen_Remove)(oset, vs[i]); in example1singleset() 242 vg_assert( ! VG_(OSetGen_Remove)(oset, &v) ); in example1singleset() 480 vg_assert( ! VG_(OSetGen_Remove)(oset, &v) ); in example2() 555 a = vs[i]->first; assert( vs[i] == VG_(OSetGen_Remove)(oset, &a) ); in example2() 578 a = vs[i]->first; assert( vs[i] == VG_(OSetGen_Remove)(oset, &a) ); in example2() 584 vg_assert( ! VG_(OSetGen_Remove)(oset, &v) ); in example2()
|
/external/valgrind/include/ |
D | pub_tool_oset.h | 302 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 | 652 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 | 1025 void* oldNd = VG_(OSetGen_Remove)( activeSet, &act.from_addr ); in maybe_add_active() 1149 act = VG_(OSetGen_Remove)( activeSet, &addr ); in VG_()
|
/external/valgrind/memcheck/ |
D | mc_leakcheck.c | 1536 VG_(OSetGen_Remove) (lr_table, &lr_array[i]->key); in print_results()
|
D | mc_main.c | 2502 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()
|