Home | History | Annotate | Download | only in compiler

Lines Matching refs:yylex_destroy

836 int yylex_destroy (yyscan_t yyscanner );
2758 * This function is called from yylex_destroy(), so don't allocate here.
2787 /* yylex_destroy is for both reentrant and non-reentrant scanners. */
2788 int yylex_destroy (yyscan_t yyscanner)
3168 return yylex_destroy(scanner);