Searched refs:c_parser_error_richloc (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c/ |
H A D | c-parser.c | 946 c_parser_error_richloc (c_parser *parser, const char *gmsgid, in c_parser_error_richloc() function 992 return c_parser_error_richloc (parser, gmsgid, &richloc); in c_parser_error() 1163 if (c_parser_error_richloc (parser, msgid, &richloc)) in c_parser_require()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/c/ |
H A D | c-parser.cc | 956 c_parser_error_richloc (c_parser *parser, const char *gmsgid, in c_parser_error_richloc() function 1021 return c_parser_error_richloc (parser, gmsgid, &richloc); in c_parser_error() 1191 if (c_parser_error_richloc (parser, msgid, &richloc)) in c_parser_require()
|
H A D | ChangeLog | 1346 (c_parser_error_richloc): Add name_hint if seen_string_literal 3560 (c_parser_error_richloc): ...this, making static, and adding
|