Lines Matching refs:YYLLOC_DEFAULT
1194 describes a special usage of @code{YYLLOC_DEFAULT} in GLR parsers.
4184 @vindex YYLLOC_DEFAULT
4185 @cindex GLR parsers and @code{YYLLOC_DEFAULT}
4190 rule. The @code{YYLLOC_DEFAULT} macro is invoked each time a rule is
4194 parser invokes @code{YYLLOC_DEFAULT} recursively to compute the location
4200 The @code{YYLLOC_DEFAULT} macro takes three parameters. The first one is
4206 right hand sides it passes to @code{YYLLOC_DEFAULT} is undefined.
4211 By default, @code{YYLLOC_DEFAULT} is defined this way:
4215 # define YYLLOC_DEFAULT(Cur, Rhs, N) \
4240 When defining @code{YYLLOC_DEFAULT}, you should consider that:
4245 result) should be modified by @code{YYLLOC_DEFAULT}.