Searched refs:build_compound_expr (Results 1 – 14 of 14) sorted by relevance
| /freebsd-11-stable/contrib/gcc/cp/ |
| HD | 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()
|
| HD | 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.
|
| HD | typeck.c | 4842 result = build_compound_expr (op1, op2); in build_x_compound_expr() 4853 build_compound_expr (tree lhs, tree rhs) in build_compound_expr() function
|
| HD | cp-tree.h | 4529 extern tree build_compound_expr (tree, tree);
|
| HD | ChangeLog-2000 | 77 (build_compound_expr): Likewise. 4231 (build_compound_expr): Likewise. 6762 build_unary_op, mark_addressable, build_compound_expr,
|
| HD | 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.
|
| HD | 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
|
| HD | ChangeLog-2004 | 203 (build_compound_expr): Remove unnecessary decl_constant_value 2888 build_compound_expr, build_modify_expr, expand_ptrmemfunc_cst,
|
| /freebsd-11-stable/contrib/gcc/ |
| HD | c-tree.h | 563 extern tree build_compound_expr (tree, tree);
|
| HD | c-parser.c | 3393 rec = build_compound_expr (rec, next.value); in c_parser_initelt() 5920 expr.value = build_compound_expr (expr.value, next.value); in c_parser_expression()
|
| HD | c-typeck.c | 3557 build_compound_expr (tree expr1, tree expr2) in build_compound_expr() function
|
| HD | ChangeLog-2004 | 8562 * c-typeck.c (build_compound_expr, build_c_cast): Don't try to use 19136 build_compound_expr, build_modify_expr, c_finish_goto_label, 22746 (parser_build_binary_op, build_compound_expr): Update prototypes. 22768 (internal_build_compound_expr): Merge into build_compound_expr. 22769 (build_compound_expr): Take two operands instead of a TREE_LIST. 22771 build_compound_expr.
|
| HD | ChangeLog-2005 | 2789 (build_compound_expr): Handle NOP_EXPR the same as CONVERT_EXPR. 14871 (build_compound_expr): Do not call 21444 * c-typeck.c (build_compound_expr): Correct logic in last change. 21467 * c-typeck.c (build_compound_expr): Don't warn for left-hand side
|
| HD | ChangeLog-2006 | 2845 * c-typeck.c (build_compound_expr): If the second expression
|