Searched refs:c_parse_error (Results 1 – 19 of 19) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/ |
H A D | c-common.h | 1145 extern void c_parse_error (const char *, enum cpp_ttype, tree, unsigned char,
|
H A D | c-common.c | 6122 c_parse_error (const char *gmsgid, enum cpp_ttype token_type, in c_parse_error() function
|
/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/ |
H A D | c-common.h | 1183 extern void c_parse_error (const char *, enum cpp_ttype, tree, unsigned char,
|
H A D | ChangeLog | 414 (c_parse_error): Likewise. 4889 (c_parse_error): Likewise. 5241 * c-common.c (c_parse_error): Add rich_location * param, using it 5243 * c-common.h (c_parse_error): Add rich_location * param. 8110 * c-common.c (c_parse_error): Print CPP_UTF8CHAR and 10685 * c-common.c (c_parse_error): Catch user-defined literal tokens and 11978 * c-common.c (c_parse_error): Handle CPP_DECLTYPE.
|
H A D | c-common.cc | 6507 c_parse_error (const char *gmsgid, enum cpp_ttype token_type, in c_parse_error() function
|
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | ChangeLog-2017 | 2112 c_parse_error. 2171 handling it if set by calling c_parse_error, potentially with a
|
H A D | ChangeLog-2003 | 204 * parser.c (cp_parser_error): Help c_parse_error print good 320 (cp_parser_error): Use c_parse_error.
|
H A D | ChangeLog-2009 | 2797 * parser.c (cp_parser_error): Pass token->flags to c_parse_error.
|
H A D | parser.cc | 3103 c_parse_error (gmsgid, in cp_parser_error_1()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c/ |
H A D | c-parser.c | 969 c_parse_error (gmsgid, in c_parser_error_richloc()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/c/ |
H A D | c-parser.cc | 998 c_parse_error (gmsgid, in c_parser_error_richloc()
|
H A D | ChangeLog | 3561 "richloc" parameter, passing it to the c_parse_error call,
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | ChangeLog-2009 | 5545 * c-common.c (c_parse_error): Handle CPP_UTF8STRING. 26624 * c-common.c (c_parse_error): Take a token_flags parameter. 26627 * c-common.h (c_parse_error): Update declaration.
|
H A D | ChangeLog-2003 | 1124 * c-common.h (c_parse_error): Declare it. 1125 * c-common.c (c_parse_error): New function.
|
H A D | ChangeLog-2006 | 23612 * c-common.c (c_parse_error): Pretty print CPP_PRAGMA and
|
H A D | ChangeLog-2008 | 22091 (c_parse_error): Support CPP_CHAR{16,32}.
|
H A D | ChangeLog-2005 | 15874 * c-common.c (c_parse_error): Likewise.
|
H A D | ChangeLog-2004 | 6864 (c_parse_error): Use it. Don't over-escape.
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | parser.c | 2950 c_parse_error (gmsgid, in cp_parser_error_1()
|