Lines Matching refs:elem
80 // - Cmp: returns -1, 0 or 1 if key is <, == or > elem.
84 typedef Word (*OSetCmp_t) ( const void* key, const void* elem );
116 // of the key, and 'elem' is *address* of the elem, as are the return values
239 extern void VG_(OSetGen_FreeNode) ( OSet* os, void* elem );
253 // of the key, and 'elem' is *address* of the elem, as are the return values
258 // * Insert: Inserts a new element into the set. Note that 'elem' must
289 // while ( (elem = VG_(OSetGen_Next)(oset)) ) {
290 // ... do stuff with 'elem' ...
300 extern void VG_(OSetGen_Insert) ( OSet* os, void* elem );