Home
last modified time | relevance | path

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

/illumos-gate/usr/src/tools/smatch/src/
H A Dcheck_indenting.c143 if (__next_stmt && in match_stmt()
144 __next_stmt->pos.line == stmt->case_statement->pos.line) in match_stmt()
145 ignore_prev = __next_stmt->pos; in match_stmt()
149 if (__next_stmt && in match_stmt()
150 __next_stmt->pos.line == stmt->label_statement->pos.line) in match_stmt()
151 ignore_prev = __next_stmt->pos; in match_stmt()
172 if (__next_stmt && __next_stmt->type == STMT_CASE && in match_stmt()
173 (stmt->pos.line == __next_stmt->pos.line || in match_stmt()
174 stmt->pos.pos == __next_stmt->pos.pos)) in match_stmt()
181 if (!__next_stmt) in match_stmt()
H A Dcheck_zero_to_err_ptr.c38 if (!__next_stmt || __next_stmt->type != STMT_IF) in next_line_is_if()
41 next = strip_expr(__next_stmt->if_conditional); in next_line_is_if()
60 if (!__next_stmt || __next_stmt->type != STMT_IF) in next_line_checks_IS_ERR()
63 next = strip_expr(__next_stmt->if_conditional); in next_line_checks_IS_ERR()
H A Dsmatch_flow.c57 struct statement *__next_stmt; variable
996 __next_stmt = next; in split_compound()
1006 __next_stmt = NULL; in split_compound()
1634 __add_ptr_list(&backup, __next_stmt); in save_flow_state()
1648 __next_stmt = pop_backup(); in restore_flow_state()
H A Dsmatch.h572 extern struct statement *__next_stmt;