Home
last modified time | relevance | path

Searched refs:cp_error_at (Results 1 – 25 of 27) sorted by relevance

12

/openbsd/src/gnu/usr.bin/gcc/gcc/cp/
Dclass.c992 cp_error_at ("`%#D' and `%#D' cannot be overloaded",
1076 cp_error_at ("duplicate enum value `%D'", x);
1079 cp_error_at ("duplicate field `%D' (as enum and non-enum)",
1086 cp_error_at ("duplicate nested type `%D'", x);
1097 cp_error_at ("duplicate field `%D' (as type and non-type)",
1101 cp_error_at ("duplicate member `%D'", x);
1144 cp_error_at ("conflicting access specifications for method `%D', ignored", TREE_TYPE (fdecl));
1194 cp_error_at ("`%D' names constructor", using_decl);
1199 cp_error_at ("`%D' invalid in `%T'", using_decl, t);
1207 cp_error_at ("no members matching `%D' in `%#T'", using_decl, ctype);
[all …]
Dsearch.c2061 cp_error_at ("invalid covariant return type for `%#D'", overrider);
2062 cp_error_at (" overriding `%#D' (must use pointer or reference)", basefn);
2067 cp_error_at ("conflicting return type specified for `%#D'", overrider);
2068 cp_error_at (" overriding `%#D'", basefn);
2077 cp_error_at ("looser throw specifier for `%#F'", overrider);
2078 cp_error_at (" overriding `%#F'", basefn);
2167 cp_error_at ("`%#D' cannot be declared", fndecl);
2168 cp_error_at (" since `%#D' declared in base class", fn);
Ddecl.c1257 cp_error_at ("conflicts with previous declaration `%#D'",
1473 cp_error_at ("label `%D' used but not defined", label);
3480 cp_error_at ("previous declaration of `%#D'", olddecl);
3503 cp_error_at ("conflicts with previous declaration `%#D'",
3518 cp_error_at ("ambiguates old declaration `%#D'", olddecl);
3528 cp_error_at ("previous declaration `%#D' here", olddecl);
3534 cp_error_at ("ambiguates old declaration `%#D'", olddecl);
3547 cp_error_at ("previous declaration as `%#D'", olddecl);
3588 cp_error_at ((DECL_INITIAL (olddecl)
3613 cp_error_at ("previous declaration of `%#D' with %L linkage",
[all …]
Ddecl2.c779 cp_error_at (format, fndecl);
3865 cp_error_at (" first declared as `%#D' here", in ambiguous_decl()
3868 cp_error_at (" also declared as `%#D' here", val); in ambiguous_decl()
3884 cp_error_at (" first type here", BINDING_TYPE (old)); in ambiguous_decl()
3885 cp_error_at (" other type here", type); in ambiguous_decl()
4156 cp_error_at ("`%D' is not a function,", f1);
4157 cp_error_at (" conflict with `%D'", f2);
4821 cp_error_at ("default argument missing for parameter %P of `%+#D'",
Dpt.c1096 cp_error_at ("%s %+#D", str, OVL_CURRENT (f));
1295 cp_error_at ("template-id `%D' for `%+D' does not match any template declaration",
1303 cp_error_at ("ambiguous template specialization `%D' for `%+D'",
2013 cp_error_at ("declaration of `%#D'", decl);
2014 cp_error_at (" shadows template parm `%#D'", olddecl);
2994 cp_error_at ("previous declaration `%D'", tmpl);
3011 cp_error_at ("template parameter `%#D'", tmpl_parm);
3023 cp_error_at (" original definition appeared here", tmpl_parm);
3730 cp_error_at ("provided for `%D'", in_decl);
4170 cp_error_at ("for template declaration `%D'", in_decl);
[all …]
Dtypeck2.c181 cp_error_at ("\t%#D", TREE_VALUE (tu));
218 p_msg_at = cp_error_at;
Dmethod.c237 cp_error_at (" `%#D' declared here", value);
Dcall.c2556 cp_error_at ("%s %+#D%s", str, candidates->fn, in print_z_candidates()
4043 cp_error_at ("`%+#D' is private", decl);
4045 cp_error_at ("`%+#D' is protected", decl);
4047 cp_error_at ("`%+#D' is inaccessible", decl);
Dtypeck.c2827 cp_error_at ("too many arguments to %s `%+#D'", called_thing,
2931 cp_error_at ("too few arguments to %s `%+#D'",
6082 cp_error_at ("in passing argument %P of `%+D'", parmnum, fndecl);
Derror.c2728 cp_error_at VPARAMS ((const char *msgid, ...)) in cp_error_at() function
Dinit.c1784 cp_error_at ("member `%D' is non-static but referenced as a static member",
Dcp-tree.h3933 extern void cp_error_at PARAMS ((const char *msgid, ...));
DChangeLog.12273 * class.c (duplicate_tag_error): Use cp_error_at to point out the
4569 * pt.c (coerce_template_parms): Call cp_error, not cp_error_at,
4695 (cp_error_at): Likewise.
DChangeLog4025 * error.c (cp_error_at): Fix typo.
6879 (cp_error_at, cp_warning_at, cp_pedwarn_at): Moved here and
9725 * decl.c (fixup_anonymous_aggr): Use cp_error_at.
16619 cp_error and cp_error_at call sequence.
DChangeLog.25749 (cp_error, cp_error_at, cp_warning, cp_warning_at, cp_pedwarn,
10766 (check_default_args): Use cp_error_at.
13758 * errfn.c (cp_pedwarn, cp_pedwarn_at, cp_error_at, cp_warning_at):
19823 * search.c (get_matching_virtual): Use cp_error_at.
/openbsd/src/gnu/gcc/gcc/cp/
DChangeLog5170 (locate_error, cp_error_at, cp_warning_at, cp_pedwarn_at): Remove.
5171 * cp-tree.h (cp_error_at, cp_warning_at, cp_pedwarn_at): Remove.
5174 typeck2.c: Use '+' flag instead of %J, cp_error_at, cp_warning_at
5377 (cp_error_at, cp_warning_at, cp_pedwarn_at): Likewise.
DChangeLog-2001902 (cp_error_at, cp_warning_at, cp_pedwarn_at): Moved here and
3748 * decl.c (fixup_anonymous_aggr): Use cp_error_at.
DChangeLog-20033443 (cp_error_at, cp_warning_at, cp_pedwarn_at): Mark with
3671 (cp_error_at, cp_warning_at, cp_pedwarn_at): Adjust.
4301 * error.c (cp_error_at, cp_warning_at, cp_pedwarn_at): Eliminate
DChangeLog-199783 * errfn.c (cp_pedwarn, cp_pedwarn_at, cp_error_at, cp_warning_at):
DChangeLog-19941129 * pt.c (coerce_template_parms): Call cp_error, not cp_error_at,
1255 (cp_error_at): Likewise.
DChangeLog-19952624 * class.c (duplicate_tag_error): Use cp_error_at to point out the
DChangeLog-19963545 * search.c (get_matching_virtual): Use cp_error_at.
DChangeLog-20022622 * error.c (cp_error_at): Fix typo.
DChangeLog-20041020 * error.c (cp_error_at): Output the context as it might be
DChangeLog-20006747 cp_error and cp_error_at call sequence.

12