Searched refs:WordSetU (Results 1 - 5 of 5) sorted by relevance

/external/valgrind/main/helgrind/
H A Dhg_wordset.h45 typedef struct _WordSetU WordSetU; /* opaque */ typedef in typeref:struct:_WordSetU
49 /* Allocate and initialise a WordSetU */
50 WordSetU* HG_(newWordSetU) ( void* (*alloc_nofail)( const HChar*, SizeT ),
55 /* Free up the WordSetU. */
56 void HG_(deleteWordSetU) ( WordSetU* );
58 /* Get the number of elements in this WordSetU. Note that the dead
59 WordSet are included in the WordSetU number of elements. */
60 UWord HG_(cardinalityWSU) ( WordSetU* );
62 /* Show performance stats for this WordSetU. */
63 void HG_(ppWSUstats) ( WordSetU* ws
[all...]
H A Dhg_wordset.c64 different WordSetU. */
136 WordSetU* owner; /* for sanity checking */
186 static WordVec* new_WV_of_size ( WordSetU* wsu, UWord sz )
239 static void ensure_ix2vec_space ( WordSetU* wsu )
260 static inline Bool is_dead ( WordSetU* wsu, WordVec* wv )
268 /* Index into a WordSetU, doing the obvious range check. Failure of
270 wrong WordSetU* in the public API of this module.
272 static WordVec* do_ix2vec ( WordSetU* wsu, WordSet ws )
290 static WordVec* do_ix2vec_with_dead ( WordSetU* wsu, WordSet ws )
312 static WordSet add_or_dealloc_WordVec( WordSetU* ws
[all...]
H A Dlibhb.h159 WordSetU* HG_(get_univ_lsets) ( void );
H A Dhg_errors.c196 Lock** enumerate_WordSet_into_LockP_vector( WordSetU* univ_lsets,
H A Dhg_main.c141 static WordSetU* univ_lsets = NULL; /* sets of Lock* */
142 static WordSetU* univ_laog = NULL; /* sets of Lock*, for LAOG */
149 WordSetU* HG_(get_univ_lsets) ( void ) { return univ_lsets; }

Completed in 692 milliseconds