Searched refs:convert_to_void (Results 1 – 13 of 13) sorted by relevance
| /freebsd-12.1/contrib/gcc/cp/ |
| H A D | cvt.c | 665 e = convert_to_void (e, /*implicit=*/NULL); in ocp_convert() 798 convert_to_void (tree expr, const char *implicit) in convert_to_void() function 821 tree new_op1 = convert_to_void in convert_to_void() 824 tree new_op2 = convert_to_void in convert_to_void() 837 tree new_op1 = convert_to_void in convert_to_void()
|
| H A D | semantics.c | 616 expr = convert_to_void (expr, "statement"); in finish_expr_stmt() 619 convert_to_void (build_non_dependent_expr (expr), "statement"); in finish_expr_stmt() 878 expr = convert_to_void (expr, "3rd expression in for"); in finish_for_expr() 881 convert_to_void (build_non_dependent_expr (expr), "3rd expression in for"); in finish_for_expr()
|
| H A D | init.c | 1222 finish_expr_stmt (convert_to_void (rval, NULL)); in expand_default_init() 2330 return convert_to_void (body, /*implicit=*/NULL); in build_vec_delete_1()
|
| H A D | ChangeLog.tree-ssa | 91 * cvt.c (convert_to_void): Also use it for "has no effect" warning.
|
| H A D | ChangeLog | 309 * cvt.c (convert_to_void): Replace unconditional warning with 819 * cvt.c (convert_to_void): Strip COMPONENT_REF to functions. 841 * cvt.c (convert_to_void): Enable previous change. 877 * cvt.c (convert_to_void): Strip useless TARGET_EXPR. 882 * cvt.c (convert_to_void): Replace a subexpression with no side 978 * cvt.c (convert_to_void): Don't automatically load from volatiles 3136 * cvt.c (convert_to_void): Likewise. 4360 * cvt.c (convert_to_void): Don't warn about unused values when 6733 * cvt.c (convert_to_void): Issue errors about pseudo-destructor
|
| H A D | ChangeLog-2003 | 162 * cvt.c (convert_to_void): Don't warn about the RHS of a comma 699 * cvt.c (convert_to_void): Use void_zero_node after overload failure. 1627 * cvt.c (convert_to_void): Don't explicitly copy 2079 * cvt.c (convert_to_void): Indicate which side of conditional has 3460 (convert_to_void): Likewise. 3494 * call.c (build_scoped_method_call): Use convert_to_void. 3502 (build_vec_delete_1): Use convert_to_void.
|
| H A D | ChangeLog-2004 | 39 * cvt.c (convert_to_void): Do not use STRIP_NOPs. 66 * cvt.c (convert_to_void): Fix typo in comment. 94 * cvt.c (convert_to_void): Warn about unused values. 870 convert_to_reference, ocp_convert, convert_to_void 2861 * cvt.c (convert_to_void): Likewise.
|
| H A D | typeck.c | 4855 lhs = convert_to_void (lhs, "left-hand operand of comma"); in build_compound_expr() 5075 return convert_to_void (expr, /*implicit=*/NULL); in build_static_cast_1()
|
| H A D | ChangeLog-2001 | 519 * cvt.c (convert_to_void): If we build a new COND_EXPR, always 1078 * cvt.c (convert_to_void): Preserve TREE_SIDE_EFFECTS 3879 * cvt.c (convert_to_void): Use type_unknown_p.
|
| H A D | ChangeLog-2000 | 2746 (convert_to_void): Likewise. 4552 * semantics.c (finish_expr_stmt): Call convert_to_void here. 4566 * cvt.c (convert_to_void): Call resolve_offset_ref. 5249 * cvt.c (cp_convert_to_pointer, convert_to_void): Likewise. 7010 * cvt.c (convert_to_void): Handle errors gracefully.
|
| H A D | ChangeLog-2002 | 257 convert_to_void, convert, convert_force, build_type_conversion, 3110 * cvt.c (convert_to_void): Don't unconditionally make COND_EXPRs 3704 * cvt.c (convert_to_void): Preserve TREE_NO_UNUSED_WARNING.
|
| H A D | ChangeLog-1999 | 2448 * cp-tree.h (convert_to_void): Prototype new function. 2450 * cvt.c (convert_to_void): New function. 2451 (ocp_convert): Use convert_to_void. 2455 (build_compound_expr): Use convert_to_void.
|
| H A D | cp-tree.h | 3914 extern tree convert_to_void (tree, const char */*implicit context*/);
|