Home
last modified time | relevance | path

Searched refs:EXPR_CALL (Results 1 – 25 of 67) sorted by relevance

123

/illumos-gate/usr/src/tools/smatch/src/
H A Dsmatch_return_to_param.c132 if (expr->type == EXPR_CALL) in map_call_to_param_name_sym()
200 if (call->type != EXPR_CALL) in __add_return_to_param_mapping()
207 if (expr->type == EXPR_CALL && in __add_return_to_param_mapping()
H A Dsmatch_struct_assignment.c104 if (right->type == EXPR_CALL) in get_right_base_expr()
314 if (expr->type != EXPR_CALL || expr->fn->type != EXPR_SYMBOL) in returns_zeroed_mem()
392 if (call->type != EXPR_CALL) in returns_container_of()
465 if (right->type != EXPR_CALL) in match_memdup()
543 if (expr->type != EXPR_CALL) in db_param_cleared()
H A Dcheck_no_effect.c40 case EXPR_CALL: in match_stmt()
H A Dcheck_return_negative_var.c46 if (expr->type != EXPR_CALL) in match_return()
H A Dsmatch_unknown_value.c49 .type = EXPR_CALL,
H A Dsmatch_function_ptrs.c42 if (expr->type != EXPR_CALL) in get_from__symbol_get()
161 if (expr->type != EXPR_CALL) in get_returned_ptr()
329 right->type != EXPR_CALL) in match_function_assign()
H A Dcheck_kmalloc_to_bugon.c26 if (expr->type != EXPR_CALL) in is_kmalloc_call()
H A Dcheck_return_enomem.c54 if (expr->type != EXPR_CALL || expr->fn->type != EXPR_SYMBOL) in match_return()
H A Dcheck_all_func_returns.c37 if (expr->type != EXPR_CALL) { in check_func_return()
H A Dcheck_err_ptr.c31 if (expr->type != EXPR_CALL) in match_err_ptr()
H A Dcheck_kunmap.c33 if (expr->type != EXPR_CALL) in check_assignment()
H A Dsmatch_nul_terminator.c244 if (call->type != EXPR_CALL) in return_info_terminated()
293 if (left->type != EXPR_CALL) in match_strnlen_test()
H A Dsmatch_kernel_user_data.c413 if (expr->type != EXPR_CALL || expr->fn->type != EXPR_SYMBOL || in is_points_to_user_data_fn()
428 if (expr->type != EXPR_CALL || expr->fn->type != EXPR_SYMBOL || in get_rl_from_function()
636 if (expr->right->type == EXPR_CALL || __in_fake_parameter_assign) in match_assign()
966 if (expr->type == EXPR_CALL && db_returned_user_rl(expr, &rl)) in var_user_rl()
1119 if (expr->type != EXPR_CALL) in db_param_set()
1288 if (call->type != EXPR_CALL) in returns_param_user_data()
1331 if (expr->type != EXPR_CALL) in returns_param_user_data_set()
H A Dsmatch_strlen.c113 if (left->type == EXPR_CALL && sym_name_is("strlen", left->fn)) { in match_strlen_condition()
117 if (right->type == EXPR_CALL && sym_name_is("strlen", right->fn)) { in match_strlen_condition()
H A Dcheck_return_efault.c89 if (!ret_value || ret_value->type != EXPR_CALL) in match_return_call()
H A Dsmatch_data_source.c79 if (right->type != EXPR_CALL || right->fn->type != EXPR_SYMBOL) in get_source_assignment()
H A Dcheck_dev_queue_xmit.c51 if (tmp->type == EXPR_CALL && sym_name_is("kfree_skb", tmp->fn)) in valid_use()
H A Dcheck_implicit_dependencies_tester.c29 [EXPR_CALL] = "EXPR_CALL", in expression_type_name()
H A Dcheck_readl_infinite_loops.c38 if (expr->type != EXPR_CALL) in is_readl_call()
H A Dsmatch_assigned_expr.c112 if (!expr || expr->type != EXPR_CALL) in record_param_assignment()
H A Dcheck_frees_param_strict.c97 if (expr->type != EXPR_CALL) in set_param_freed()
H A Dsmatch_function_hooks.c403 if (!right || right->type != EXPR_CALL) in fake_a_param_assignment()
557 if (expr->type != EXPR_CALL) in impossible_limit()
755 if (left->type != EXPR_CALL) { in compare_db_return_states_callbacks()
862 if (left->type != EXPR_CALL) { in function_comparison()
888 if (expr->type != EXPR_CALL || in call_ranged_return_hooks()
H A Dsmatch_fresh_alloc.c118 if (expr->type != EXPR_CALL) in is_fresh_alloc()
H A Dcheck_unused_ret.c78 if (expr->type != EXPR_CALL) in get_fn_name()
H A Dcheck_zero_to_err_ptr.c66 if (!next || next->type != EXPR_CALL) in next_line_checks_IS_ERR()

123