Home
last modified time | relevance | path

Searched refs:convert_to_void (Results 1 – 25 of 40) sorted by relevance

12

/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dcvt.c790 e = convert_to_void (e, ICV_CAST, complain); in ocp_convert()
1135 convert_to_void (tree expr, impl_conv_void implicit, tsubst_flags_t complain) in convert_to_void() function
1182 new_op1 = convert_to_void (op1, ICV_SECOND_OF_COND, complain); in convert_to_void()
1183 new_op2 = convert_to_void (op2, ICV_THIRD_OF_COND, complain); in convert_to_void()
1188 new_op1 = convert_to_void (op1, ICV_CAST, complain); in convert_to_void()
1189 new_op2 = convert_to_void (op2, ICV_CAST, complain); in convert_to_void()
1203 new_op1 = convert_to_void (op1, ICV_RIGHT_OF_COMMA, complain); in convert_to_void()
1205 new_op1 = convert_to_void (op1, ICV_CAST, complain); in convert_to_void()
H A Dconstraint.cc1882 if (convert_to_void (r, ICV_STATEMENT, info.complain) == error_mark_node) in tsubst_valid_expression_requirement()
3274 && convert_to_void (result, ICV_STATEMENT, tf_none) != error_mark_node) in diagnose_valid_expression()
3285 convert_to_void (result, ICV_STATEMENT, tf_error); in diagnose_valid_expression()
H A Dsemantics.c688 expr = convert_to_void (expr, ICV_STATEMENT, tf_warning_or_error); in finish_expr_stmt()
691 convert_to_void (build_non_dependent_expr (expr), ICV_STATEMENT, in finish_expr_stmt()
1093 expr = convert_to_void (expr, ICV_THIRD_IN_FOR, in finish_for_expr()
1097 convert_to_void (build_non_dependent_expr (expr), ICV_THIRD_IN_FOR, in finish_for_expr()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dcvt.cc795 e = convert_to_void (e, ICV_CAST, complain); in ocp_convert()
1142 convert_to_void (tree expr, impl_conv_void implicit, tsubst_flags_t complain) in convert_to_void() function
1189 new_op1 = convert_to_void (op1, ICV_SECOND_OF_COND, complain); in convert_to_void()
1190 new_op2 = convert_to_void (op2, ICV_THIRD_OF_COND, complain); in convert_to_void()
1195 new_op1 = convert_to_void (op1, ICV_CAST, complain); in convert_to_void()
1196 new_op2 = convert_to_void (op2, ICV_CAST, complain); in convert_to_void()
1210 new_op1 = convert_to_void (op1, ICV_RIGHT_OF_COMMA, complain); in convert_to_void()
1212 new_op1 = convert_to_void (op1, ICV_CAST, complain); in convert_to_void()
H A Dconstraint.cc1926 if (convert_to_void (r, ICV_STATEMENT, tf_none) != error_mark_node) in tsubst_valid_expression_requirement()
1938 convert_to_void (r, ICV_STATEMENT, info.complain); in tsubst_valid_expression_requirement()
1946 convert_to_void (r, ICV_STATEMENT, info.complain); in tsubst_valid_expression_requirement()
H A DChangeLog-2006730 * cvt.c (convert_to_void): Strip COMPONENT_REF to functions.
752 * cvt.c (convert_to_void): Enable previous change.
788 * cvt.c (convert_to_void): Strip useless TARGET_EXPR.
793 * cvt.c (convert_to_void): Replace a subexpression with no side
889 * cvt.c (convert_to_void): Don't automatically load from volatiles
3047 * cvt.c (convert_to_void): Likewise.
H A DChangeLog.tree-ssa91 * cvt.c (convert_to_void): Also use it for "has no effect" warning.
H A DChangeLog-20101986 (convert_to_void): Adjust prototype.
1987 * cvt.c (convert_to_void): Use impl_conv_void, emit and adjust the
1989 * typeck.c: Update call to convert_to_void.
2438 * cvt.c (convert_to_void): Handle INDIRECT_REF like
2601 * cvt.c (convert_to_void): If implicit is NULL, call mark_rvalue_use
3118 * cvt.c (convert_to_void): ... but here. If expr is a COMPOUND_EXPR,
H A DChangeLog-20081354 * cvt.c (convert_to_void): Avoid C++ keywords.
2337 (convert_to_void): Add SFINAE support.
2347 (convert_to_void): Ditto.
2556 (convert_to_void): Use error instead of pedwarn.
H A DChangeLog-2003162 * 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 Dsemantics.cc896 expr = convert_to_void (expr, ICV_STATEMENT, tf_warning_or_error); in finish_expr_stmt()
899 convert_to_void (build_non_dependent_expr (expr), ICV_STATEMENT, in finish_expr_stmt()
1359 expr = convert_to_void (expr, ICV_THIRD_IN_FOR, in finish_for_expr()
1363 convert_to_void (build_non_dependent_expr (expr), ICV_THIRD_IN_FOR, in finish_for_expr()
2919 result = convert_to_void (ob, ICV_STATEMENT, complain); in finish_call_expr()
H A DChangeLog-20091027 * cvt.c (convert_to_void): Call it.
2057 * cvt.c (convert_to_void): Only warn about COND_EXPR if neither
2756 * cvt.c (convert_to_void) <case INDIRECT_REF>: Only warn about
2884 * cvt.c (convert_to_void): Emit warning when stripping off
H A DChangeLog-20162802 (convert_to_void): Call it.
3896 * cvt.c (convert_to_void): Likewise.
4362 * constexpr.c (cxx_eval_call_expression): Remove convert_to_void
4367 * cvt.c (convert_to_void): Don't strip a TARGET_EXPR of
H A DChangeLog-200439 * 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 DChangeLog-2019621 * cvt.c (convert_to_void): Always evaluate concept checks so we don't
917 * cvt.c (convert_to_void): Guard maybe_warn_nodiscard calls with
1520 (convert_to_void): Allow constructors to be nodiscard-able (P1771).
3414 * cvt.c (convert_to_void): Don't emit unused warnings in
5436 * cvt.c (convert_to_void): Handle all cdtor calls as if
H A DChangeLog-20212396 (convert_to_void): Same.
3884 * cvt.c (convert_to_void): Preserve location_t on COND_EXPR or
4264 * cvt.c (convert_to_void): Revert 2019-10-17 changes. Clarify
4441 * cvt.c (convert_to_void): Adjust call to
H A DChangeLog-2001519 * 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 DChangeLog-20002746 (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 DChangeLog2334 * cvt.cc (convert_to_void): And here.
2850 (convert_to_void): Likewise.
H A DChangeLog-20122062 convert_to_void, ): Use error_at and warning_at.
2432 * cvt.c (convert_to_void): Update comment.
H A DChangeLog-2002257 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 DChangeLog-19992448 * 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 DChangeLog-2005776 * cvt.c (convert_to_void): Don't warn about unused values when
3149 * cvt.c (convert_to_void): Issue errors about pseudo-destructor
H A DChangeLog-20072955 * cvt.c (convert_to_void): Replace unconditional warning with
2986 * cvt.c (convert_to_void): Use build_call_array instead
H A DChangeLog-20142420 * cvt.c (convert_to_void): Use void_node instead of void_zero_node.
3983 * cvt.c (convert_to_void): Handle VEC_PERM_EXPR and VEC_COND_EXPR.

12