Home
last modified time | relevance | path

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

/trueos/contrib/gcc/cp/
HDpt.c76 static tree cur_stmt_expr; variable
8527 finish_stmt_expr_expr (tmp, cur_stmt_expr); in tsubst_expr()
9465 tree old_stmt_expr = cur_stmt_expr; in tsubst_copy_and_build()
9468 cur_stmt_expr = stmt_expr; in tsubst_copy_and_build()
9472 cur_stmt_expr = old_stmt_expr; in tsubst_copy_and_build()
HDChangeLog-20042167 * pt.c (cur_stmt_expr): Move from tsubst_expr.