Home
last modified time | relevance | path

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

/external/bison/src/
Dparse-gram.y38 #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)
Dparse-gram.c114 #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/
DChangeLog-201218 * 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