Searched refs:gram_error (Results 1 – 3 of 3) sorted by relevance
50 gram_error (&yylloc, Msg)51 static void gram_error (location const *, char const *);771 gram_error (location const *loc, char const *msg) in gram_error() function
67 #define yyerror gram_error126 gram_error (&yylloc, Msg)127 static void gram_error (location const *, char const *);3236 gram_error (location const *loc, char const *msg) in gram_error() function
14313 gram_error can be static; it need not be extern.14314 * src/reader.h (gram_error): Remove decl.14315 * src/parse-gram.y (gram_error): Now static. Add static decl.14355 (gram_error): Rename local variable yylloc -> loc.14364 * src/parse-gram.y (gram_error): loc is now const *.14365 * src/reader.h (gram_error): Likewise.16420 * src/reader.h, src/reader.c (gram_error): ... can't get16553 (gram_error): Use complain_at.