Home
last modified time | relevance | path

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

/third_party/ltp/tools/sparse/sparse-src/
Dexpression.h50 EXPR_SIZEOF, enumerator
Dast-inspect.c165 [EXPR_SIZEOF] = "EXPR_SIZEOF", in expression_type_name()
Dexpression.c644 [EXPR_SIZEOF] = "at end of sizeof", in type_info_expression()
676 { &sizeof_ident, EXPR_SIZEOF }, in unary_expression()
Dinline.c169 case EXPR_SIZEOF: in copy_expression()
Ddissect.c355 break; case EXPR_SIZEOF: case EXPR_ALIGNOF: case EXPR_PTRSIZEOF: in do_expression()
Dshow-parse.c1157 case EXPR_SIZEOF: in show_expression()
Dexpand.c1166 case EXPR_SIZEOF: in expand_expression()
Devaluate.c2246 base = alloc_expression(expr->pos, EXPR_SIZEOF); in evaluate_sizeof()
3439 case EXPR_SIZEOF: in evaluate_expression()
Dcompile-i386.c2351 case EXPR_SIZEOF: in x86_expression()