Home
last modified time | relevance | path

Searched refs:has_no_scope (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dsemantics.c2311 finish_stmt_expr (tree stmt_expr, bool has_no_scope) in finish_stmt_expr() argument
2332 STMT_EXPR_NO_SCOPE (result) = has_no_scope; in finish_stmt_expr()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dsemantics.cc2540 finish_stmt_expr (tree stmt_expr, bool has_no_scope) in finish_stmt_expr() argument
2561 STMT_EXPR_NO_SCOPE (result) = has_no_scope; in finish_stmt_expr()
H A DChangeLog-20044835 (begin_compound_stmt): Replace has_no_scope argument with flags.