Home | History | Annotate | Download | only in drd

Lines Matching refs:oset

43                     // this member variable is the key of an OSet.
95 p->oset = VG_(OSetGen_Create)(0, 0, VG_(malloc), "drd.hb",
108 VG_(OSetGen_ResetIter)(p->oset);
109 for ( ; (r = VG_(OSetGen_Next)(p->oset)) != 0; )
111 VG_(OSetGen_Destroy)(p->oset);
175 q = VG_(OSetGen_Lookup)(p->oset, &word_tid);
178 q = VG_(OSetGen_AllocNode)(p->oset, sizeof(*q));
180 VG_(OSetGen_Insert)(p->oset, q);
181 tl_assert(VG_(OSetGen_Lookup)(p->oset, &word_tid) == q);
215 VG_(OSetGen_ResetIter)(p->oset);
216 for ( ; (q = VG_(OSetGen_Next)(p->oset)) != 0; )