Home
last modified time | relevance | path

Searched refs:AGGR_INIT_EXPR (Results 1 – 25 of 28) sorted by relevance

12

/openbsd/src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/
D20000914-1.c220 AGGR_INIT_EXPR, enumerator
/openbsd/src/gnu/gcc/gcc/cp/
Dtree.c283 if (TREE_CODE (init) != CALL_EXPR && TREE_CODE (init) != AGGR_INIT_EXPR) in build_cplus_new()
306 rval = build3 (AGGR_INIT_EXPR, void_type_node, fn, in build_cplus_new()
1207 if (TREE_CODE (TREE_OPERAND (t, 1)) == AGGR_INIT_EXPR) in bot_manip()
2305 || TREE_CODE (call) == AGGR_INIT_EXPR); in stabilize_call()
2361 || TREE_CODE (t) == AGGR_INIT_EXPR) in stabilize_init()
Dcxx-pretty-print.c412 case AGGR_INIT_EXPR: in pp_cxx_postfix_expression()
430 tree object = code == AGGR_INIT_EXPR && AGGR_INIT_VIA_CTOR_P (t) in pp_cxx_postfix_expression()
458 if (code == AGGR_INIT_EXPR && AGGR_INIT_VIA_CTOR_P (t)) in pp_cxx_postfix_expression()
916 case AGGR_INIT_EXPR: in pp_cxx_expression()
Dcp-gimplify.c410 if (TREE_CODE (sub) == AGGR_INIT_EXPR) in cp_gimplify_init_expr()
469 case AGGR_INIT_EXPR: in cp_gimplify_expr()
Ddump.c390 case AGGR_INIT_EXPR: in cp_dump_tree()
Dcp-tree.def77 /* For AGGR_INIT_EXPR, operand 0 is function which performs initialization,
80 DEFTREECODE (AGGR_INIT_EXPR, "aggr_init_expr", tcc_expression, 3)
DChangeLog.tree-ssa127 and COMPOUND_EXPRs to find an AGGR_INIT_EXPR.
501 to ../gimplify.c. Handle AGGR_INIT_EXPR.
Dcvt.c904 if (TREE_CODE (init) == AGGR_INIT_EXPR in convert_to_void()
Derror.c1382 case AGGR_INIT_EXPR: in dump_expr()
Dtypeck.c6402 if (TREE_CODE (whats_returned) == AGGR_INIT_EXPR in maybe_warn_about_returning_address_of_local()
6651 && TREE_CODE (TREE_OPERAND (retval, 1)) == AGGR_INIT_EXPR) in check_return_expr()
Dsemantics.c2948 else if (TREE_CODE (*tp) != AGGR_INIT_EXPR) in simplify_aggr_init_exprs_r()
DChangeLog-199736 * cp-tree.def: Add AGGR_INIT_EXPR.
38 AGGR_INIT_EXPR where appropriate.
DChangeLog-1999365 * expr.c (cplus_expand_expr): Don't handle AGGR_INIT_EXPR here.
3109 * dump.c (deque_and_dump): Handle AGGR_INIT_EXPR.
DChangeLog-2002582 don't bother with an AGGR_INIT_EXPR.
DChangeLog-20001488 build_target_expr_with_type for the non-AGGR_INIT_EXPR case.
/openbsd/src/gnu/usr.bin/gcc/gcc/cp/
Ddump.c392 case AGGR_INIT_EXPR:
Dcp-tree.def79 /* For AGGR_INIT_EXPR, operand 0 is function which performs initialization,
82 DEFTREECODE (AGGR_INIT_EXPR, "aggr_init_expr", 'e', 3)
Dtree.c319 if (TREE_CODE (init) != CALL_EXPR && TREE_CODE (init) != AGGR_INIT_EXPR)
336 rval = build (AGGR_INIT_EXPR, type, fn, TREE_OPERAND (init, 1), slot);
1342 if (TREE_CODE (TREE_OPERAND (t, 1)) == AGGR_INIT_EXPR)
Dexcept.c589 && TREE_CODE (TARGET_EXPR_INITIAL (exp)) == AGGR_INIT_EXPR
Dsemantics.c2215 else if (TREE_CODE (aggr_init_expr) != AGGR_INIT_EXPR)
Derror.c1596 case AGGR_INIT_EXPR:
Dtypeck.c6192 if (TREE_CODE (whats_returned) == AGGR_INIT_EXPR
6390 && TREE_CODE (TREE_OPERAND (retval, 1)) == AGGR_INIT_EXPR)
DChangeLog.2365 * expr.c (cplus_expand_expr): Don't handle AGGR_INIT_EXPR here.
3109 * dump.c (deque_and_dump): Handle AGGR_INIT_EXPR.
13422 * expr.c (cplus_expand_expr, AGGR_INIT_EXPR): Don't check that
13711 * cp-tree.def: Add AGGR_INIT_EXPR.
13713 AGGR_INIT_EXPR where appropriate.
/openbsd/src/gnu/usr.bin/gcc/gcc/doc/
Dc-tree.texi2282 @item AGGR_INIT_EXPR
2283 An @code{AGGR_INIT_EXPR} represents the initialization as the return
2285 @code{AGGR_INIT_EXPR} will only appear as the second operand of a
2286 @code{TARGET_EXPR}. The first operand to the @code{AGGR_INIT_EXPR} is
2293 If @code{AGGR_INIT_VIA_CTOR_P} holds of the @code{AGGR_INIT_EXPR}, then
2295 operand of the @code{AGGR_INIT_EXPR}, which is always a @code{VAR_DECL},
2298 given by the third operand to the @code{AGGR_INIT_EXPR}; constructors do
/openbsd/src/gnu/gcc/gcc/doc/
Dc-tree.texi1917 @tindex AGGR_INIT_EXPR
2551 @item AGGR_INIT_EXPR
2552 An @code{AGGR_INIT_EXPR} represents the initialization as the return
2554 @code{AGGR_INIT_EXPR} will only appear as a full-expression, or as the
2556 @code{AGGR_INIT_EXPR} is the address of a function to call, just as in
2561 If @code{AGGR_INIT_VIA_CTOR_P} holds of the @code{AGGR_INIT_EXPR}, then
2563 operand of the @code{AGGR_INIT_EXPR}, which is always a @code{VAR_DECL},

12