Searched refs:__cur_stmt (Results 1 – 8 of 8) sorted by relevance
36 if (!__cur_stmt || __cur_stmt->type != STMT_IF) in check_address()
134 if (!__cur_stmt) in previous_statement_was_synchronize()141 prev_pos = __cur_stmt->pos; in previous_statement_was_synchronize()
139 if (__cur_stmt && __cur_stmt->type == STMT_RETURN) in is_return_statement()
56 struct statement *__cur_stmt; variable669 __cur_stmt = stmt; in handle_pre_loop()997 __cur_stmt = cur; in split_compound()1005 __cur_stmt = cur; in split_compound()1633 __add_ptr_list(&backup, __cur_stmt); in save_flow_state()1649 __cur_stmt = pop_backup(); in restore_flow_state()
115 if (stmt != __cur_stmt) in match_stmt()
1158 if (!__cur_stmt || !__prev_stmt) in handle_for_loops()1160 if (__cur_stmt->type != STMT_ITERATOR) in handle_for_loops()1162 if (__cur_stmt->iterator_pre_condition != expr) in handle_for_loops()1170 if (__prev_stmt == __cur_stmt->iterator_pre_statement) { in handle_for_loops()1192 if (__prev_stmt != __cur_stmt->iterator_post_statement) in handle_for_loops()
571 extern struct statement *__cur_stmt;
1444 stmt = __cur_stmt->parent; in handle_postop_inc()