Home
last modified time | relevance | path

Searched refs:EXPR_SIZEOF (Results 1 – 23 of 23) sorted by relevance

/illumos-gate/usr/src/tools/smatch/src/
H A Dcheck_sizeof.c27 if (!expr || expr->type != EXPR_SIZEOF) in check_pointer()
84 if (arg->type != EXPR_SIZEOF) in match_check_params()
118 if (expr->type == EXPR_SIZEOF) in match_sizeof()
H A Dcheck_kmalloc_wrong_size.c62 if (expr->left->type == EXPR_SIZEOF) in match_alloc()
64 if (expr->right->type == EXPR_SIZEOF) in match_alloc()
H A Dcheck_struct_type.c41 if (!arg || arg->type != EXPR_SIZEOF || !arg->cast_type) in match_assign()
H A Dcheck_resource_size.c29 if (expr->type == EXPR_SIZEOF) in is_probably_ok()
H A Dcheck_passes_sizeof.c84 if (arg->type != EXPR_SIZEOF) in match_call()
H A Dcheck_implicit_dependencies_tester.c23 [EXPR_SIZEOF] = "EXPR_SIZEOF", in expression_type_name()
H A Dcheck_pointer_math.c32 return (expr->type == EXPR_SIZEOF); in is_sizeof()
H A Dexpression.h50 EXPR_SIZEOF, enumerator
H A Dsmatch_recurse.c74 case EXPR_SIZEOF: in recurse()
H A Dast-inspect.c167 [EXPR_SIZEOF] = "EXPR_SIZEOF", in expression_type_name()
H A Dexpression.c592 [EXPR_SIZEOF] = "at end of sizeof", in type_info_expression()
624 { &sizeof_ident, EXPR_SIZEOF }, in unary_expression()
H A Dsmatch_constraints_required.c377 if (array->type != EXPR_SIZEOF) in match_assign_ARRAY_SIZE()
H A Dsmatch_helper.c339 case EXPR_SIZEOF: { in __get_variable_from_expr()
528 case EXPR_SIZEOF: in get_complication_score()
H A Dinline.c169 case EXPR_SIZEOF: in copy_expression()
H A Ddissect.c329 break; case EXPR_SIZEOF: case EXPR_ALIGNOF: case EXPR_PTRSIZEOF: in do_expression()
H A Dsmatch_buf_comparison.c480 if (expr->type == EXPR_SIZEOF) in is_sizeof()
H A Dsmatch_type.c310 case EXPR_SIZEOF: in get_type_helper()
H A Dshow-parse.c1146 case EXPR_SIZEOF: in show_expression()
H A Dexpand.c1092 case EXPR_SIZEOF: in expand_expression()
H A Dsmatch_flow.c496 case EXPR_SIZEOF: in __split_expr()
H A Devaluate.c2241 base = alloc_expression(expr->pos, EXPR_SIZEOF); in evaluate_sizeof()
3315 case EXPR_SIZEOF: in evaluate_expression()
H A Dsmatch_math.c1442 case EXPR_SIZEOF: in get_rl_sval()
H A Dcompile-i386.c2352 case EXPR_SIZEOF: in x86_expression()