Home
last modified time | relevance | path

Searched refs:EXPR_ALIGNOF (Results 1 – 13 of 13) sorted by relevance

/illumos-gate/usr/src/tools/smatch/src/
H A Dcheck_implicit_dependencies_tester.c24 [EXPR_ALIGNOF] = "EXPR_ALIGNOF", in expression_type_name()
H A Dexpression.c593 [EXPR_ALIGNOF] = "at end of __alignof__", in type_info_expression()
625 { &__alignof___ident, EXPR_ALIGNOF }, in unary_expression()
626 { &__alignof_ident, EXPR_ALIGNOF }, in unary_expression()
627 { &_Alignof_ident, EXPR_ALIGNOF }, in unary_expression()
H A Dexpression.h51 EXPR_ALIGNOF, enumerator
H A Dsmatch_recurse.c76 case EXPR_ALIGNOF: in recurse()
H A Dast-inspect.c168 [EXPR_ALIGNOF] = "EXPR_ALIGNOF", in expression_type_name()
H A Dinline.c171 case EXPR_ALIGNOF: { in copy_expression()
H A Ddissect.c329 break; case EXPR_SIZEOF: case EXPR_ALIGNOF: case EXPR_PTRSIZEOF: in do_expression()
H A Dshow-parse.c1148 case EXPR_ALIGNOF: in show_expression()
H A Dexpand.c1094 case EXPR_ALIGNOF: in expand_expression()
H A Dsmatch_flow.c502 case EXPR_ALIGNOF: in __split_expr()
H A Dsmatch_math.c1462 case EXPR_ALIGNOF: in get_rl_sval()
H A Dcompile-i386.c2353 case EXPR_ALIGNOF: in x86_expression()
H A Devaluate.c3319 case EXPR_ALIGNOF: in evaluate_expression()