Home
last modified time | relevance | path

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

/illumos-gate/usr/src/tools/smatch/src/
H A Dsmatch_flow.c1765 static bool prev_answer; in interesting_function() local
1773 return prev_answer; in interesting_function()
1776 prev_answer = false; in interesting_function()
1781 prev_answer = true; in interesting_function()
1782 return prev_answer; in interesting_function()