Home
last modified time | relevance | path

Searched refs:yyout (Results 1 – 3 of 3) sorted by relevance

/frameworks/compile/mclinker/include/mcld/Script/
DScriptScanner.h39 explicit ScriptScanner(std::istream* yyin = NULL, std::ostream* yyout = NULL);
DFlexLexer.h162 FLEX_STD ostream* yyout; // output sink for default LexerOutput variable
/frameworks/compile/mclinker/lib/Script/
DScriptScanner.ll288 ScriptScanner::ScriptScanner(std::istream* yyin, std::ostream* yyout)
289 : yyFlexLexer(yyin, yyout), m_Kind(ScriptFile::Unknown)