Lines Matching refs:pv
90 UWord *pv;
194 pv = NULL;
197 while ( (pv = VG_(OSetGen_Next)(oset)) ) {
198 UWord curr = *pv;
210 assert( pv = VG_(OSetGen_Remove)(oset, vs[i]) );
211 assert( pv == vs[i] );
219 assert( pv = VG_(OSetGen_LookupWithCmp)(oset, vs[i], NULL) );
220 assert( pv == vs[i] );
231 assert( pv = VG_(OSetGen_Remove)(oset, vs[i]) );
232 assert( pv == vs[i] );
465 Block *pv;
535 pv = NULL;
538 while ( (pv = VG_(OSetGen_Next)(oset)) ) {
539 Block curr = *pv;