HomeSort by relevance Sort by last modified time
    Searched refs:yylex_destroy (Results 1 - 10 of 10) sorted by null

  /external/bison/src/
flex-scanner.h 59 versions according to the Flex manual) leak memory if yylex_destroy is not
60 invoked. However, yylex_destroy is not defined before Flex 2.5.9, so give
63 # define yylex_destroy() yy_delete_buffer (YY_CURRENT_BUFFER) macro
scan-skel.l 175 yylex_destroy ();
scan-gram.l 936 yylex_destroy ();
scan-code.l 957 yylex_destroy ();
  /external/chromium_org/third_party/angle/src/compiler/preprocessor/
Tokenizer.l 339 yylex_destroy(mHandle);
  /external/bison/examples/calc++/
calc++-scanner.cc 602 int yylex_destroy (void );
1983 int yylex_destroy (void) function
    [all...]
  /external/chromium_org/third_party/angle/src/compiler/translator/
glslang.l 530 yylex_destroy(scanner);
glslang_lex.cpp 3107 int yylex_destroy (yyscan_t yyscanner) function
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/program/
program_lexer.l 507 yylex_destroy(scanner);
  /external/mesa3d/src/mesa/program/
program_lexer.l 507 yylex_destroy(scanner);

Completed in 405 milliseconds