| /openbsd/src/gnu/usr.bin/gcc/gcc/cp/ |
| D | class.c | 992 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 …]
|
| D | search.c | 2061 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);
|
| D | decl.c | 1257 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 …]
|
| D | decl2.c | 779 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'",
|
| D | pt.c | 1096 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 …]
|
| D | typeck2.c | 181 cp_error_at ("\t%#D", TREE_VALUE (tu)); 218 p_msg_at = cp_error_at;
|
| D | method.c | 237 cp_error_at (" `%#D' declared here", value);
|
| D | call.c | 2556 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);
|
| D | typeck.c | 2827 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);
|
| D | error.c | 2728 cp_error_at VPARAMS ((const char *msgid, ...)) in cp_error_at() function
|
| D | init.c | 1784 cp_error_at ("member `%D' is non-static but referenced as a static member",
|
| D | cp-tree.h | 3933 extern void cp_error_at PARAMS ((const char *msgid, ...));
|
| D | ChangeLog.1 | 2273 * 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.
|
| D | ChangeLog | 4025 * 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.
|
| D | ChangeLog.2 | 5749 (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/ |
| D | ChangeLog | 5170 (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.
|
| D | ChangeLog-2001 | 902 (cp_error_at, cp_warning_at, cp_pedwarn_at): Moved here and 3748 * decl.c (fixup_anonymous_aggr): Use cp_error_at.
|
| D | ChangeLog-2003 | 3443 (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
|
| D | ChangeLog-1997 | 83 * errfn.c (cp_pedwarn, cp_pedwarn_at, cp_error_at, cp_warning_at):
|
| D | ChangeLog-1994 | 1129 * pt.c (coerce_template_parms): Call cp_error, not cp_error_at, 1255 (cp_error_at): Likewise.
|
| D | ChangeLog-1995 | 2624 * class.c (duplicate_tag_error): Use cp_error_at to point out the
|
| D | ChangeLog-1996 | 3545 * search.c (get_matching_virtual): Use cp_error_at.
|
| D | ChangeLog-2002 | 2622 * error.c (cp_error_at): Fix typo.
|
| D | ChangeLog-2004 | 1020 * error.c (cp_error_at): Output the context as it might be
|
| D | ChangeLog-2000 | 6747 cp_error and cp_error_at call sequence.
|