Home
last modified time | relevance | path

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

/illumos-gate/usr/src/tools/smatch/src/
H A Dcheck_zero_to_err_ptr.c38 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()
H A Dast-inspect.c29 [STMT_IF] = "STMT_IF", in statement_type_name()
54 case STMT_IF: in inspect_statement()
H A Dcheck_no_if_block.c26 if (stmt->type != STMT_IF) in match_if_stmt()
H A Dcheck_assign_vs_compare.c36 if (!__cur_stmt || __cur_stmt->type != STMT_IF) in check_address()
H A Dparse.h35 STMT_IF, enumerator
H A Dcheck_spectre.c83 if (stmt->type == STMT_IF && stmt->if_conditional == parent) in is_harmless()
H A Dcheck_indenting.c47 if (__prev_stmt->type == STMT_IF) { in missing_curly_braces()
H A Dcheck_double_checking.c90 if (parent->type != STMT_IF) in is_obvious_else()
H A Dcheck_unreachable.c218 if (stmt->type == STMT_IF && in turn_off_unreachable()
H A Dinline.c368 case STMT_IF: { in copy_one_statement()
H A Ddissect.c504 break; case STMT_IF: in do_statement()
H A Dshow-parse.c616 case STMT_IF: { in show_statement()
H A Dexpand.c1227 case STMT_IF: in expand_statement()
H A Dsmatch_flow.c1109 case STMT_IF: in __split_stmt()
H A Dcompile-i386.c2016 case STMT_IF: in x86_statement()
H A Dlinearize.c2413 case STMT_IF: { in linearize_statement()
H A Dparse.c2417 stmt->type = STMT_IF; in parse_if_statement()
H A Devaluate.c3713 case STMT_IF: in evaluate_statement()