Home
last modified time | relevance | path

Searched refs:yylex (Results 1 – 5 of 5) sorted by relevance

/frameworks/compile/mclinker/include/mcld/Script/
DFlexLexer.h83 virtual int yylex() = 0;
86 int yylex( std::istream& new_in, std::ostream& new_out ) in yylex() function
89 return yylex(); in yylex()
92 int yylex( std::istream* new_in, std::ostream* new_out = 0)
95 return yylex();
151 virtual int yylex();
/frameworks/compile/mclinker/lib/Script/
DScriptScanner.ll57 /* code to place at the beginning of yylex() */
391 #ifdef yylex
392 #undef yylex
395 int yyFlexLexer::yylex()
DScriptParser.yy24 #undef yylex
25 #define yylex m_ScriptScanner.lex
/frameworks/rs/
Dspec.l47 int yylex();
Drsg_generator.c465 void yylex();
484 yylex(); in main()