Searched defs:WordSet (Results 1 - 1 of 1) sorted by relevance

/external/valgrind/main/helgrind/
H A Dhg_wordset.h41 //--- WordSet ---//
47 typedef UInt WordSet; /* opaque, small int index */ typedef
59 WordSet are included in the WordSetU number of elements. */
66 /* Element-level operations on WordSets. Note that the WordSet
70 WordSet HG_(emptyWS) ( WordSetU* );
71 WordSet HG_(addToWS) ( WordSetU*, WordSet, UWord );
72 WordSet HG_(delFromWS) ( WordSetU*, WordSet, UWord );
73 WordSet HG
[all...]

Completed in 58 milliseconds