Home
last modified time | relevance | path

Searched refs:EXPR_SYMBOL (Results 1 – 25 of 63) sorted by relevance

123

/illumos-gate/usr/src/tools/smatch/src/
H A Dcheck_param_mapper.c43 if (expr->fn->type != EXPR_SYMBOL) in match_call()
52 if (tmp->type != EXPR_SYMBOL) in match_call()
H A Dcheck_unused_ret.c80 if (expr->fn->type != EXPR_SYMBOL) in get_fn_name()
115 if (!left || left->type != EXPR_SYMBOL) in match_assign_call()
139 if (!left || left->type != EXPR_SYMBOL) in match_assign()
H A Dcheck_dma_on_stack.c33 if (arg->unop->type != EXPR_SYMBOL) in match_dma_func()
40 if (arg->type != EXPR_SYMBOL) in match_dma_func()
H A Dsmatch_data_source.c44 if (expr->type != EXPR_SYMBOL) in get_source_parameter()
79 if (right->type != EXPR_CALL || right->fn->type != EXPR_SYMBOL) in get_source_assignment()
H A Dsmatch_mtag.c107 expr->fn->type != EXPR_SYMBOL) in get_allocator_info()
380 } else if (expr->type == EXPR_SYMBOL) { in expr_to_mtag_offset()
384 } else if (expr->type == EXPR_SYMBOL) { in expr_to_mtag_offset()
430 if (expr->type == EXPR_SYMBOL && in get_mtag_sval()
H A Dsmatch_function_ptrs.c163 if (!expr->fn || expr->fn->type != EXPR_SYMBOL) in get_returned_ptr()
209 if (expr->type == EXPR_SYMBOL) { in get_fnptr_name()
327 if (right->type != EXPR_SYMBOL && in match_function_assign()
415 expr->ident_expression->type != EXPR_SYMBOL || in print_initializer_list()
H A Dsmatch_address.c32 if (expr->type == EXPR_SYMBOL) in is_non_null_array()
221 if (expr->type != EXPR_SYMBOL) in handle_fn_address()
277 if (expr->type == EXPR_SYMBOL) { in get_address_rl()
H A Dsmatch_fresh_alloc.c90 if (call->fn->type != EXPR_SYMBOL) in fresh_from_db()
170 if (expr->type != EXPR_SYMBOL) in set_fresh()
H A Dsmatch_recurse.c103 case EXPR_SYMBOL: in recurse()
118 if (!expr || expr->type != EXPR_SYMBOL) in has_symbol_helper()
H A Dcheck_leaks.c128 if (expr->left->type != EXPR_SYMBOL) in match_alloc()
141 case EXPR_SYMBOL: in match_condition()
H A Dsmatch_unknown_value.c44 .type = EXPR_SYMBOL,
H A Dcheck_kmalloc_to_bugon.c28 if (expr->fn->type != EXPR_SYMBOL) 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_err_ptr.c34 if (expr->fn->type != EXPR_SYMBOL || !expr->fn->symbol) in match_err_ptr()
H A Dcheck_resource_size.c69 if (arg_expr->type == EXPR_SYMBOL) { in match_resource()
H A Dcheck_expects_err_ptr.c53 if (expr->type != EXPR_SYMBOL) in get_arg_num()
H A Dcheck_passes_sizeof.c78 if (call->fn->type != EXPR_SYMBOL) in match_call()
H A Dcheck_uninitialized.c138 if (expr->type != EXPR_SYMBOL) in is_initialized()
223 if (call->fn->type != EXPR_SYMBOL) in member_is_used()
H A Dcheck_return_efault.c99 if (fn->type != EXPR_SYMBOL) in match_return_call()
H A Dcheck_implicit_dependencies_tester.c12 [EXPR_SYMBOL] = "EXPR_SYMBOL", in expression_type_name()
H A Dsmatch_container_of.c199 if (!container || container->type != EXPR_SYMBOL) in get_stored_container_name()
201 if (!expr || expr->type != EXPR_SYMBOL) in get_stored_container_name()
292 if (expr->type != EXPR_SYMBOL && expr->type != EXPR_DEREF) in is_fn_ptr()
H A Dsmatch_helper.c219 case EXPR_SYMBOL: in __get_variable_from_expr()
237 if (expr->unop->type != EXPR_SYMBOL) in __get_variable_from_expr()
246 if (expr->op == '(' && expr->unop->type != EXPR_SYMBOL) in __get_variable_from_expr()
519 case EXPR_SYMBOL: in get_complication_score()
625 if (expr->type != EXPR_SYMBOL) in sym_name_is()
H A Dsmatch_buf_size.c38 if (expr->fn->type != EXPR_SYMBOL) in get_fn_name()
189 case EXPR_SYMBOL: in get_initializer_size()
243 if (expr->type != EXPR_SYMBOL) in size_from_db_symbol()
313 if (expr->type != EXPR_SYMBOL || !expr->symbol || !expr->symbol->initializer) in get_size_from_initializer()
H A Dcheck_rosenberg.c120 if (expr->type != EXPR_SYMBOL) in has_global_scope()
244 if (data->type != EXPR_SYMBOL) in check_was_initialized()
H A Dcheck_readl_infinite_loops.c40 if (expr->fn->type != EXPR_SYMBOL) in is_readl_call()

123