Searched refs:EXPR_ALIGNOF (Results 1 - 9 of 9) sorted by relevance
/third_party/ltp/tools/sparse/sparse-src/ |
H A D | expression.c | 645 [EXPR_ALIGNOF] = "at end of __alignof__", in type_info_expression() 677 { &__alignof___ident, EXPR_ALIGNOF }, in unary_expression() 678 { &__alignof_ident, EXPR_ALIGNOF }, in unary_expression() 679 { &_Alignof_ident, EXPR_ALIGNOF }, in unary_expression()
|
H A D | expression.h | 51 EXPR_ALIGNOF, enumerator 212 // EXPR_SIZEOF, EXPR_ALIGNOF and EXPR_PTRSIZEOF
|
H A D | ast-inspect.c | 166 [EXPR_ALIGNOF] = "EXPR_ALIGNOF", in expression_type_name()
|
H A D | dissect.c | 355 break; case EXPR_SIZEOF: case EXPR_ALIGNOF: case EXPR_PTRSIZEOF: in do_expression()
|
H A D | inline.c | 171 case EXPR_ALIGNOF: { in copy_expression()
|
H A D | expand.c | 1168 case EXPR_ALIGNOF: in expand_expression()
|
H A D | show-parse.c | 1159 case EXPR_ALIGNOF: in show_expression()
|
H A D | compile-i386.c | 2352 case EXPR_ALIGNOF: in x86_expression()
|
H A D | evaluate.c | 3443 case EXPR_ALIGNOF: in evaluate_expression()
|
Completed in 14 milliseconds