Home
last modified time | relevance | path

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

/illumos-gate/usr/src/tools/smatch/src/
H A Dsmatch_flow.c912 static void handle_backward_goto(struct statement *goto_stmt) in handle_backward_goto() argument
926 if (!goto_stmt->goto_label || in handle_backward_goto()
927 goto_stmt->goto_label->type != SYM_LABEL || in handle_backward_goto()
928 !goto_stmt->goto_label->ident) in handle_backward_goto()
930 goto_name = goto_stmt->goto_label->ident->name; in handle_backward_goto()