Searched refs:goto_stmt (Results 1 – 1 of 1) sorted by relevance
912 static void handle_backward_goto(struct statement *goto_stmt) in handle_backward_goto() argument926 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()