Home
last modified time | relevance | path

Searched refs:EXPR_INITIALIZER (Results 1 – 11 of 11) sorted by relevance

/third_party/ltp/tools/sparse/sparse-src/
Dexpression.h60 EXPR_INITIALIZER, // initializer list enumerator
Dast-inspect.c175 [EXPR_INITIALIZER] = "EXPR_INITIALIZER", in expression_type_name()
Dinline.c158 if (expr->cast_expression->type == EXPR_INITIALIZER) { in copy_expression()
220 case EXPR_INITIALIZER: { in copy_expression()
Ddissect.c579 break; case EXPR_INITIALIZER: in do_initializer()
602 if (m_expr->type != EXPR_INITIALIZER) in do_initializer()
Dexpand.c680 if (value->type == EXPR_INITIALIZER) { in constant_symbol_value()
971 case EXPR_INITIALIZER: { in expand_pos_expression()
1148 case EXPR_INITIALIZER: in expand_expression()
Dsymbol.c362 case EXPR_INITIALIZER: in is_wstring_expr()
397 case EXPR_INITIALIZER: { in count_array_initializer()
Dshow-parse.c1084 if (entry->type == EXPR_INITIALIZER) { in show_initializer_expr()
1173 case EXPR_INITIALIZER: in show_expression()
Devaluate.c2709 if (e->type != EXPR_INITIALIZER) in handle_scalar()
2720 case EXPR_INITIALIZER: in handle_scalar()
2785 if (e->type == EXPR_INITIALIZER) { in handle_initializer()
2994 if (source->type == EXPR_INITIALIZER) in evaluate_cast()
3043 init = alloc_expression(source->pos, EXPR_INITIALIZER); in evaluate_cast()
3475 case EXPR_INITIALIZER: in evaluate_expression()
Dcompile-i386.c974 if (expr->type != EXPR_INITIALIZER) in emit_initializer()
2295 if (entry->type == EXPR_INITIALIZER) { in x86_initializer_expr()
2363 case EXPR_INITIALIZER: in x86_expression()
Dlinearize.c1841 case EXPR_INITIALIZER: { in linearize_initializer()
1941 case EXPR_INITIALIZER: in linearize_expression()
Dparse.c2701 struct expression *expr = alloc_expression(token->pos, EXPR_INITIALIZER); in initializer()