Searched refs:createParserStr (Results 1 - 4 of 4) sorted by relevance

/frameworks/compile/mclinker/lib/Script/
H A DScriptScanner.ll222 const std::string& str = pScriptFile.createParserStr(yytext, yyleng);
229 const std::string& str = pScriptFile.createParserStr(yytext, yyleng);
236 const std::string& str = pScriptFile.createParserStr(yytext, yyleng);
243 const std::string& str = pScriptFile.createParserStr(yytext + 2, yyleng - 2);
254 const std::string& str = pScriptFile.createParserStr(yytext, yyleng);
H A DScriptFile.cpp239 const std::string& ScriptFile::createParserStr(const char* pText, function in class:ScriptFile
H A DScriptParser.yy511 { $$ = &m_ScriptFile.createParserStr("*", 1); }
513 { $$ = &m_ScriptFile.createParserStr("?", 1); }
/frameworks/compile/mclinker/include/mcld/Script/
H A DScriptFile.h140 static const std::string& createParserStr(const char* pText, size_t pLength);

Completed in 5818 milliseconds