Home
last modified time | relevance | path

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

/illumos-gate/usr/src/tools/smatch/src/
H A Dlinearize.h295 replace_ptr_list_entry((struct ptr_list **)list, old, new, count); in replace_bb_in_list()
H A Dptrlist.c353 int replace_ptr_list_entry(struct ptr_list **list, void *old_ptr, in replace_ptr_list_entry() function
H A Dptrlist.h35 int replace_ptr_list_entry(struct ptr_list **, void *old, void *new, int);