Home | History | Annotate | Download | only in coregrind

Lines Matching refs:tmpSet

1056    OSet*    tmpSet;
1078 to delete into tmpSet. */
1079 tmpSet = VG_(OSetWord_Create)(dinfo_zalloc, "redir.rndD.1", dinfo_free);
1105 VG_(OSetWord_Insert)( tmpSet, act->from_addr );
1115 /* Now traverse tmpSet, deleting corresponding elements in activeSet. */
1116 VG_(OSetWord_ResetIter)( tmpSet );
1117 while ( VG_(OSetWord_Next)(tmpSet, &addr) ) {
1123 VG_(OSetWord_Destroy)( tmpSet );