Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/gcc/gcc/
H A Dc-common.h1034 #define STMT_EXPR_NO_SCOPE(NODE) \ macro
H A Dtree-inline.c1203 STMT_EXPR_NO_SCOPE (expr) = 1;
H A Dc-common.c4274 rtl_expr = expand_start_stmt_expr (!STMT_EXPR_NO_SCOPE (exp));
4328 if (STMT_EXPR_NO_SCOPE (exp))
H A DChangeLog.710986 * c-common.h (STMT_EXPR_NO_SCOPE): New macro.
10987 * c-common.c (c_expand_expr): Respect STMT_EXPR_NO_SCOPE.
10990 * tree-inline.c (expand_call_inline): Set STMT_EXPR_NO_SCOPE
/openbsd/gnu/usr.bin/gcc/gcc/cp/
H A Dinit.c96 STMT_EXPR_NO_SCOPE (stmt_expr) = true;
H A DChangeLog4604 (finish_init_stmts): Set STMT_EXPR_NO_SCOPE.
/openbsd/gnu/gcc/gcc/cp/
H A Dsemantics.c1696 STMT_EXPR_NO_SCOPE (result) = has_no_scope; in finish_stmt_expr()
H A Dcp-tree.h282 #define STMT_EXPR_NO_SCOPE(NODE) \ macro
H A DChangeLog-20023201 (finish_init_stmts): Set STMT_EXPR_NO_SCOPE.
H A DChangeLog5910 * cp-tree.h (STMT_EXPR_NO_SCOPE): Define.