Searched refs:cp_warning_at (Results 1 - 10 of 10) sorted by relevance

/haiku-buildtools/legacy/gcc/gcc/cp/
H A Derrfn.c317 cp_warning_at VPROTO((const char *format, ...)) function
H A Dfriend.c167 cp_warning_at ("previous friend declaration of `%D'",
H A Dclass.c2977 cp_warning_at ("`%D' was hidden", TREE_VALUE (base_fndecls));
2978 cp_warning_at (" by `%D'", TREE_PURPOSE (base_fndecls));
3720 cp_warning_at ("non-static reference `%#D' in class without a constructor", x);
3722 cp_warning_at ("non-static reference in class without a constructor", x);
3750 cp_warning_at ("non-static const member `%#D' in class without a constructor", x);
3752 cp_warning_at ("non-static const member in class without a constructor", x);
3830 cp_warning_at ("width of `%D' exceeds its type", x);
3838 cp_warning_at ("`%D' is too small to hold all values of `%#T'",
H A Dinit.c305 cp_warning_at ("member initializers for `%#D'", last_field);
306 cp_warning_at (" and `%#D'", field);
460 cp_warning_at ("base initializers for `%#T'", last_base);
461 cp_warning_at (" and `%#T'", BINFO_TYPE (binfo));
H A Ddecl.c1605 cp_warning_at ("label `%D' defined but not used", label);
3367 cp_warning_at ("prototype for `%#D'", newdecl);
3368 cp_warning_at ("follows non-prototype definition here", olddecl);
3427 cp_warning_at ("previous non-inline declaration here",
3470 cp_warning_at ("previous declaration of `%D'", olddecl);
4186 cp_warning_at ("global declaration `%#D'", oldglobal);
4225 cp_warning_at (" this is the shadowed declaration", oldlocal);
5089 cp_warning_at ("destructor needed for `%#D'", TREE_PURPOSE (cleanup));
8206 cp_warning_at ("sorry: semantics of inline function static data `%#D' are wrong (you'll wind up with multiple copies)", decl);
8207 cp_warning_at (" yo
[all...]
H A Dlex.c2983 cp_warning_at (" matches this `%D' under current ANSI rules",
2985 cp_warning_at (" matches this `%D' under old rules", id);
H A Dtypeck.c7211 cp_warning_at ("in passing argument %P of `%+D'", parmnum, fndecl);
7498 cp_warning_at ("reference to local variable `%D' returned", whats_returned);
7510 cp_warning_at ("address of local variable `%D' returned", whats_returned);
H A Dcall.c2605 cp_warning_at (" where cfront would use `%#D'",
H A Dcp-tree.h3037 extern void cp_warning_at PVPROTO((const char *, ...));
H A Ddecl2.c916 cp_warning_at ("template `%#D' defined in file without #pragma interface",

Completed in 286 milliseconds