Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/gcc/gcc/cp/
Dsemantics.c815 begin_compound_stmt (has_no_scope) in begin_compound_stmt() argument
816 int has_no_scope; in begin_compound_stmt()
827 if (has_no_scope)
832 if (!has_no_scope)
853 finish_compound_stmt (has_no_scope, compound_stmt) in finish_compound_stmt() argument
854 int has_no_scope; in finish_compound_stmt()
860 if (!has_no_scope)
/openbsd/src/gnu/gcc/gcc/cp/
Dsemantics.c1678 finish_stmt_expr (tree stmt_expr, bool has_no_scope) in finish_stmt_expr() argument
1696 STMT_EXPR_NO_SCOPE (result) = has_no_scope; in finish_stmt_expr()
DChangeLog-20044835 (begin_compound_stmt): Replace has_no_scope argument with flags.