Home
last modified time | relevance | path

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

/illumos-gate/usr/src/tools/smatch/src/
H A Dsmatch_flow.c915 struct statement *func_stmt; in handle_backward_goto() local
932 func_stmt = base_type->stmt; in handle_backward_goto()
933 if (!func_stmt) in handle_backward_goto()
934 func_stmt = base_type->inline_stmt; in handle_backward_goto()
935 if (!func_stmt) in handle_backward_goto()
937 if (func_stmt->type != STMT_COMPOUND) in handle_backward_goto()
940 FOR_EACH_PTR(func_stmt->stmts, tmp) { in handle_backward_goto()