Searched refs:STMT_IF (Results 1 – 18 of 18) sorted by relevance
38 if (!__next_stmt || __next_stmt->type != STMT_IF) in next_line_is_if()60 if (!__next_stmt || __next_stmt->type != STMT_IF) in next_line_checks_IS_ERR()
29 [STMT_IF] = "STMT_IF", in statement_type_name()54 case STMT_IF: in inspect_statement()
26 if (stmt->type != STMT_IF) in match_if_stmt()
36 if (!__cur_stmt || __cur_stmt->type != STMT_IF) in check_address()
35 STMT_IF, enumerator
83 if (stmt->type == STMT_IF && stmt->if_conditional == parent) in is_harmless()
47 if (__prev_stmt->type == STMT_IF) { in missing_curly_braces()
218 if (stmt->type == STMT_IF && in turn_off_unreachable()
90 if (parent->type != STMT_IF) in is_obvious_else()
504 break; case STMT_IF: in do_statement()
368 case STMT_IF: { in copy_one_statement()
616 case STMT_IF: { in show_statement()
1227 case STMT_IF: in expand_statement()
1109 case STMT_IF: in __split_stmt()
2016 case STMT_IF: in x86_statement()
2413 case STMT_IF: { in linearize_statement()
2417 stmt->type = STMT_IF; in parse_if_statement()
3713 case STMT_IF: in evaluate_statement()