| /openbsd-src/gnu/usr.bin/gcc/gcc/cp/ |
| H A D | typeck2.c | 452 init = build_compound_expr (init); 470 init = build_compound_expr (init); 1311 parms = build_compound_expr (parms);
|
| H A D | init.c | 406 init = build_compound_expr (init); in perform_member_init() 2402 init = build_compound_expr (init); 2605 loop = build (LOOP_EXPR, void_type_node, build_compound_expr (body)); 2609 loop = build_compound_expr (loop); 2651 body = build_compound_expr (body); 3353 return build_compound_expr (nreverse (result));
|
| H A D | typeck.c | 4609 return build_compound_expr (list); 4633 return build_compound_expr 4643 build_compound_expr (list) in build_compound_expr() function 4667 rest = build_compound_expr (TREE_CHAIN (list));
|
| H A D | decl.c | 7976 init = build_compound_expr (init); in grok_reference_init() 9443 assignment = build_compound_expr (assignment); 15385 rval = build_compound_expr (tree_cons (NULL_TREE, rval,
|
| H A D | cp-tree.h | 4423 extern tree build_compound_expr PARAMS ((tree));
|
| H A D | ChangeLog | 9949 (build_compound_expr): Likewise. 14103 (build_compound_expr): Likewise. 16634 build_unary_op, mark_addressable, build_compound_expr,
|
| H A D | ChangeLog.1 | 1799 * typeck.c (build_compound_expr): Do not warn about a compound expr 2334 * typeck.c (build_compound_expr): warn if left-hand operand of
|
| H A D | ChangeLog.2 | 2173 (build_compound_expr): Don't decay arrays. 2455 (build_compound_expr): Use convert_to_void. 6256 (build_compound_expr): Call complete_type_in_void for LHS.
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/ |
| H A D | c-tree.h | 275 extern tree build_compound_expr PARAMS ((tree));
|
| H A D | c-parse.in | 503 { $$ = build_compound_expr ($1); }
|
| H A D | c-typeck.c | 3544 build_compound_expr (list) in build_compound_expr() function
|
| /openbsd-src/gnu/gcc/gcc/cp/ |
| H A D | init.c | 2254 body = build_compound_expr in build_vec_delete_1() 2257 body = build_compound_expr in build_vec_delete_1() 2262 loop = build_compound_expr (tbase_init, loop); in build_vec_delete_1() 2307 body = build_compound_expr (body, deallocate_expr); in build_vec_delete_1()
|
| H A D | ChangeLog-2003 | 2085 (build_compound_expr): Do not convert lhs when building a 2426 * typeck.c (build_compound_expr): If RHS is a TARGET_EXPR, put the 2590 * cp-tree.h (build_compound_expr): Take LHS & RHS args. 2594 (build_compound_expr): Remove unreachable code. Take two 2598 (expand_static_init): Adjust build_compound_expr call. 2603 (build_vec_delete): Adjust build_compound_expr calls.
|
| H A D | typeck.c | 4709 result = build_compound_expr (op1, op2); in build_x_compound_expr() 4720 build_compound_expr (tree lhs, tree rhs) in build_compound_expr() function
|
| H A D | cp-tree.h | 4468 extern tree build_compound_expr (tree, tree);
|
| H A D | ChangeLog-1999 | 2173 (build_compound_expr): Don't decay arrays. 2455 (build_compound_expr): Use convert_to_void. 6256 (build_compound_expr): Call complete_type_in_void for LHS.
|
| H A D | ChangeLog-2000 | 77 (build_compound_expr): Likewise. 4231 (build_compound_expr): Likewise. 6762 build_unary_op, mark_addressable, build_compound_expr,
|
| H A D | ChangeLog-1995 | 2150 * typeck.c (build_compound_expr): Do not warn about a compound expr 2685 * typeck.c (build_compound_expr): warn if left-hand operand of
|
| H A D | ChangeLog-2004 | 203 (build_compound_expr): Remove unnecessary decl_constant_value 2888 build_compound_expr, build_modify_expr, expand_ptrmemfunc_cst,
|
| /openbsd-src/gnu/gcc/gcc/ |
| H A D | c-tree.h | 552 extern tree build_compound_expr (tree, tree);
|
| H A D | c-parser.c | 3215 rec = build_compound_expr (rec, next.value); in c_parser_initelt() 5616 expr.value = build_compound_expr (expr.value, next.value); in c_parser_expression()
|
| H A D | c-typeck.c | 3428 build_compound_expr (tree expr1, tree expr2) in build_compound_expr() function
|
| /openbsd-src/gnu/gcc/gcc/objc/ |
| H A D | objc-act.c | 8753 super_expr_list = build_compound_expr (super_expr_list, super_expr); in get_super_receiver() 8756 super_expr_list = build_compound_expr (super_expr_list, super_expr); in get_super_receiver()
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/objc/ |
| H A D | objc-act.c | 7362 return build_compound_expr (super_expr_list); in get_super_receiver()
|