Home
last modified time | relevance | path

Searched refs:build_compound_expr (Results 1 – 24 of 24) sorted by relevance

/openbsd-src/gnu/usr.bin/gcc/gcc/cp/
H A Dtypeck2.c452 init = build_compound_expr (init);
470 init = build_compound_expr (init);
1311 parms = build_compound_expr (parms);
H A Dinit.c406 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 Dtypeck.c4609 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 Ddecl.c7976 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 Dcp-tree.h4423 extern tree build_compound_expr PARAMS ((tree));
H A DChangeLog9949 (build_compound_expr): Likewise.
14103 (build_compound_expr): Likewise.
16634 build_unary_op, mark_addressable, build_compound_expr,
H A DChangeLog.11799 * 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 DChangeLog.22173 (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 Dc-tree.h275 extern tree build_compound_expr PARAMS ((tree));
H A Dc-parse.in503 { $$ = build_compound_expr ($1); }
H A Dc-typeck.c3544 build_compound_expr (list) in build_compound_expr() function
/openbsd-src/gnu/gcc/gcc/cp/
H A Dinit.c2254 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 DChangeLog-20032085 (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 Dtypeck.c4709 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 Dcp-tree.h4468 extern tree build_compound_expr (tree, tree);
H A DChangeLog-19992173 (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 DChangeLog-200077 (build_compound_expr): Likewise.
4231 (build_compound_expr): Likewise.
6762 build_unary_op, mark_addressable, build_compound_expr,
H A DChangeLog-19952150 * 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 DChangeLog-2004203 (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 Dc-tree.h552 extern tree build_compound_expr (tree, tree);
H A Dc-parser.c3215 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 Dc-typeck.c3428 build_compound_expr (tree expr1, tree expr2) in build_compound_expr() function
/openbsd-src/gnu/gcc/gcc/objc/
H A Dobjc-act.c8753 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 Dobjc-act.c7362 return build_compound_expr (super_expr_list); in get_super_receiver()