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

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

Completed in 24 milliseconds