Home
last modified time | relevance | path

Searched refs:expr_stmts_for_value (Results 1 – 2 of 2) sorted by relevance

/openbsd/gnu/usr.bin/gcc/gcc/
H A Dstmt.c389 #define expr_stmts_for_value (cfun->stmt->x_expr_stmts_for_value) macro
458 expr_stmts_for_value = 0; in init_stmt_for_function()
2155 want_value = expr_stmts_for_value != 0;
2161 && (expr_stmts_for_value == 0 || ! maybe_last)
2367 expr_stmts_for_value++;
2414 expr_stmts_for_value--;
3781 int old_expr_stmts_for_value = expr_stmts_for_value;
3784 expr_stmts_for_value = 0;
3797 expr_stmts_for_value = old_expr_stmts_for_value;
H A DChangeLog.212022 * stmt.c (emit_filename, emit_lineno, expr_stmts_for_value,
12053 last_expr_type, last_expr_value, expr_stmts_for_value, emit_filename,