Home
last modified time | relevance | path

Searched refs:is_pointer (Results 1 – 14 of 14) sorted by relevance

/illumos-gate/usr/src/tools/smatch/src/
H A Dcheck_deref_check.c38 if (!is_pointer(expr)) in match_dereference()
79 if (!is_pointer(expr)) in match_condition()
H A Dcheck_sizeof.c48 if (!is_pointer(expr->left)) in match_call_assignment()
87 if (!is_pointer(obj)) in match_check_params()
H A Dsmatch_struct_assignment.c107 if (is_pointer(right)) in get_right_base_expr()
247 if (left->type == EXPR_PREOP && left->op == '*' && is_pointer(left)) in __struct_members_copy()
261 if (is_pointer(left)) { in __struct_members_copy()
498 if (!is_pointer(expr)) in unop_expr()
H A Dcheck_check_deref.c145 if (!is_pointer(expr)) in match_condition()
H A Dcheck_double_checking.c192 if (is_pointer(expr) && implied_condition_true(expr)) in match_condition()
H A Dcheck_free.c170 if (!is_pointer(arg)) in match_call()
H A Dcheck_free_strict.c186 if (!is_pointer(arg)) in match_call()
H A Dsmatch_helper.c199 if (!is_pointer(deref) && !is_pointer(deref->unop)) in __get_variable_from_expr()
H A Dsmatch_buf_comparison.c575 if (!is_pointer(arg)) in match_call()
H A Dsmatch_type.c426 int is_pointer(struct expression *expr) in is_pointer() function
H A Dsmatch_buf_size.c689 if (!is_pointer(left)) in match_array_assignment()
H A Dcheck_locking.c457 if (!is_pointer(arg)) in filter_kernel_args()
H A Dsmatch.h482 int is_pointer(struct expression *expr);
H A Dsmatch_extra.c2494 if (!is_pointer(expr)) in returned_struct_members()