Searched defs:lloc_default (Results 1 - 1 of 1) sorted by relevance

/external/bison/src/
H A 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) function

Completed in 147 milliseconds