Home
last modified time | relevance | path

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

/external/valgrind/memcheck/tests/
Dunit_oset.c317 vg_assert( ! VG_(OSetWord_Contains)(oset, v) ); in example1b()
346 assert( VG_(OSetWord_Contains)(oset, vs[i]) ); in example1b()
352 assert( ! VG_(OSetWord_Contains)(oset, v) ); in example1b()
355 assert( ! VG_(OSetWord_Contains)(oset, v) ); in example1b()
358 assert( ! VG_(OSetWord_Contains)(oset, v) ); in example1b()
362 assert( VG_(OSetWord_Contains)(oset, vs[i]) ); in example1b()
393 assert( VG_(OSetWord_Contains)(oset, vs[i]) ); in example1b()
398 assert( ! VG_(OSetWord_Contains)(oset, vs[i]) ); in example1b()
407 vg_assert( ! VG_(OSetWord_Contains)(oset, v) ); in example1b()
/external/valgrind/include/
Dpub_tool_oset.h147 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