Searched refs:cp_pedwarn_at (Results 1 - 8 of 8) sorted by relevance

/haiku-buildtools/legacy/gcc/gcc/cp/
H A Derrfn.c336 cp_pedwarn_at VPROTO((const char *format, ...)) function
H A Dclass.c3312 cp_pedwarn_at ("ANSI C++ forbids member `%D' with same name as enclosing class",
3317 cp_pedwarn_at ("`%#D' invalid; an anonymous union can only have non-static data members",
3323 cp_pedwarn_at ("private member `%#D' in anonymous union",
3326 cp_pedwarn_at ("protected member `%#D' in anonymous union",
3920 cp_pedwarn_at ("member `%#D' with only non-default constructor", x);
3922 cp_pedwarn_at ("member with only non-default constructor", x);
3923 cp_pedwarn_at ("in class without a constructor",
H A Dsearch.c1929 cp_pedwarn_at ("invalid covariant return type for `%#D' (must be pointer or reference to class)", fndecl);
1930 cp_pedwarn_at (" overriding `%#D'", tmp);
H A Ddecl2.c2262 cp_pedwarn_at ("`%#D' invalid; an anonymous union can only have non-static data members",
2268 cp_pedwarn_at ("private member `%#D' in anonymous union", field);
2270 cp_pedwarn_at ("protected member `%#D' in anonymous union", field);
H A Ddecl.c3147 cp_pedwarn_at ("previous declaration of `%D'", olddecl);
3409 cp_pedwarn_at ("after previous specification in `%#D'",
3546 cp_pedwarn_at ("previous declaration here", olddecl);
4097 cp_pedwarn_at ("previous external decl of `%#D'", decl);
5025 cp_pedwarn_at (" enters scope of non-POD `%#D'",
H A Dlex.c3004 cp_pedwarn_at (" using obsolete binding at `%D'", id);
H A Dpt.c716 cp_pedwarn_at (" from definition of `%#D'",
8972 cp_pedwarn_at ("explicit specialization here", result);
H A Dcp-tree.h3039 extern void cp_pedwarn_at PVPROTO((const char *, ...));

Completed in 279 milliseconds