Searched refs:yylex_destroy (Results 1 – 14 of 14) 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()
335 yylex_destroy(mHandle);
328 yylex_destroy(scanner); in glslang_finalize()
865 int yylex_destroy (yyscan_t yyscanner );2787 int yylex_destroy (yyscan_t yyscanner) in yylex_destroy() function2937 yylex_destroy(scanner); in glslang_finalize()
602 int yylex_destroy (void );1983 int yylex_destroy (void) in yylex_destroy() function
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,