Home
last modified time | relevance | path

Searched refs:STMT_EXPR_NO_SCOPE (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dcp-tree.h716 #define STMT_EXPR_NO_SCOPE(NODE) \ macro
H A Dsemantics.c2332 STMT_EXPR_NO_SCOPE (result) = has_no_scope; in finish_stmt_expr()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dcp-tree.h746 #define STMT_EXPR_NO_SCOPE(NODE) \ macro
H A DChangeLog-20052395 * cp-tree.h (STMT_EXPR_NO_SCOPE): Define.
H A Dsemantics.cc2561 STMT_EXPR_NO_SCOPE (result) = has_no_scope; in finish_stmt_expr()
H A DChangeLog-20023201 (finish_init_stmts): Set STMT_EXPR_NO_SCOPE.
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-200225433 * c-common.h (STMT_EXPR_NO_SCOPE): New macro.
25434 * c-common.c (c_expand_expr): Respect STMT_EXPR_NO_SCOPE.
25437 * tree-inline.c (expand_call_inline): Set STMT_EXPR_NO_SCOPE
H A DChangeLog.tree-ssa14279 (simplify_stmt_expr): Handle the STMT_EXPR_NO_SCOPE case.
H A DChangeLog-200523214 (STMT_EXPR_NO_SCOPE): Don't define.