Searched refs:cp_error (Results 1 - 22 of 22) sorted by relevance

/haiku-buildtools/legacy/gcc/gcc/cp/
H A Dtypeck2.c55 cp_error ("type `%T' is not a base type for type `%T'", basetype, type);
93 fn = cp_error;
145 cp_error ("cannot declare variable `%D' to be of type `%T'",
148 cp_error ("cannot declare parameter `%D' to be of type `%T'",
151 cp_error ("cannot declare field `%D' to be of type `%T'",
155 cp_error ("invalid return type for method `%#D'", decl);
157 cp_error ("invalid return type for function `%#D'", decl);
160 cp_error ("cannot allocate an object of type `%T'", type);
172 cp_error (" since type `%T' has abstract virtual functions", type);
190 cp_error ("canno
[all...]
H A Ddecl.c1161 cp_error ("declaration of `%#D'", decl);
2367 cp_error ("namespace alias `%D' not allowed here, assuming `%D'",
3212 cp_error ("declaration of `%#D'", newdecl);
3213 cp_error ("conflicts with built-in declaration `%#D'",
3250 cp_error ("`%#D' redeclared as different kind of symbol", newdecl);
3275 cp_error ("declaration of template `%#D'", newdecl);
3286 cp_error ("new declaration `%#D'", newdecl);
3296 cp_error ("declaration of C function `%#D' conflicts with",
3303 cp_error ("new declaration `%#D'", newdecl);
3314 cp_error ("conflictin
[all...]
H A Dcvt.c84 cp_error ("can't convert from incomplete type `%T' to `%T'",
93 cp_error ("conversion of `%E' from `%T' to `%T' is ambiguous",
201 cp_error ("cannot convert `%E' from type `%T' to type `%T'",
214 cp_error ("cannot convert `%E' from type `%T' to type `%T'",
251 cp_error ("cannot convert `%E' from type `%T' to type `%T'",
300 cp_error ("type `%T' is ambiguous baseclass of `%s'",
526 cp_error ("cannot convert type `%T' to type `%T'", intype, reftype);
602 cp_error ("cannot convert a pointer of type `%T' to a pointer of type `%T'",
606 cp_error ("because `%T' is an ambiguous base class", type);
743 cp_error ("`
[all...]
H A Dpt.c265 cp_error ("invalid member template declaration `%D'", decl);
630 cp_error ("explicit specialization in non-namespace scope `%D'",
642 cp_error ("enclosing class templates are not explicitly specialized");
724 cp_error ("specialization of `%T' after instantiation", type);
727 cp_error ("explicit specialization of non-template `%T'", type);
843 cp_error ("specialization of %D after instantiation",
1194 cp_error ("too many template parameter lists in declaration of `%D'", decl);
1226 cp_error("too few template parameter lists in declaration of `%D'", decl);
1233 cp_error ("template parameter list used in explicit instantiation");
1236 cp_error ("definitio
[all...]
H A Dinit.c202 cp_error ("default-initialization of `%#D', which has reference type",
336 cp_error ("multiple initializations given for member `%D'",
384 cp_error ("`%T' does not have a base class to initialize",
390 cp_error ("unnamed initializer ambiguous for `%T' which uses multiple inheritance",
422 cp_error ("`%T' is not an immediate base class of `%T'",
750 cp_error ("field `%D' not in immediate context", field);
798 cp_error ("field `%D' used before initialized (after assignment to `this')",
994 cp_error ("class `%T' does not have any field named `%s'", type,
1000 cp_error ("field `%#D' is static; only point of initialization is its declaration",
1053 cp_error ("(typ
[all...]
H A Ddecl2.c871 cp_error ("duplicate type qualifiers in %s declaration",
1240 cp_error ("invalid types `%T[%T]' for array subscript",
1288 cp_error ("type `%#T' argument given to `delete', expected pointer",
1365 cp_error ("declaration of member template `%#D' in local class",
1373 cp_error
1384 cp_error ("template declaration of `%#D'", decl);
1434 cp_error ("Java method '%D' has non-Java return type `%T'",
1443 cp_error ("Java method '%D' has non-Java parameter type `%T'",
1553 cp_error ("prototype for `%#D' does not match any in class `%T'",
1566 cp_error ("n
[all...]
H A Dexpr.c423 cp_error ("case label `%E' not within a switch statement", start);
437 cp_error ("duplicate case value `%E'", start);
457 cp_error ("case label `%E' within scope of cleanup or variable array", start);
H A Dfriend.c253 cp_error ("invalid type `%T' declared `friend'", friend_type);
265 cp_error ("partial specialization `%T' declared `friend'",
394 cp_error ("member `%D' declared as friend before type `%T' defined",
H A Dcall.c255 cp_error ("qualified type `%T' does not match destructor name `~%T'",
264 cp_error ("type of `%E' does not match destructor type `%T' (type was `%T')",
276 cp_error ("base object `%E' of scoped method call is of non-aggregate type `%T'",
486 cp_error
1913 cp_error ("%s %D(%T, %T, %T) <builtin>", str, candidates->fn,
1918 cp_error ("%s %D(%T, %T) <builtin>", str, candidates->fn,
1922 cp_error ("%s %D(%T) <builtin>", str, candidates->fn,
1926 cp_error ("%s %T <conversion>", str, candidates->fn);
2070 cp_error ("no viable candidates");
2084 cp_error ("conversio
[all...]
H A Drtti.c114 cp_error ("RTTI not supported for COM interface type `%T'", type);
214 cp_error ("taking typeid of incomplete type `%T'", type);
228 cp_error ("RTTI not supported for COM interface type `%T'", type);
470 cp_error ("taking typeid of incomplete type `%T'", type);
575 cp_error ("dynamic_cast from `%T' to ambiguous base class `%T'",
581 cp_error ("dynamic_cast from `%T' to private base class `%T'",
720 cp_error ("cannot dynamic_cast `%E' (of type `%#T') to type `%#T'",
H A Dmethod.c2011 cp_error ("invalid use of member `%D' in static member function",
2017 cp_error ("invalid use of member `%D'", value);
2062 cp_error ("use of namespace `%D' as expression", value);
2067 cp_error ("use of class template `%T' as expression", value);
2080 cp_error ("use of %s from containing function",
2152 cp_error ("implementation-reserved name `%D' used", thunk_id);
2221 cp_error ("generic thunk code fails for method `%#D' which uses `...'",
2577 cp_error ("non-static const member `%#D', can't use default assignment operator", field);
2579 cp_error ("non-static const member in type `%T', can't use default assignment operator", current_class_type);
2585 cp_error ("no
[all...]
H A Dtypeck.c1613 cp_error ("`sizeof' applied to incomplete type `%T'", type);
1928 cp_error ("request for member `%T::%D' in expression of non-aggregate type `%T'",
2076 cp_error ("invalid use of %D", datum);
2114 cp_error ("request for member `%D' in `%E', which is of non-aggregate type `%T'",
2126 cp_error ("destructor specifier `%T::~%T' must have matching names",
2132 cp_error ("type `%T' has no destructor", basetype);
2149 cp_error ("invalid use of type decl `%#D' as expression", component);
2205 cp_error ("`%#T' has no member named `%D'", basetype, name);
2697 cp_error ("object missing in call to method `%D'", function);
2731 cp_error ("functio
[all...]
H A Dsemantics.c456 cp_error ("break statement not within loop or switch");
468 cp_error ("continue statement not within a loop");
960 cp_error ("calling type `%T' like a method", fn);
999 cp_error ("destructor specifier `%T::~%T()' must have matching names",
1005 cp_error ("`%E' is not of type `%T'", object, destructor);
1663 cp_error ("multiple declarators in template declaration");
H A Dparse.y499 cp_error ("use of linkage spec `%D' is different from previous spec `%D'", $2, current_lang_name);
1026 cp_error ("definition of class `%T' in condition", s);
1028 cp_error ("definition of enum `%T' in condition", s);
1042 cp_error ("definition of array `%#D' in condition", $$);
1197 cp_error ("`%T' is not a valid expression", $2.t);
2175 cp_error ("%T is not a class type", $1.t);
2184 cp_error ("base clause without member specification for `%#T'",
2410 cp_error ("`%D' access", $1);
2425 cp_error ("`%D' access", $2);
2980 cp_error ("`
[all...]
H A Derrfn.c193 cp_error VPROTO((const char *format, ...)) function
H A Dsig.c495 cp_error ("class `%T' does not contain type `%T'",
521 cp_error ("class `%T' does not contain method `%D'",
551 cp_error ("`%T' does not contain a method conforming to `%#D'",
813 cp_error ("undefined signature `%T' used in signature %s declaration",
H A Dclass.c331 cp_error ("cannot cast up from virtual baseclass `%T'",
1318 cp_error ("`%#D' and `%#D' cannot be overloaded",
1560 cp_error ("cannot adjust access to `%#D' in `%#T'", fdecl, t);
1573 cp_error ("cannot adjust access to `%#D' in `%#T'", fdecl, t);
1693 cp_error
1699 cp_error ("COM interface type `%T' with non-COM base class `%T'",
2149 cp_error ("redefinition of `%#T'", t);
2302 cp_error (" found two (or more) `%T' class subobjects in `%T'", context, t);
2303 cp_error (" with virtual `%D' from virtual base class", fndecl);
3488 cp_error ("redefinitio
[all...]
H A Dparse.c4628 cp_error ("use of linkage spec `%D' is different from previous spec `%D'", yyvsp[0].ttype, current_lang_name);
5202 cp_error ("definition of class `%T' in condition", s);
5204 cp_error ("definition of enum `%T' in condition", s);
5220 cp_error ("definition of array `%#D' in condition", yyval.ttype);
5395 cp_error ("`%T' is not a valid expression", yyvsp[-1].ftype.t);
6452 cp_error ("%T is not a class type", yyvsp[0].ftype.t);
6461 cp_error ("base clause without member specification for `%#T'",
6692 cp_error ("`%D' access", yyvsp[-1].ttype);
6711 cp_error ("`%D' access", yyvsp[-1].ttype);
7300 cp_error ("`
[all...]
H A Dlex.c2071 cp_error ("semicolon missing after declaration of `%T'", type);
2894 cp_error ("invalid use of member `%D'", field);
2934 cp_error ("`%D' not defined", token);
2943 cp_error ("`%D' was not declared in this scope", token);
2953 cp_error ("`%D' undeclared (first use this function)", token);
3082 cp_error ("`::%D' undeclared (first use here)", token);
H A Dsearch.c303 cp_error ("fields of `%T' are inaccessible in `%T' due to private inheritance",
309 cp_error ("type `%T' is ambiguous base class for type `%T'", parent,
1447 cp_error (errstr, name, type);
2029 cp_error ("`%#D' needs a final overrider", base_fndecl);
H A Dtree.c477 cp_error ("`%T' cannot be `restrict'-qualified", type);
H A Dcp-tree.h3034 extern void cp_error PVPROTO((const char *, ...));

Completed in 306 milliseconds