Searched refs:pedwarn (Results 1 - 24 of 24) sorted by relevance

/freebsd-10.1-release/contrib/gcc/
H A Dc-decl.c830 pedwarn ("inline function %q+D declared but never defined", p);
1279 pedwarn ("conflicting types for %q+D", newdecl);
1292 pedwarn ("conflicting types for %q+D", newdecl);
1641 locate_old_decl (olddecl, pedwarned ? pedwarn : warning0);
2961 /* WARNED is 1 if we have done a pedwarn, 2 if we have done a warning,
2962 but no pedwarn. */
2987 pedwarn ("unnamed struct/union that defines no instances");
2995 pedwarn ("empty declaration with storage class specifier "
3006 pedwarn ("empty declaration with type qualifier "
3027 pedwarn ("useles
[all...]
H A Dtoplev.h65 extern void pedwarn (const char *, ...) ATTRIBUTE_GCC_DIAG(1,2);
H A Dc-typeck.c482 pedwarn ("function types not truly compatible in ISO C");
507 pedwarn ("function types not truly compatible in ISO C");
985 pedwarn ("types are not quite compatible");
1304 pedwarn ("function return types not compatible due to %<volatile%>");
2072 pedwarn ("ISO C forbids subscripting %<register%> array");
2074 pedwarn ("ISO C90 forbids subscripting non-lvalue array");
2249 pedwarn ("%H%qD is static but used in inline function %qD "
2827 pedwarn ("pointer of type %<void *%> used in subtraction");
2829 pedwarn ("pointer to a function used in subtraction");
2967 pedwarn ("IS
[all...]
H A Dc-lex.c622 pedwarn ("integer constant is too large for %qs type",
694 appropriate for this to be a mandatory pedwarn rather than
697 pedwarn ("floating constant exceeds range of %qT", type);
H A Dc-parser.c1164 pedwarn ("ISO C forbids an empty source file");
1257 pedwarn ("ISO C does not allow extra %<;%> outside of a function");
1372 pedwarn ("empty declaration");
1433 pedwarn ("data definition has no type or storage class");
1519 pedwarn ("ISO C forbids nested functions");
1916 pedwarn ("comma at end of enumerator list");
1945 pedwarn ("ISO C forbids forward references to %<enum%> types");
1985 followed by further declarations, and gets a pedwarn-if-pedantic
2067 pedwarn ("extra semicolon in struct or union specified");
2089 pedwarn
[all...]
H A Ddiagnostic.c519 only with that switch, write "if (pedantic) pedwarn (...);" */
521 pedwarn (const char *gmsgid, ...)
518 pedwarn (const char *gmsgid, ...) function
H A Dc-common.c852 pedwarn ("%qD is not defined outside of function scope", decl);
884 pedwarn ("string length %qd is greater than the length %qd "
934 pedwarn ("overflow in constant expression");
2465 pedwarn ("pointer of type %<void *%> used in arithmetic");
2471 pedwarn ("pointer to a function used in arithmetic");
2477 pedwarn ("pointer to member function used in arithmetic");
3013 pedwarn ("invalid application of %<sizeof%> to a function type");
3023 pedwarn ("invalid application of %qs to a void type", op_name);
3773 pedwarn ("range expressions in switch statements are non-standard");
4067 pedwarn ("takin
[all...]
H A Dtoplev.c838 pedwarn ("%q+F used but never defined", decl);
H A Dbuiltins.c6725 Thus we pedwarn to ensure this constraint violation is
6728 pedwarn ("target format does not support infinity");
/freebsd-10.1-release/contrib/gcc/cp/
H A Ddecl.c1077 pedwarn ("%qD was declared %<extern%> and later %<static%>", newdecl);
1078 pedwarn ("previous declaration of %q+D", olddecl);
1540 pedwarn ("default argument given for parameter %d of %q#D",
1542 pedwarn ("after previous specification in %q+#D", olddecl);
2351 pedwarn ("jump to label %qD", decl);
2353 pedwarn ("jump to case label");
2355 pedwarn ("%H from here", locus);
2397 pedwarn (" enters scope of non-POD %q+#D", new_decls);
2493 pedwarn ("jump to label %q+D", decl);
2494 pedwarn (" fro
[all...]
H A Dtypeck.c439 pedwarn ("%s between distinct pointer types %qT and %qT "
453 pedwarn ("%s between distinct pointer types %qT and %qT "
520 pedwarn ("ISO C++ forbids %s between pointer of type %<void *%> "
1289 pedwarn ("invalid application of %qs to a member function",
1344 pedwarn ("ISO C++ forbids applying %<sizeof%> to an expression of "
1395 pedwarn ("ISO C++ forbids applying %<__alignof%> to an expression of "
1923 point. So we just give a warning, instead of a pedwarn. */
2091 pedwarn ("%qD is not a template", decl);
2111 pedwarn ("%qD is not a template", decl);
2522 pedwarn ("IS
[all...]
H A Dcvt.c431 pedwarn (msg, reftype, intype);
501 pedwarn ("conversion from %qT to %qT discards qualifiers",
683 pedwarn ("conversion from %q#T to %q#T", intype, type);
927 pedwarn ("%s cannot resolve address of overloaded function",
H A Dfriend.c257 pedwarn ("class %qT is implicitly friends with itself",
H A Dtypeck2.c72 rather than just pedwarns. If `SOFT' is 1, then we just pedwarn. (For
82 fn = pedwarn;
346 pedwarn. */
357 p_msg = pedwarn;
709 pedwarn ("initializer-string for array of chars is too long");
1410 and calls. So just give a pedwarn at this point; we will give an
1413 diag_type = 2; /* pedwarn */
H A Dinit.c387 pedwarn ("%Juninitialized reference member %qD",
390 pedwarn ("%Juninitialized member %qD with %<const%> type %qT",
1906 pedwarn ("ISO C++ forbids initialization in array new");
2105 pedwarn ("size in array new must have integral type");
H A Dlex.c645 pedwarn ("there are no arguments to %qD that depend on a template "
H A Ddecl2.c727 pedwarn ("local class %q#T shall not have static data member %q#D",
1040 pedwarn ("%q+#D invalid; an anonymous union can only "
1046 pedwarn ("private member %q+#D in anonymous union", field);
1048 pedwarn ("protected member %q+#D in anonymous union", field);
1166 pedwarn ("%<operator new%> takes type %<size_t%> (%qT) "
H A Dexcept.c993 pedwarn ("%H%<...%> handler must be the last handler for"
H A Dpt.c659 pedwarn ("specialization of %qD in different namespace", tmpl);
660 pedwarn (" from definition of %q+#D", tmpl);
677 pedwarn ("explicit instantiation of %qD in namespace %qD "
756 pedwarn ("specializing %q#T in different namespace", type);
757 pedwarn (" from definition of %q+#D",
1945 pedwarn
3998 pedwarn ("to refer to a type member of a template parameter, "
11698 pedwarn ("duplicate explicit instantiation of %q#D", result);
11711 pedwarn ("explicit instantiation of non-template %q#D", result);
11720 pedwarn ("IS
[all...]
H A Dname-lookup.c732 pedwarn ("redeclaration of %<wchar_t%> as %qT",
854 pedwarn ("type mismatch with previous external decl of %q#D", x);
855 pedwarn ("previous external decl of %q+#D", decl);
1181 pedwarn ("name lookup of %qD changed for new ISO %<for%> scoping",
1183 pedwarn (" using obsolete binding at %q+D", decl);
H A Dcall.c669 pointers and integers with a pedwarn. */
676 enums and integers with a pedwarn. */
3217 pedwarn ("ISO C++ forbids omitting the middle term of a ?: expression");
3820 pedwarn ("no %<%D(int)%> declared for postfix %qs, "
4277 pedwarn ("invalid conversion from %qT to %qT", TREE_TYPE (expr), totype);
4279 pedwarn (" initializing argument %P of %qD", argnum, fn);
4877 pedwarn ("passing %qT as %<this%> argument of %q#D discards qualifiers",
6357 pedwarn ("\
H A Dclass.c2500 pedwarn ("%q+#D invalid; an anonymous union can "
2506 pedwarn ("private member %q+#D in anonymous union", elt);
2508 pedwarn ("protected member %q+#D in anonymous union", elt);
3046 pedwarn ("field %q+#D with same name as class", x);
6005 pedwarn ("assuming pointer to member %qD", fn);
6008 pedwarn ("(a pointer to member can only be formed with %<&%E%>)", fn);
H A Dparser.c2093 pedwarn ("ISO C++ does not support %<long long%>");
3200 pedwarn ("ISO C++ forbids braced-groups within expressions");
4092 pedwarn (TYPE_P (new_scope)
4483 pedwarn ("ISO C++ forbids compound-literals");
7393 pedwarn ("ISO C++ forbids computed gotos");
7534 pedwarn ("extra %<;%>");
8528 pedwarn ("anachronistic old-style base class initializer");
9310 pedwarn ("%<<::%> cannot begin a template-argument list");
10590 pedwarn ("using %<typename%> outside of template");
10947 pedwarn ("comm
[all...]
H A Dsemantics.c2135 pedwarn ("template type parameters must use the keyword %<class%> or %<typename%>");

Completed in 565 milliseconds