Searched refs:error_init (Results 1 – 15 of 15) sorted by relevance
| /openbsd-src/gnu/usr.bin/gcc/gcc/ |
| H A D | c-typeck.c | 4642 error_init (msgid) in error_init() function 4733 error_init ("char-array initialized from wide string"); 4740 error_init ("int-array initialized from non-wide string"); 4800 error_init ("invalid use of non-lvalue array"); 4818 error_init ("array initialized from non-constant array expression"); 4835 error_init ("initializer element is not constant"); 4853 error_init ("initializer element is not constant"); 4874 error_init ("initializer element is not constant"); 4880 error_init ("initializer element is not computable at load time"); 4891 error_init ("variable-sized object may not be initialized"); [all …]
|
| H A D | c-tree.h | 281 extern void error_init PARAMS ((const char *));
|
| H A D | FSFChangeLog | 783 (error_init, pedwarn_init): Now takes one arg. All callers changed. 784 * c-tree.h (error_init, pedwarn_init): Likewise.
|
| H A D | ChangeLog.1 | 4680 build_indirect_ref, lvalue_or_else, readonly_warning, error_init, 4687 error_init, pedwarn_init, start_init): Likewise.
|
| H A D | ChangeLog.2 | 1976 pedantic_lvalue_warning, error_init, pedwarn_init, warning_init):
|
| H A D | ChangeLog.6 | 1263 * c-typeck.c (error_init, pedwarn_init, warning_init): Call
|
| /openbsd-src/usr.sbin/amd/amd/ |
| H A D | mapc.c | 184 static int error_init(char *, time_t *); 204 { "error", error_init, error_reload, error_search, error_mtime, MAPC_NONE }, 786 error_init(char *map, time_t *tp) in error_init() function
|
| /openbsd-src/gnu/gcc/gcc/ |
| H A D | c-typeck.c | 4516 error_init (const char *msgid) in error_init() function 4628 error_init ("char-array initialized from wide string"); in digest_init() 4633 error_init ("wchar_t-array initialized from non-wide string"); in digest_init() 4657 error_init ("array of inappropriate type initialized " in digest_init() 4721 error_init ("invalid use of non-lvalue array"); in digest_init() 4747 error_init ("array initialized from non-constant array expression"); in digest_init() 4764 error_init ("initializer element is not constant"); in digest_init() 4774 error_init ("initializer element is not constant"); in digest_init() 4804 error_init ("initializer element is not constant"); in digest_init() 4811 error_init ("initializer element is not computable at load time"); in digest_init() [all …]
|
| H A D | c-tree.h | 556 extern void error_init (const char *);
|
| H A D | c-parser.c | 7442 goto error_init; in c_parser_omp_for_loop() 7459 goto error_init; in c_parser_omp_for_loop() 7499 error_init: in c_parser_omp_for_loop()
|
| /openbsd-src/gnu/usr.bin/binutils/gdb/ |
| H A D | main.c | 194 error_init (); in captured_main()
|
| H A D | defs.h | 909 extern void error_init (void);
|
| H A D | utils.c | 708 error_init (void) in error_init() function
|
| H A D | ChangeLog-1999 | 1125 (error_init): Use mem_fileopen. 2289 (error_init): New function. Initializes error handling machinery. 2294 * main.c (main): Add call to error_init().
|
| H A D | ChangeLog-2003 | 7790 * main.c (error_init): Delete declaration. 7791 * defs.h (error_init): Declare.
|