Home
last modified time | relevance | path

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

/external/bison/src/
Dparse-gram.y49 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
Dparse-gram.c64 #define yyerror gram_error
234 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
/external/bison/
DChangeLog6052 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 get
8292 (gram_error): Use complain_at.