Searched defs:ReturnError (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/MC/MCParser/
H A DAsmLexer.cpp44 /// ReturnError - Set the error to the specified string at the specified
46 AsmToken AsmLexer::ReturnError(const char *Loc, const std::string &Msg) { function in class:AsmLexer
133 return ReturnError(TokStart, "unterminated comment");
192 return ReturnError(TokStart, "invalid decimal number");
217 return ReturnError(TokStart, "invalid binary number");
223 return ReturnError(TokStart, "invalid binary number");
240 return ReturnError(CurPtr-2, "invalid hexadecimal number");
244 return ReturnError(TokStart, "invalid hexadecimal number");
261 return ReturnError(TokStart, "invalid octal number");
278 return ReturnError(TokStar
[all...]
/external/llvm/lib/TableGen/
H A DTGLexer.cpp41 /// ReturnError - Set the error to the specified string at the specified
43 tgtok::TokKind TGLexer::ReturnError(const char *Loc, const Twine &Msg) { function in class:TGLexer
101 return ReturnError(TokStart, "Unexpected character");
134 return ReturnError(TokStart, "Unexpected character");
192 return ReturnError(StrStart, "End of file in string literal");
195 return ReturnError(StrStart, "End of line in string literal");
220 return ReturnError(CurPtr, "escaped newlines not supported in tblgen");
225 return ReturnError(StrStart, "End of file in string literal");
228 return ReturnError(CurPtr, "invalid escape in string literal");
238 return ReturnError(TokStar
[all...]

Completed in 487 milliseconds