Home
last modified time | relevance | path

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

/illumos-gate/usr/src/tools/smatch/src/
H A Dcheck_allocation_funcs.c57 static int returns_new_stuff = 0; variable
69 returns_new_stuff = 1; in match_return()
85 if (returns_new_stuff && !returns_old_stuff) in match_end_func()
88 returns_new_stuff = 0; in match_end_func()