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

123

/haiku-buildtools/legacy/gcc/gcc/
H A Dc-parse.y249 pedwarn ("ANSI C forbids an empty source file");
308 { pedwarn ("empty declaration"); }
315 pedwarn ("ANSI C does not allow extra `;' outside of a function"); }
429 pedwarn ("ANSI C forbids `&&'");
449 pedwarn ("ANSI C forbids `&...'");
499 pedwarn ("ANSI C forbids constructor expressions");
568 pedwarn ("ANSI C forbids omitting the middle term of a ?: expression");
663 pedwarn ("type mismatch in implicit declaration for built-in function `%s'",
672 pedwarn ("built-in function `%s' used without declaration",
722 pedwarn ("ANS
[all...]
H A Dcexp.y141 void pedwarn PVPROTO((const char *, ...)) ATTRIBUTE_PRINTF_1;
198 pedwarn ("comma operator in operand of `#if'");
482 pedwarn ("integer constant contains digits beyond the radix");
485 pedwarn ("integer constant out of range");
857 pedwarn ("non-ANSI-standard escape sequence, `\\%c'", c);
900 pedwarn ("octal escape sequence out of range");
931 pedwarn ("hex escape sequence out of range");
944 pedwarn ("integer overflow in preprocessor expression");
1161 pedwarn VPROTO ((char * msgid, ...))
1174 fprintf (stderr, "pedwarn
[all...]
H A Dc-parse.in287 pedwarn ("ANSI C forbids an empty source file");
349 { pedwarn ("empty declaration"); }
356 pedwarn ("ANSI C does not allow extra `;' outside of a function"); }
474 pedwarn ("ANSI C forbids `&&'");
494 pedwarn ("ANSI C forbids `&...'");
544 pedwarn ("ANSI C forbids constructor expressions");
613 pedwarn ("ANSI C forbids omitting the middle term of a ?: expression");
750 pedwarn ("type mismatch in implicit declaration for built-in function `%s'",
759 pedwarn ("built-in function `%s' used without declaration",
836 pedwarn ("ANS
[all...]
H A Dtoplev.h53 extern void pedwarn PVPROTO ((const char *, ...))
H A Dc-typeck.c389 pedwarn ("function types not truly compatible in ANSI C");
403 pedwarn ("function types not truly compatible in ANSI C");
548 pedwarn ("types are not quite compatible");
827 pedwarn ("sizeof applied to a function type");
833 pedwarn ("sizeof applied to a void type");
1457 pedwarn ("ANSI C forbids subscripting `register' array");
1459 pedwarn ("ANSI C forbids subscripting non-lvalue array");
1468 pedwarn ("ANSI C forbids subscripting non-lvalue array");
2239 pedwarn ("ANSI C forbids comparison of `void *' with function pointer");
2245 pedwarn ("ANS
[all...]
H A Dc-lex.c971 pedwarn ("hex escape out of range");
1027 pedwarn ("non-ANSI-standard escape sequence, `\\%c'", c);
1040 pedwarn ("non-ANSI escape sequence `\\%c'", c);
1044 pedwarn ("unknown escape sequence `\\%c'", c);
1046 pedwarn ("unknown escape sequence: `\\' followed by char code 0x%x", c);
1142 pedwarn ("ANSI C forbids imaginary numeric constants");
1177 This is not pedwarn, because some people don't want
1322 pedwarn ("`$' in identifier");
1368 pedwarn ("ANSI does not permit the keyword `%s'",
1715 pedwarn ("ANS
[all...]
H A Dc-parse.c1769 pedwarn ("ANSI C forbids an empty source file");
1833 { pedwarn ("empty declaration"); ;
1842 pedwarn ("ANSI C does not allow extra `;' outside of a function"); ;
1984 pedwarn ("ANSI C forbids `&&'");
2053 pedwarn ("ANSI C forbids constructor expressions");
2158 pedwarn ("ANSI C forbids omitting the middle term of a ?: expression");
2258 pedwarn ("type mismatch in implicit declaration for built-in function `%s'",
2267 pedwarn ("built-in function `%s' used without declaration",
2326 pedwarn ("ANSI C forbids braced-groups within expressions");
2385 pedwarn ("ANS
[all...]
H A Dc-decl.c2220 pedwarn ("`%s' was declared implicitly `extern' and later `static'",
2412 pedwarn ("`%s' was previously implicitly declared to return `int'",
2433 pedwarn ("`%s' was declared implicitly `extern' and later `static'",
2437 pedwarn ("`%s' was declared `extern' and later `static'",
2533 pedwarn ("declaration of `%s' shadows a parameter",
2536 pedwarn ("declaration of `%s' shadows a symbol from the parameter list",
3685 /* 1 => we have done a pedwarn. 2 => we have done a warning, but
3686 no pedwarn. */
3717 pedwarn ("unnamed struct/union that defines no instances");
3748 pedwarn ("empt
[all...]
H A Dcexp.c137 void pedwarn PVPROTO((const char *, ...)) ATTRIBUTE_PRINTF_1;
850 pedwarn ("comma operator in operand of `#if'");
1400 pedwarn ("integer constant contains digits beyond the radix");
1403 pedwarn ("integer constant out of range");
1775 pedwarn ("non-ANSI-standard escape sequence, `\\%c'", c);
1818 pedwarn ("octal escape sequence out of range");
1849 pedwarn ("hex escape sequence out of range");
1862 pedwarn ("integer overflow in preprocessor expression");
2079 pedwarn VPROTO ((char * msgid, ...))
2092 fprintf (stderr, "pedwarn
2073 pedwarn VPROTO ((char * msgid, ...)) function
[all...]
H A Dcccp.c990 void pedwarn PVPROTO((const char *, ...)) ATTRIBUTE_PRINTF_1;
2187 pedwarn ("file does not end in newline");
3072 pedwarn ("`$' in identifier");
3768 pedwarn ("`#' followed by integer");
4371 pedwarn ("ANSI C does not allow `#import'");
4373 pedwarn ("ANSI C does not allow `#include_next'");
5331 pedwarn ("file does not end in newline");
5767 pedwarn ("another parameter follows `%s'",
5781 pedwarn ("invalid character in macro parameter name");
5791 pedwarn ("ANS
9571 pedwarn VPROTO ((const char * msgid, ...)) function
[all...]
/haiku-buildtools/gcc/gcc/
H A Ddiagnostic-core.h74 extern bool pedwarn (location_t, int, const char *, ...)
/haiku-buildtools/legacy/gcc/gcc/objc/
H A Dobjc-parse.y238 pedwarn ("ANSI C forbids an empty source file");
298 { pedwarn ("empty declaration"); }
305 pedwarn ("ANSI C does not allow extra `;' outside of a function"); }
421 pedwarn ("ANSI C forbids `&&'");
441 pedwarn ("ANSI C forbids `&...'");
491 pedwarn ("ANSI C forbids constructor expressions");
560 pedwarn ("ANSI C forbids omitting the middle term of a ?: expression");
691 pedwarn ("type mismatch in implicit declaration for built-in function `%s'",
700 pedwarn ("built-in function `%s' used without declaration",
775 pedwarn ("ANS
[all...]
H A Dobjc-parse.c2179 pedwarn ("ANSI C forbids an empty source file");
2243 { pedwarn ("empty declaration"); ;
2252 pedwarn ("ANSI C does not allow extra `;' outside of a function"); ;
2394 pedwarn ("ANSI C forbids `&&'");
2463 pedwarn ("ANSI C forbids constructor expressions");
2568 pedwarn ("ANSI C forbids omitting the middle term of a ?: expression");
2704 pedwarn ("type mismatch in implicit declaration for built-in function `%s'",
2713 pedwarn ("built-in function `%s' used without declaration",
2797 pedwarn ("ANSI C forbids braced-groups within expressions");
2896 pedwarn ("ANS
[all...]
/haiku-buildtools/legacy/gcc/gcc/ch/
H A Dxtypeck.c77 pedwarn ("register variable `%s' used in nested function",
100 pedwarn ("address of register variable `%s' requested",
H A Dconvert.c380 pedwarn ("no initializer value for fixed field `%s'",
422 pedwarn ("non-constant value for tag field `%s'",
481 pedwarn ("missing variant fields (at least `%s')",
511 pedwarn ("no initializer value for variant field `%s'",
517 pedwarn ("no selected variant");
532 pedwarn ("mixture of labelled and unlabelled tuple elements");
899 pedwarn ("mixture of labelled and unlabelled tuple elements");
/haiku-buildtools/gcc/gcc/c/
H A Dc-decl.c891 pedwarn (csi->location, 0,
896 pedwarn (csi->location, 0,
1293 pedwarn (input_location, 0,
1923 pedwarned = pedwarn (input_location, 0,
1936 pedwarned = pedwarn (input_location, 0,
3158 warned = pedwarn (loc, OPT_Wimplicit_function_declaration,
4129 /* WARNED is 1 if we have done a pedwarn, 2 if we have done a warning,
4130 but no pedwarn. */
4161 pedwarn (input_location, 0,
4171 pedwarn (input_locatio
[all...]
H A Dc-typeck.c601 pedwarn (input_location, OPT_Wpedantic,
626 pedwarn (input_location, OPT_Wpedantic,
1280 pedwarn (location, OPT_Wpedantic, "pointers to arrays with different qualifiers "
1284 pedwarn (location, OPT_Wpedantic, "types are not quite compatible");
1621 pedwarn (input_location, 0, "function return types not compatible due to %<volatile%>");
2571 pedwarn (loc, OPT_Wpedantic,
2991 pedwarn (loc, 0,
3028 pedwarn (loc, 0,
3581 pedwarn (loc, OPT_Wpointer_arith,
3584 pedwarn (lo
[all...]
/haiku-buildtools/legacy/gcc/gcc/cp/
H A Dtypeck2.c78 rather than just pedwarns. If `SOFT' is 1, then we just pedwarn. (For
626 pedwarn ("initializer list being treated as compound expression");
679 pedwarn ("ANSI C++ forbids non-constant aggregate initializer expressions");
793 pedwarn ("initializer-string for array of chars is too long");
1184 pedwarn ("excess elements in aggregate initializer");
1473 pedwarn ("initializer list being treated as compound expression");
1663 pedwarn ("ANSI C++ forbids defining types within %s",string);
H A Dlex.c1322 pedwarn ("ANSI C++ forbids newline in string constant");
2686 pedwarn ("hex escape out of range");
2733 pedwarn ("non-ANSI-standard escape sequence, `\\%c'", c);
2746 pedwarn ("unknown escape sequence `\\%c'", c);
2750 pedwarn ("unknown escape sequence `\\%c'", c);
2752 pedwarn ("unknown escape sequence: `\\' followed by char code 0x%x", c);
3003 pedwarn (msg, IDENTIFIER_POINTER (token));
3196 pedwarn ("ANSI C++ forbids imaginary numeric constants");
3226 This is not pedwarn, become some people don't want
3307 pedwarn ("`
[all...]
H A Dtypeck.c1570 pedwarn ("ANSI C++ forbids taking the sizeof a function type");
1576 pedwarn ("ANSI C++ forbids taking the sizeof a method type");
1582 pedwarn ("ANSI C++ forbids taking the sizeof a void type");
1647 pedwarn ("ANSI C++ forbids taking the sizeof a function type");
2489 pedwarn ("ANSI C++ forbids subscripting non-lvalue array");
2969 pedwarn ("ANSI C++ forbids calling `main' from within program");
3600 pedwarn ("ANSI C++ forbids comparison of `void *' with function pointer");
3602 pedwarn ("ANSI C++ forbids conversion of a pointer to member to `void *'");
3608 pedwarn ("ANSI C++ forbids comparison of `void *' with function pointer");
3781 pedwarn ("ANS
[all...]
H A Dparse.y611 { pedwarn ("empty declaration"); }
824 pedwarn ("anachronistic old style base class initializer");
830 pedwarn ("anachronistic old style base class initializer");
947 pedwarn ("`>>' should be `> >' in template class name");
1100 pedwarn ("ANSI C++ forbids `&&'");
1206 pedwarn ("ANSI C++ forbids initialization of new expression with `='");
1236 pedwarn ("ANSI C++ forbids constructor-expressions");
1435 pedwarn ("ANSI C++ forbids braced-groups within expressions");
1568 pedwarn ("ANSI C++ forbids braced-groups within expressions");
2199 pedwarn ("comm
[all...]
H A Derrfn.c245 cp_thing ((errorfn *) pedwarn, 0, format, ap);
H A Dparse.c4762 { pedwarn ("empty declaration"); ;
5006 pedwarn ("anachronistic old style base class initializer");
5014 pedwarn ("anachronistic old style base class initializer");
5118 pedwarn ("`>>' should be `> >' in template class name");
5281 pedwarn ("ANSI C++ forbids `&&'");
5403 pedwarn ("ANSI C++ forbids initialization of new expression with `='");
5433 pedwarn ("ANSI C++ forbids constructor-expressions");
5658 pedwarn ("ANSI C++ forbids braced-groups within expressions");
6469 pedwarn ("comma at end of enumerator list"); ;
7005 pedwarn ("ANS
[all...]
/haiku-buildtools/gcc/gcc/config/vms/
H A Dvms-c.c256 pedwarn (input_location, OPT_Wpragmas,
/haiku-buildtools/gcc/gcc/cp/
H A Derror.c3541 pedwarn (input_location, 0,
3546 pedwarn (input_location, 0,
3551 pedwarn (input_location, 0,
3556 pedwarn (input_location, 0,
3561 pedwarn (input_location, 0,
3565 pedwarn (input_location, 0,
3569 pedwarn (input_location, 0,
3574 pedwarn (input_location, OPT_Wpedantic,
3579 pedwarn (input_location, 0,
3584 pedwarn (input_locatio
[all...]

Completed in 312 milliseconds

123