Searched refs:cur_stmt_expr (Results 1 – 3 of 3) sorted by relevance
75 static tree cur_stmt_expr; variable18049 finish_stmt_expr_expr (tmp, cur_stmt_expr); in tsubst_expr()20694 tree old_stmt_expr = cur_stmt_expr; in tsubst_copy_and_build()20697 cur_stmt_expr = stmt_expr; in tsubst_copy_and_build()20701 cur_stmt_expr = old_stmt_expr; in tsubst_copy_and_build()
77 static tree cur_stmt_expr; variable18633 finish_stmt_expr_expr (tmp, cur_stmt_expr); in tsubst_expr()21472 tree old_stmt_expr = cur_stmt_expr; in tsubst_copy_and_build()21475 cur_stmt_expr = stmt_expr; in tsubst_copy_and_build()21479 cur_stmt_expr = old_stmt_expr; in tsubst_copy_and_build()
2167 * pt.c (cur_stmt_expr): Move from tsubst_expr.