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/ |
| D | 20000914-1.c | 220 AGGR_INIT_EXPR, enumerator
|
| /openbsd/src/gnu/gcc/gcc/cp/ |
| D | tree.c | 283 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()
|
| D | cxx-pretty-print.c | 412 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()
|
| D | cp-gimplify.c | 410 if (TREE_CODE (sub) == AGGR_INIT_EXPR) in cp_gimplify_init_expr() 469 case AGGR_INIT_EXPR: in cp_gimplify_expr()
|
| D | dump.c | 390 case AGGR_INIT_EXPR: in cp_dump_tree()
|
| D | cp-tree.def | 77 /* For AGGR_INIT_EXPR, operand 0 is function which performs initialization, 80 DEFTREECODE (AGGR_INIT_EXPR, "aggr_init_expr", tcc_expression, 3)
|
| D | ChangeLog.tree-ssa | 127 and COMPOUND_EXPRs to find an AGGR_INIT_EXPR. 501 to ../gimplify.c. Handle AGGR_INIT_EXPR.
|
| D | cvt.c | 904 if (TREE_CODE (init) == AGGR_INIT_EXPR in convert_to_void()
|
| D | error.c | 1382 case AGGR_INIT_EXPR: in dump_expr()
|
| D | typeck.c | 6402 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()
|
| D | semantics.c | 2948 else if (TREE_CODE (*tp) != AGGR_INIT_EXPR) in simplify_aggr_init_exprs_r()
|
| D | ChangeLog-1997 | 36 * cp-tree.def: Add AGGR_INIT_EXPR. 38 AGGR_INIT_EXPR where appropriate.
|
| D | ChangeLog-1999 | 365 * expr.c (cplus_expand_expr): Don't handle AGGR_INIT_EXPR here. 3109 * dump.c (deque_and_dump): Handle AGGR_INIT_EXPR.
|
| D | ChangeLog-2002 | 582 don't bother with an AGGR_INIT_EXPR.
|
| D | ChangeLog-2000 | 1488 build_target_expr_with_type for the non-AGGR_INIT_EXPR case.
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/cp/ |
| D | dump.c | 392 case AGGR_INIT_EXPR:
|
| D | cp-tree.def | 79 /* For AGGR_INIT_EXPR, operand 0 is function which performs initialization, 82 DEFTREECODE (AGGR_INIT_EXPR, "aggr_init_expr", 'e', 3)
|
| D | tree.c | 319 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)
|
| D | except.c | 589 && TREE_CODE (TARGET_EXPR_INITIAL (exp)) == AGGR_INIT_EXPR
|
| D | semantics.c | 2215 else if (TREE_CODE (aggr_init_expr) != AGGR_INIT_EXPR)
|
| D | error.c | 1596 case AGGR_INIT_EXPR:
|
| D | typeck.c | 6192 if (TREE_CODE (whats_returned) == AGGR_INIT_EXPR 6390 && TREE_CODE (TREE_OPERAND (retval, 1)) == AGGR_INIT_EXPR)
|
| D | ChangeLog.2 | 365 * 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/ |
| D | c-tree.texi | 2282 @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/ |
| D | c-tree.texi | 1917 @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