Searched defs:yylex (Results 1 - 1 of 1) sorted by relevance

/frameworks/compile/mclinker/include/mcld/Script/
H A DFlexLexer.h84 virtual int yylex() = 0;
86 // Call yylex with new input/output sources.
87 int yylex( FLEX_STD istream* new_in, FLEX_STD ostream* new_out = 0 ) function in class:FlexLexer
90 return yylex();
124 // only make that assignment when initializing in yylex().
137 virtual int yylex();

Completed in 214 milliseconds