Searched refs:OSetWord_Next (Results 1 - 4 of 4) sorted by relevance

/external/valgrind/main/include/
H A Dpub_tool_oset.h141 // while ( VG_(OSetWord_Next)(oset, &val) ) {
148 // they will return False if VG_(OSetWord_Next)() is called without an
156 extern Bool VG_(OSetWord_Next) ( OSet* os, /*OUT*/UWord* val );
/external/valgrind/main/memcheck/tests/
H A Dunit_oset.c315 vg_assert( ! VG_(OSetWord_Next)(oset, (UWord *)&v) );
366 while ( VG_(OSetWord_Next)(oset, (UWord *)&v) ) {
376 vg_assert( ! VG_(OSetWord_Next)(oset, (UWord *)&v) );
377 vg_assert( ! VG_(OSetWord_Next)(oset, (UWord *)&v) );
405 vg_assert( ! VG_(OSetWord_Next)(oset, (UWord *)&v) );
/external/valgrind/main/coregrind/
H A Dm_oset.c850 Bool VG_(OSetWord_Next)(AvlTree* t, UWord* val) function
H A Dm_redir.c1049 while ( VG_(OSetWord_Next)(tmpSet, &addr) ) {

Completed in 683 milliseconds