Home | History | Annotate | Download | only in include

Lines Matching refs:elem

75 // - Cmp:   returns -1, 0 or 1 if key is <, == or > elem.
79 typedef Word (*OSetCmp_t) ( const void* key, const void* elem );
111 // of the key, and 'elem' is *address* of the elem, as are the return values
233 extern void VG_(OSetGen_FreeNode) ( OSet* os, void* elem );
247 // of the key, and 'elem' is *address* of the elem, as are the return values
252 // * Insert: Inserts a new element into the set. Note that 'elem' must
283 // while ( (elem = VG_(OSetGen_Next)(oset)) ) {
284 // ... do stuff with 'elem' ...
294 extern void VG_(OSetGen_Insert) ( OSet* os, void* elem );