/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | typeck.c | 5163 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 D | cvt.c | 648 cp_convert_and_check (tree type, tree expr, tsubst_flags_t complain) in cp_convert_and_check() function
|
H A D | typeck2.c | 1811 next = cp_convert_and_check (TREE_TYPE (field), next, complain); in process_init_constructor_record()
|
H A D | cp-tree.h | 6501 extern tree cp_convert_and_check (tree, tree, tsubst_flags_t);
|
H A D | call.c | 7931 expr = cp_convert_and_check (totype, expr, complain); in convert_like_real_1()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | typeck.cc | 5613 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 D | cvt.cc | 653 cp_convert_and_check (tree type, tree expr, tsubst_flags_t complain) in cp_convert_and_check() function
|
H A D | ChangeLog-2007 | 2136 * 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 D | typeck2.cc | 1771 next = cp_convert_and_check (TREE_TYPE (field), next, complain); in process_init_constructor_record()
|
H A D | ChangeLog-2015 | 286 * 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 D | ChangeLog-2013 | 180 * 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 D | ChangeLog-2012 | 1766 cp_convert_and_check, ocp_convert, convert_force): Add tsubst_flags_t
|
H A D | cp-tree.h | 6765 extern tree cp_convert_and_check (tree, tree, tsubst_flags_t);
|
H A D | ChangeLog-2009 | 2142 * cvt.c (cp_convert_and_check): Check
|
H A D | ChangeLog-2014 | 3627 * cvt.c (cp_convert_and_check): Call warnings_for_convert_and_check
|
H A D | ChangeLog-2016 | 1259 * cvt.c (cp_convert_and_check): Suppress Wint-in-bool-context here.
|
H A D | call.cc | 8399 expr = cp_convert_and_check (totype, expr, complain); in convert_like_internal()
|
H A D | ChangeLog-2019 | 3003 cp_convert_and_check, ocp_convert, maybe_warn_nodiscard): Likewise.
|