HomeSort by relevance Sort by last modified time
    Searched refs:ReturnError (Results 1 - 4 of 4) sorted by null

  /external/llvm/lib/TableGen/
TGLexer.cpp 41 /// ReturnError - Set the error to the specified string at the specified
43 tgtok::TokKind TGLexer::ReturnError(const char *Loc, const Twine &Msg) {
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(TokStart, "Invalid variable name")
    [all...]
TGLexer.h 110 tgtok::TokKind ReturnError(const char *Loc, const Twine &Msg);
  /external/llvm/lib/MC/MCParser/
AsmLexer.cpp 44 /// ReturnError - Set the error to the specified string at the specified
46 AsmToken AsmLexer::ReturnError(const char *Loc, const std::string &Msg) {
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(TokStart, "unterminated single quote")
    [all...]
  /external/llvm/include/llvm/MC/MCParser/
AsmLexer.h 57 AsmToken ReturnError(const char *Loc, const std::string &Msg);

Completed in 83 milliseconds