Home
last modified time | relevance | path

Searched refs:STMT_EXPRESSION (Results 1 – 25 of 26) sorted by relevance

12

/illumos-gate/usr/src/tools/smatch/src/
H A Dcheck_indenting.c126 if (stmt->type == STMT_EXPRESSION && !stmt->expression) in match_stmt()
128 if (__prev_stmt->type == STMT_EXPRESSION && !__prev_stmt->expression) in match_stmt()
H A Dcheck_unreachable.c30 if (stmt->type == STMT_EXPRESSION && !stmt->expression) in empty_statement()
198 if (stmt->type != STMT_EXPRESSION) in get_function_name()
H A Dcheck_no_effect.c26 if (stmt->type != STMT_EXPRESSION) in match_stmt()
H A Dast-inspect.c27 [STMT_EXPRESSION] = "STMT_EXPRESSION", in statement_type_name()
51 case STMT_EXPRESSION: in inspect_statement()
H A Dcheck_return.c28 if (stmt->type == STMT_EXPRESSION && stmt->expression == expr) in must_check()
H A Dcheck_all_func_returns.c77 if (stmt && stmt->type == STMT_EXPRESSION && stmt->expression == expr) in check_func_return()
H A Dcheck_bogus_loop.c38 if (stmt->type != STMT_EXPRESSION) in get_iterator_set()
H A Dcheck_passes_sizeof.c31 if (!stmt || stmt->type != STMT_EXPRESSION || !stmt->expression) in get_returned_expr()
H A Dsmatch_conditions.c137 last->label_statement->type == STMT_EXPRESSION) in handle_compound_stmt()
141 } else if (last->type != STMT_EXPRESSION) { in handle_compound_stmt()
738 } else if (stmt->type == STMT_EXPRESSION) { in __handle_expr_statement_assigns()
H A Dparse.h33 STMT_EXPRESSION, enumerator
H A Dsmatch_bits.c119 if (!pre_stmt || pre_stmt->type != STMT_EXPRESSION) in is_loop_iterator()
H A Dsmatch_helper.c1053 if (last_stmt->type != STMT_EXPRESSION) in get_last_expr_from_expression_stmt()
1057 if (stmt->type == STMT_EXPRESSION) in get_last_expr_from_expression_stmt()
H A Dexpand.c1067 if (stmt->type == STMT_EXPRESSION && stmt->expression) in expand_expression()
1221 case STMT_EXPRESSION: in expand_statement()
H A Dsmatch_implied.c671 if (last->type == STMT_EXPRESSION) in get_last_expr()
676 last->label_statement->type == STMT_EXPRESSION) in get_last_expr()
H A Dinline.c346 case STMT_EXPRESSION: { in copy_one_statement()
H A Ddissect.c477 break; case STMT_EXPRESSION: in do_statement()
H A Dsmatch_flow.c724 if (stmt->type == STMT_EXPRESSION && !stmt->expression) in empty_statement()
1100 case STMT_EXPRESSION: in __split_stmt()
H A Dsmatch_type.c204 if (stmt->type != STMT_EXPRESSION) in get_expr_stmt_type()
H A Dsmatch_math.c74 stmt->label_statement->type == STMT_EXPRESSION) in last_stmt_rl()
78 } else if (stmt->type == STMT_EXPRESSION) { in last_stmt_rl()
H A Dshow-parse.c614 case STMT_EXPRESSION: in show_statement()
H A Dparse.c2200 stmt = alloc_statement(expr->pos, STMT_EXPRESSION); in make_statement()
2551 stmt->type = STMT_EXPRESSION; in statement()
H A Dcompile-i386.c2014 case STMT_EXPRESSION: in x86_statement()
H A Dsmatch_db.c2093 if (!last_stmt || last_stmt->type != STMT_EXPRESSION) in strip_expr_statement()
H A Dsmatch_extra.c799 if (loop->iterator_post_statement->type != STMT_EXPRESSION) in handle_canonical_for_loops()
H A Dlinearize.c2337 case STMT_EXPRESSION: in linearize_statement()

12