Symbol: EXPR_SIZEOF
usr/src/tools/smatch/src/ast-inspect.c
167
[EXPR_SIZEOF] = "EXPR_SIZEOF",
usr/src/tools/smatch/src/check_implicit_dependencies_tester.c
23
[EXPR_SIZEOF] = "EXPR_SIZEOF",
usr/src/tools/smatch/src/check_kmalloc_wrong_size.c
62
if (expr->left->type == EXPR_SIZEOF)
usr/src/tools/smatch/src/check_kmalloc_wrong_size.c
64
if (expr->right->type == EXPR_SIZEOF)
usr/src/tools/smatch/src/check_passes_sizeof.c
84
if (arg->type != EXPR_SIZEOF)
usr/src/tools/smatch/src/check_pointer_math.c
32
return (expr->type == EXPR_SIZEOF);
usr/src/tools/smatch/src/check_resource_size.c
29
if (expr->type == EXPR_SIZEOF)
usr/src/tools/smatch/src/check_sizeof.c
118
if (expr->type == EXPR_SIZEOF)
usr/src/tools/smatch/src/check_sizeof.c
27
if (!expr || expr->type != EXPR_SIZEOF)
usr/src/tools/smatch/src/check_sizeof.c
84
if (arg->type != EXPR_SIZEOF)
usr/src/tools/smatch/src/check_struct_type.c
41
if (!arg || arg->type != EXPR_SIZEOF || !arg->cast_type)
usr/src/tools/smatch/src/compile-i386.c
2352
case EXPR_SIZEOF:
usr/src/tools/smatch/src/dissect.c
329
break; case EXPR_SIZEOF: case EXPR_ALIGNOF: case EXPR_PTRSIZEOF:
usr/src/tools/smatch/src/evaluate.c
2241
base = alloc_expression(expr->pos, EXPR_SIZEOF);
usr/src/tools/smatch/src/evaluate.c
3315
case EXPR_SIZEOF:
usr/src/tools/smatch/src/expand.c
1092
case EXPR_SIZEOF:
usr/src/tools/smatch/src/expression.c
592
[EXPR_SIZEOF] = "at end of sizeof",
usr/src/tools/smatch/src/expression.c
624
{ &sizeof_ident, EXPR_SIZEOF },
usr/src/tools/smatch/src/inline.c
169
case EXPR_SIZEOF:
usr/src/tools/smatch/src/show-parse.c
1146
case EXPR_SIZEOF:
usr/src/tools/smatch/src/smatch_buf_comparison.c
480
if (expr->type == EXPR_SIZEOF)
usr/src/tools/smatch/src/smatch_constraints_required.c
377
if (array->type != EXPR_SIZEOF)
usr/src/tools/smatch/src/smatch_flow.c
496
case EXPR_SIZEOF:
usr/src/tools/smatch/src/smatch_helper.c
339
case EXPR_SIZEOF: {
usr/src/tools/smatch/src/smatch_helper.c
528
case EXPR_SIZEOF:
usr/src/tools/smatch/src/smatch_math.c
1442
case EXPR_SIZEOF:
usr/src/tools/smatch/src/smatch_recurse.c
74
case EXPR_SIZEOF:
usr/src/tools/smatch/src/smatch_type.c
310
case EXPR_SIZEOF: