OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:yylex_destroy
(Results
1 - 7
of
7
) 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
();
/system/tools/aidl/
aidl_language.cpp
30
void
yylex_destroy
(void *);
217
yylex_destroy
(scanner_);
/external/bison/examples/calc++/
calc++-scanner.cc
602
int
yylex_destroy
(void );
1983
int
yylex_destroy
(void)
function
[
all
...]
/external/mesa3d/src/mesa/program/
program_lexer.l
507
yylex_destroy
(scanner);
Completed in 1277 milliseconds