Searched refs:alloc_expr (Results 1 – 7 of 7) sorted by relevance
| /openbsd/src/gnu/usr.bin/gcc/gcc/cp/ |
| D | init.c | 2160 tree alloc_call, alloc_expr, alloc_node; local 2337 alloc_expr = alloc_call; 2341 alloc_expr = build (PLUS_EXPR, TREE_TYPE (alloc_expr), 2342 alloc_expr, cookie_size); 2346 alloc_expr = convert (build_pointer_type (full_type), alloc_expr); 2349 alloc_expr = get_target_expr (alloc_expr); 2350 alloc_node = TREE_OPERAND (alloc_expr, 0); 2509 rval = TREE_OPERAND (alloc_expr, 1); 2523 rval = build (COMPOUND_EXPR, TREE_TYPE (rval), alloc_expr, rval);
|
| D | ChangeLog.2 | 13863 alloc_expr. 18553 * init.c (build_new): Use a TARGET_EXPR for alloc_expr.
|
| D | ChangeLog.1 | 2019 * init.c (build_new): Wrap alloc_expr in an RTL_EXPR if nelts is
|
| /openbsd/src/gnu/gcc/gcc/cp/ |
| D | init.c | 1598 tree alloc_call, alloc_expr; in build_new_1() local 1801 alloc_expr = get_target_expr (build_nop (full_pointer_type, alloc_call)); in build_new_1() 1802 alloc_node = TARGET_EXPR_SLOT (alloc_expr); in build_new_1() 1829 alloc_expr = build2 (COMPOUND_EXPR, TREE_TYPE (alloc_expr), inits, in build_new_1() 1830 alloc_expr); in build_new_1() 2030 rval = TARGET_EXPR_INITIAL (alloc_expr); in build_new_1() 2042 rval = build2 (COMPOUND_EXPR, TREE_TYPE (rval), alloc_expr, rval); in build_new_1()
|
| D | ChangeLog-1997 | 188 alloc_expr.
|
| D | ChangeLog-1995 | 2370 * init.c (build_new): Wrap alloc_expr in an RTL_EXPR if nelts is
|
| D | ChangeLog-1996 | 2275 * init.c (build_new): Use a TARGET_EXPR for alloc_expr.
|