Home
last modified time | relevance | path

Searched refs:getCurStrVal (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/TableGen/
DTGParser.cpp313 std::string Ret = Lex.getCurStrVal(); in ParseObjectName()
330 Record *Result = Records.getClass(Lex.getCurStrVal()); in ParseClassID()
332 TokError("Couldn't find class '" + Lex.getCurStrVal() + "'"); in ParseClassID()
349 MultiClass *Result = MultiClasses[Lex.getCurStrVal()]; in ParseMultiClassID()
351 TokError("Couldn't find class '" + Lex.getCurStrVal() + "'"); in ParseMultiClassID()
363 MultiClass *MC = MultiClasses[Lex.getCurStrVal()]; in ParseDefmID()
365 TokError("Couldn't find multiclass '" + Lex.getCurStrVal() + "'"); in ParseDefmID()
638 std::string Name = Lex.getCurStrVal(); in ParseIDValue()
1050 std::string Val = Lex.getCurStrVal(); in ParseSimpleValue()
1055 Val += Lex.getCurStrVal(); in ParseSimpleValue()
[all …]
DTGLexer.h92 const std::string &getCurStrVal() const { in getCurStrVal() function
/external/llvm/lib/TableGen/
DTGParser.cpp418 Record *Result = Records.getClass(Lex.getCurStrVal()); in ParseClassID()
420 TokError("Couldn't find class '" + Lex.getCurStrVal() + "'"); in ParseClassID()
437 MultiClass *Result = MultiClasses[Lex.getCurStrVal()].get(); in ParseMultiClassID()
439 TokError("Couldn't find multiclass '" + Lex.getCurStrVal() + "'"); in ParseMultiClassID()
1154 std::string Val = Lex.getCurStrVal(); in ParseSimpleValue()
1159 Val += Lex.getCurStrVal(); in ParseSimpleValue()
1167 R = CodeInit::get(Lex.getCurStrVal()); in ParseSimpleValue()
1176 std::string Name = Lex.getCurStrVal(); in ParseSimpleValue()
1414 OperatorName = Lex.getCurStrVal(); in ParseSimpleValue()
1522 if (!Result->getFieldType(Lex.getCurStrVal())) { in ParseValue()
[all …]
DTGLexer.h101 const std::string &getCurStrVal() const { in getCurStrVal() function