Searched refs:EXPR_INITIALIZER (Results 1 – 11 of 11) sorted by relevance
60 EXPR_INITIALIZER, // initializer list enumerator
175 [EXPR_INITIALIZER] = "EXPR_INITIALIZER", in expression_type_name()
158 if (expr->cast_expression->type == EXPR_INITIALIZER) { in copy_expression()220 case EXPR_INITIALIZER: { in copy_expression()
579 break; case EXPR_INITIALIZER: in do_initializer()602 if (m_expr->type != EXPR_INITIALIZER) in do_initializer()
680 if (value->type == EXPR_INITIALIZER) { in constant_symbol_value()971 case EXPR_INITIALIZER: { in expand_pos_expression()1148 case EXPR_INITIALIZER: in expand_expression()
362 case EXPR_INITIALIZER: in is_wstring_expr()397 case EXPR_INITIALIZER: { in count_array_initializer()
1084 if (entry->type == EXPR_INITIALIZER) { in show_initializer_expr()1173 case EXPR_INITIALIZER: in show_expression()
2709 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()
974 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()
1841 case EXPR_INITIALIZER: { in linearize_initializer()1941 case EXPR_INITIALIZER: in linearize_expression()
2701 struct expression *expr = alloc_expression(token->pos, EXPR_INITIALIZER); in initializer()