Home | History | Annotate | Download | only in bison

Lines Matching full:destructor

645 ** Destructor calls fixed for lookaheads altered in semantic actions:
649 determine which destructor to call for the lookahead upon a syntax
1132 ** Default %destructor or %printer with "<*>" or "<>"
1134 Bison now recognizes two separate kinds of default %destructor's and
1137 1. Place "<*>" in a %destructor/%printer symbol list to define a default
1138 %destructor/%printer for all grammar symbols for which you have formally
1141 2. Place "<>" in a %destructor/%printer symbol list to define a default
1142 %destructor/%printer for all grammar symbols without declared semantic
1147 longer applies any %destructor to a mid-rule value if that mid-rule value is
1150 The default %destructor's and %printer's are experimental. More user
1175 ** You may now declare per-type and default %destructor's and %printer's:
1187 %destructor { free ($$); } %symbol-default
1188 %destructor { free ($$); printf ("%d", @$.first_line); } STRING1 string1
1189 %destructor { } <character>
1195 "%destructor" in this case, so it invokes "free" only once.
1198 %destructor's and %printer's were experimental, and they were rewritten in
1333 ** %destructor vs. YYABORT, YYACCEPT, and YYERROR.
1440 - Experimental %destructor support has been added to lalr1.cc.
1470 - %destructor
2052 LocalWords: destructor lookahead YYRHSLOC YYLLOC Rhs ifndef YYFAIL cpp sr rr
2056 LocalWords: Graphviz xml nonterminals midrule destructor's YYSTYPE typedef ly