Lines Matching refs:OSetGen_Lookup
95 vg_assert( ! VG_(OSetGen_Lookup)(oset, &v) ); in example1singleset()
188 assert( vs[i] == VG_(OSetGen_Lookup)(oset, vs[i]) ); in example1singleset()
237 vg_assert( ! VG_(OSetGen_Lookup)(oset, &v) ); in example1singleset()
475 vg_assert( ! VG_(OSetGen_Lookup)(oset, &v) ); in example2()
526 a = vs[i]->first + 0; assert( vs[i] == VG_(OSetGen_Lookup)(oset, &a) ); in example2()
527 a = vs[i]->first + 1; assert( vs[i] == VG_(OSetGen_Lookup)(oset, &a) ); in example2()
528 a = vs[i]->first + 2; assert( vs[i] == VG_(OSetGen_Lookup)(oset, &a) ); in example2()
559 a = vs[i]->first + 0; assert( vs[i] == VG_(OSetGen_Lookup)(oset, &a) ); in example2()
560 a = vs[i]->first + 1; assert( vs[i] == VG_(OSetGen_Lookup)(oset, &a) ); in example2()
561 a = vs[i]->first + 2; assert( vs[i] == VG_(OSetGen_Lookup)(oset, &a) ); in example2()
579 vg_assert( ! VG_(OSetGen_Lookup)(oset, &v) ); in example2()