HomeSort by relevance Sort by last modified time
    Searched defs:yylex_destroy (Results 1 - 3 of 3) 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
  /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_lex.cpp 3107 int yylex_destroy (yyscan_t yyscanner) function
    [all...]

Completed in 431 milliseconds