Searched refs:new_WV_of_size (Results 1 – 1 of 1) sorted by relevance
/external/valgrind/helgrind/ |
D | hg_wordset.c | 186 static WordVec* new_WV_of_size ( WordSetU* wsu, UWord sz ) in new_WV_of_size() function 379 empty = new_WV_of_size( wsu, 0 ); in HG_() 540 wv = new_WV_of_size(wsu, 1); in HG_() 544 wv = new_WV_of_size(wsu, 2); in HG_() 550 wv = new_WV_of_size(wsu, 2); in HG_() 625 wv_new = new_WV_of_size( wsu, wv->size + 1 ); in HG_() 678 wv_new = new_WV_of_size( wsu, wv->size - 1 ); in HG_() 730 wv_new = new_WV_of_size( wsu, sz ); in HG_() 813 wv_new = new_WV_of_size( wsu, sz ); in HG_() 885 wv_new = new_WV_of_size( wsu, sz ); in HG_()
|