Home | History | Annotate | Download | only in cp

Lines Matching defs:complain

947 			  tsubst_flags_t complain = tf_warning_or_error)
953 if (complain & tf_error)
971 tsubst_flags_t complain = tf_warning_or_error)
980 if (complain & tf_error)
998 if (lookup_comparison_result (type, p, complain)
1009 tsubst_flags_t complain = tf_warning_or_error)
1011 tree type = lookup_comparison_category (tag, complain);
1012 return lookup_comparison_result (type, name_str, complain);
1070 spaceship_type (tree optype, tsubst_flags_t complain)
1073 return lookup_comparison_category (tag, complain);
1110 tsubst_flags_t complain = tf_none;
1127 comp = build_new_op (loc, LT_EXPR, flags, op1, op0, complain);
1128 r = build_conditional_expr (loc, comp, gt, uo, complain);
1143 comp = build_new_op (loc, LT_EXPR, flags, op0, op1, complain);
1144 r = build_conditional_expr (loc, comp, lt, r, complain);
1155 comp = build_new_op (loc, EQ_EXPR, flags, op0, op1, complain);
1156 r = build_conditional_expr (loc, comp, eq, r, complain);
1303 tsubst_flags_t complain;
1311 comp_info (tree fndecl, tsubst_flags_t complain)
1312 : fndecl (fndecl), complain (complain)
1379 const tsubst_flags_t complain = info.complain;
1388 tentative ? tf_none : complain);
1397 if (overload == NULL_TREE && (tentative || complain))
1407 else if (complain & tf_error)
1414 else if (tentative && complain)
1416 build_new_op (loc, code, flags, lhs, rhs, complain);
1427 if (complain & tf_error)
1434 && !can_convert (rettype, TREE_TYPE (comp), complain))
1436 if (complain & tf_error)
1454 build_comparison_op (tree fndecl, bool defining, tsubst_flags_t complain)
1456 comp_info info (fndecl, complain);
1458 if (!defining && !(complain & tf_error) && !DECL_MAYBE_DELETED (fndecl))
1482 if (complain & tf_error)
1516 = build_base_path (PLUS_EXPR, lhs, base_binfo, 0, complain);
1518 = build_base_path (PLUS_EXPR, rhs, base_binfo, 0, complain);
1550 if (complain & tf_error)
1559 if (complain & tf_error)
1577 if (complain & tf_error)
1595 idx = force_target_expr (sizetype, maxval, complain);
1663 false, complain),
1689 complain);
1700 NULL, complain);
1702 tree ceq = contextual_conv_bool (eq, complain);
1725 "equal", complain);
1727 complain);
1735 NULL_TREE, NULL_TREE, NULL, complain);
1736 comp = contextual_conv_bool (comp, complain);
1747 NULL_TREE, NULL_TREE, NULL, complain);
1749 NULL_TREE, NULL_TREE, NULL, complain);
1919 null. FLAGS and COMPLAIN are as for build_new_method_call.
1927 tsubst_flags_t complain)
1960 fns = lookup_fnfields (binfo, name, 0, complain);
1961 rval = build_new_method_call (ob, fns, &args, binfo, flags, &fn, complain);
1972 get_dtor (tree type, tsubst_flags_t complain)
1975 LOOKUP_NORMAL, complain);
2012 get_copy_ctor (tree type, tsubst_flags_t complain)
2018 LOOKUP_NORMAL, complain);
2302 bool diag, int flags, tsubst_flags_t complain,
2361 tree nsdmi = get_nsdmi (field, /*ctor*/false, complain);
2436 diag, flags, complain, dtor_from_ctor);
2450 rval = locate_fn_flags (mem_type, fnname, argtype, flags, complain);
2646 tsubst_flags_t complain = diag ? tf_warning_or_error : tf_none;
2649 diagnostics, we just want complain set. */
2684 if (complain & tf_error)
2686 ptr_type_node, flags, complain);
2721 diag, flags, complain, /*dtor_from_ctor*/false);
2726 false, flags, complain, /*dtor_from_ctor*/true);
2739 get_defaulted_eh_spec (tree decl, tsubst_flags_t complain)
2753 bool diag = !DECL_DELETED_FN (decl) && (complain & tf_error);
3120 failed to deduce RAISES, so try again but complain this time. */
3242 /* Complain about invalid signature for defaulted fn. */