OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:yylex_destroy
(Results
1 - 11
of
11
) 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/
glslang.l
328
yylex_destroy
(scanner);
glslang_lex.cpp
2787
int
yylex_destroy
(yyscan_t yyscanner)
function
[
all
...]
/external/chromium_org/third_party/angle/src/compiler/preprocessor/
Tokenizer.l
335
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/mesa/src/src/mesa/program/
program_lexer.l
507
yylex_destroy
(scanner);
/external/mesa3d/src/mesa/program/
program_lexer.l
507
yylex_destroy
(scanner);
/system/core/sh/
arith_lex.c
1803
int
yylex_destroy
(void)
function
[
all
...]
Completed in 106 milliseconds