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

/frameworks/compile/mclinker/lib/Script/
H A DScriptScanner.ll229 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, yyleng);
250 const std::string& str = pScriptFile.createParserStr(yytext + 2, yyleng - 2);
261 const std::string& str = pScriptFile.createParserStr(yytext, yyleng);
H A DScriptFile.cpp234 const std::string& ScriptFile::createParserStr(const char* pText, function in class:mcld::ScriptFile
H A DScriptParser.yy522 { $$ = &m_ScriptFile.createParserStr("*", 1); }
524 { $$ = &m_ScriptFile.createParserStr("?", 1); }
/frameworks/compile/mclinker/include/mcld/Script/
H A DScriptFile.h150 static const std::string& createParserStr(const char* pText, size_t pLength);

Completed in 92 milliseconds