Searched refs:gram_error (Results 1 – 3 of 3) sorted by relevance
49 gram_error (&yylloc, Msg)50 static void gram_error (location const *, char const *);581 gram_error (location const *loc, char const *msg) in gram_error() function
64 #define yyerror gram_error234 gram_error (&yylloc, Msg)235 static void gram_error (location const *, char const *);2475 gram_error (location const *loc, char const *msg) in gram_error() function
6052 gram_error can be static; it need not be extern.6053 * src/reader.h (gram_error): Remove decl.6054 * src/parse-gram.y (gram_error): Now static. Add static decl.6094 (gram_error): Rename local variable yylloc -> loc.6103 * src/parse-gram.y (gram_error): loc is now const *.6104 * src/reader.h (gram_error): Likewise.8159 * src/reader.h, src/reader.c (gram_error): ... can't get8292 (gram_error): Use complain_at.