Home
last modified time | relevance | path

Searched refs:OSetWord_Contains (Results 1 – 3 of 3) sorted by relevance

/external/valgrind/memcheck/tests/
Dunit_oset.c313 vg_assert( ! VG_(OSetWord_Contains)(oset, v) ); in example1b()
342 assert( VG_(OSetWord_Contains)(oset, vs[i]) ); in example1b()
348 assert( ! VG_(OSetWord_Contains)(oset, v) ); in example1b()
351 assert( ! VG_(OSetWord_Contains)(oset, v) ); in example1b()
354 assert( ! VG_(OSetWord_Contains)(oset, v) ); in example1b()
358 assert( VG_(OSetWord_Contains)(oset, vs[i]) ); in example1b()
389 assert( VG_(OSetWord_Contains)(oset, vs[i]) ); in example1b()
394 assert( ! VG_(OSetWord_Contains)(oset, vs[i]) ); in example1b()
403 vg_assert( ! VG_(OSetWord_Contains)(oset, v) ); in example1b()
/external/valgrind/include/
Dpub_tool_oset.h152 extern Bool VG_(OSetWord_Contains) ( const OSet* os, UWord val );
/external/valgrind/coregrind/
Dm_oset.c636 Bool VG_(OSetWord_Contains)(const AvlTree* t, UWord val) in VG_() argument