Home | History | Annotate | Download | only in doc

Lines Matching full:deferred

137 * GLR Semantic Actions::    Deferred semantic actions have special concerns.
733 * GLR Semantic Actions:: Deferred semantic actions have special concerns.
1096 @cindex deferred semantic actions
1097 By definition, a deferred semantic action is not performed at the same time as
1119 In a deferred semantic action, it's too late to influence syntax analysis.
1125 For example, if a semantic action might be deferred, you should never write it
1136 In a deferred semantic action, its effect is undefined.
4905 Do not modify @code{yychar} in a deferred semantic action (@pxref{GLR Semantic
4913 Do not invoke @code{yyclearin} in a deferred semantic action (@pxref{GLR
4927 Do not modify @code{yylloc} in a deferred semantic action (@pxref{GLR Semantic
4935 Do not modify @code{yylval} in a deferred semantic action (@pxref{GLR Semantic