Home
last modified time | relevance | path

Searched refs:cp_convert_and_check (Results 1 – 18 of 18) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dtypeck.c5163 op0 = cp_convert_and_check (type, op0, complain); in cp_build_binary_op()
5165 op1 = cp_convert_and_check (type, op1, complain); in cp_build_binary_op()
5593 op0 = cp_convert_and_check (result_type, op0, complain); in cp_build_binary_op()
5595 op1 = cp_convert_and_check (real_type, op1, complain); in cp_build_binary_op()
5600 op0 = cp_convert_and_check (real_type, op0, complain); in cp_build_binary_op()
5602 op1 = cp_convert_and_check (result_type, op1, complain); in cp_build_binary_op()
5744 op0 = cp_convert_and_check (result_type, op0, complain); in cp_build_binary_op()
5746 op1 = cp_convert_and_check (result_type, op1, complain); in cp_build_binary_op()
8771 newrhs = cp_convert_and_check (lhstype, newrhs, complain); in cp_build_modify_expr()
H A Dcvt.c648 cp_convert_and_check (tree type, tree expr, tsubst_flags_t complain) in cp_convert_and_check() function
H A Dtypeck2.c1811 next = cp_convert_and_check (TREE_TYPE (field), next, complain); in process_init_constructor_record()
H A Dcp-tree.h6501 extern tree cp_convert_and_check (tree, tree, tsubst_flags_t);
H A Dcall.c7931 expr = cp_convert_and_check (totype, expr, complain); in convert_like_real_1()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dtypeck.cc5613 op0 = cp_convert_and_check (type, op0, complain); in cp_build_binary_op()
5615 op1 = cp_convert_and_check (type, op1, complain); in cp_build_binary_op()
6055 op0 = cp_convert_and_check (result_type, op0, complain); in cp_build_binary_op()
6057 op1 = cp_convert_and_check (real_type, op1, complain); in cp_build_binary_op()
6062 op0 = cp_convert_and_check (real_type, op0, complain); in cp_build_binary_op()
6064 op1 = cp_convert_and_check (result_type, op1, complain); in cp_build_binary_op()
6206 op0 = cp_convert_and_check (result_type, op0, complain); in cp_build_binary_op()
6208 op1 = cp_convert_and_check (result_type, op1, complain); in cp_build_binary_op()
9310 newrhs = cp_convert_and_check (lhstype, newrhs, complain); in cp_build_modify_expr()
H A Dcvt.cc653 cp_convert_and_check (tree type, tree expr, tsubst_flags_t complain) in cp_convert_and_check() function
H A DChangeLog-20072136 * cvt.c (cp_convert_and_check): Don't check warnings if the
2478 * cvt.c (cp_convert_and_check) : Define.
2479 * cp-tree.h (cp_convert_and_check): Declare.
2485 * typeck.c (build_binary_op): Use cp_convert_and_check to warn for
H A Dtypeck2.cc1771 next = cp_convert_and_check (TREE_TYPE (field), next, complain); in process_init_constructor_record()
H A DChangeLog-2015286 * cvt.c (cp_convert_and_check): When warning about conversions,
665 * cvt.c (cp_convert_and_check): Use warning_sentinel to suppress
727 (cp_convert_and_check): Use cp_fully_fold.
H A DChangeLog-2013180 * cvt.c (cp_convert_and_check): Avoid calling cp_convert
2546 * call.c (convert_like_real): Use cp_convert_and_check.
2547 * cvt.c (cp_convert_and_check): Use maybe_constant_value.
H A DChangeLog-20121766 cp_convert_and_check, ocp_convert, convert_force): Add tsubst_flags_t
H A Dcp-tree.h6765 extern tree cp_convert_and_check (tree, tree, tsubst_flags_t);
H A DChangeLog-20092142 * cvt.c (cp_convert_and_check): Check
H A DChangeLog-20143627 * cvt.c (cp_convert_and_check): Call warnings_for_convert_and_check
H A DChangeLog-20161259 * cvt.c (cp_convert_and_check): Suppress Wint-in-bool-context here.
H A Dcall.cc8399 expr = cp_convert_and_check (totype, expr, complain); in convert_like_internal()
H A DChangeLog-20193003 cp_convert_and_check, ocp_convert, maybe_warn_nodiscard): Likewise.