Home | History | Annotate | Download | only in doc

Lines Matching full:discarded

3307 @cindex discarded symbols, mid-rule actions
3314 Discarded Symbols}).
3585 of the symbols that were discarded during error processing, and the third
3586 parameter is the number of discarded symbols.
3918 @subsection Freeing Discarded Symbols
3919 @cindex freeing discarded symbols
3923 on the stack and tokens coming from the rest of the file are discarded
3926 symbols on the stack must be discarded. Even if the parser succeeds, it
3929 When discarded symbols convey heap based information, this memory is
3935 symbol is automatically discarded.
3942 with the discarded symbol. The additional parser parameters are also
3960 guarantees that when a @code{STRING} or a @code{string} is discarded,
3965 @cindex discarded symbols
3966 @dfn{Discarded symbols} are the following:
3985 error via @code{YYERROR} are not discarded automatically. As a rule
4206 discarded symbols. @xref{Destructor Decl, , Freeing Discarded Symbols}.
5941 already parsed are discarded, back to the last complete @code{stmnts}.)
5946 that the fourth rule can apply. Note that discarded symbols are
5948 Discarded Symbols}, for a means to reclaim this memory.
6003 probably correct. The previous look-ahead token ought to be discarded
6545 Shift/Reduce Conflicts}. Discarded actions are reported in between
7085 only means to avoid leaks. @xref{Destructor Decl, , Freeing Discarded
8191 discarded symbols. @xref{Destructor Decl, , Freeing Discarded Symbols}.