Home
last modified time | relevance | path

Searched refs:gram_error (Results 1 – 3 of 3) sorted by relevance

/external/bison/src/
Dparse-gram.y50 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
Dparse-gram.c67 #define yyerror gram_error
126 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
/external/bison/
DChangeLog-201214313 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 get
16553 (gram_error): Use complain_at.