Home
last modified time | relevance | path

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

/illumos-gate/usr/src/tools/smatch/src/
H A Dparse.h124 extern struct statement_list *function_computed_goto_list;
H A Dparse.c49 struct statement_list *function_computed_goto_list; variable
2474 add_statement(&function_computed_goto_list, stmt); in parse_goto_statement()
2820 function_computed_goto_list = NULL; in parse_function_body()
2864 if (function_computed_goto_list) { in parse_function_body()
2868 FOR_EACH_PTR(function_computed_goto_list, stmt) { in parse_function_body()