Searched refs:EXPR_STRING (Results 1 – 14 of 14) sorted by relevance
360 case EXPR_STRING: in is_wstring_expr()413 if (e && e->type == EXPR_STRING) { in count_array_initializer()415 case EXPR_STRING: in count_array_initializer()436 if (e && e->type == EXPR_STRING) { in count_array_initializer()438 case EXPR_STRING: in count_array_initializer()
38 EXPR_STRING, enumerator
153 [EXPR_STRING] = "EXPR_STRING", in expression_type_name()
92 if (!*expr || (*expr)->type != EXPR_STRING) { in string_expression()138 decl->initializer = alloc_expression(token->pos, EXPR_STRING); in handle_func()507 expr = alloc_expression(token->pos, EXPR_STRING); in primary_expression()
958 if (sym->initializer && sym->initializer->type == EXPR_STRING) in show_symbol_expr()1171 case EXPR_STRING: in show_expression()
134 case EXPR_STRING: in show_pseudo()366 case EXPR_STRING: in show_instruction()1786 case EXPR_STRING: in linearize_cond_branch()1886 case EXPR_STRING: in linearize_expression()2139 if (!expr || expr->type != EXPR_STRING) { in linearize_asm_statement()
295 case EXPR_STRING: { in get_sym_value()1213 case EXPR_STRING: { in output_data()
99 case EXPR_STRING: in copy_expression()
117 struct expression *initstr = alloc_expression(expr->pos, EXPR_STRING); in evaluate_string()2688 if (!e || e->type != EXPR_STRING) in is_string_literal()2828 p = alloc_expression(e->pos, EXPR_STRING); in handle_initializer()3398 case EXPR_STRING: in evaluate_expression()3785 if (expr->type == EXPR_STRING) in evaluate_asm_statement()
349 break; case EXPR_STRING: in do_expression()
152 if (sym->initializer && sym->initializer->type == EXPR_STRING) { in expand_warning()
1094 case EXPR_STRING: in expand_expression()
2361 case EXPR_STRING: in x86_expression()
356 The value is given as an expression EXPR_STRING.