Searched refs:lloc_default (Results 1 – 3 of 3) sorted by relevance
/external/bison/src/ |
D | parse-gram.y | 38 #define YYLLOC_DEFAULT(Current, Rhs, N) (Current) = lloc_default (Rhs, N) 39 static YYLTYPE lloc_default (YYLTYPE const *, int); 691 lloc_default (YYLTYPE const *rhs, int n)
|
D | parse-gram.c | 114 #define YYLLOC_DEFAULT(Current, Rhs, N) (Current) = lloc_default (Rhs, N) 115 static YYLTYPE lloc_default (YYLTYPE const *, int); 3156 lloc_default (YYLTYPE const *rhs, int n) in lloc_default() function
|
/external/bison/ |
D | ChangeLog-2012 | 18 * src/parse-gram.c (lloc_default): Likewise. 19 * src/parse-gram.y (lloc_default): Likewise, and remove a 12099 * src/parse-gram.y (lloc_default): Rewrite to avoid compiler bug 13491 * src/parse-gram.y (lloc_default): Use loc, not r, for YYLTYPE 13801 * src/parse-gram.y (lloc_default): Remove test for empty 14219 * src/parse-gram.y (lloc_default): New function, which handles
|