Searched refs:yylex_destroy (Results 1 – 12 of 12) sorted by relevance
63 # define yylex_destroy() yy_delete_buffer (YY_CURRENT_BUFFER) macro
175 yylex_destroy ();
936 yylex_destroy ();
957 yylex_destroy (); in code_scanner_free()
353 yylex_destroy(mHandle);
602 int yylex_destroy (void );1983 int yylex_destroy (void) in yylex_destroy() function
570 yylex_destroy(scanner); in glslang_finalize()
1140 int yylex_destroy (yyscan_t yyscanner );3258 int yylex_destroy (yyscan_t yyscanner) in yylex_destroy() function3500 yylex_destroy(scanner); in glslang_finalize()
507 yylex_destroy(scanner); in _mesa_program_lexer_dtor()
512 yylex_destroy(state->scanner);
2979 Use it to define yylex_destroy when needed.
5376 (scan_skel): Move yylex_destroy to...6542 * src/flex-scanner.h (yylex_destroy): Define for Flex before 2.5.9.6546 yy_delete_buffer (YY_CURRENT_BUFFER) directly, invoke yylex_destroy,