HomeSort by: relevance | last modified time | path
    Searched refs:ReturnError (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/TableGen/
TGLexer.cpp 68 /// ReturnError - Set the error to the specified string at the specified
70 tgtok::TokKind TGLexer::ReturnError(SMLoc Loc, const Twine &Msg) {
75 tgtok::TokKind TGLexer::ReturnError(const char *Loc, const Twine &Msg) {
76 return ReturnError(SMLoc::getFromPointer(Loc), Msg);
152 return ReturnError(TokStart, "Unexpected character");
195 return ReturnError(TokStart, "Invalid '..' punctuation");
219 return ReturnError(TokStart, "Unexpected character");
277 return ReturnError(StrStart, "End of file in string literal");
280 return ReturnError(StrStart, "End of line in string literal");
305 return ReturnError(CurPtr, "escaped newlines not supported in tblgen")
    [all...]
TGLexer.h 138 tgtok::TokKind ReturnError(SMLoc Loc, const Twine &Msg);
139 tgtok::TokKind ReturnError(const char *Loc, const Twine &Msg);
  /src/external/apache2/llvm/dist/llvm/lib/MC/MCParser/
AsmLexer.cpp 54 /// ReturnError - Set the error to the specified string at the specified
56 AsmToken AsmLexer::ReturnError(const char *Loc, const std::string &Msg) {
83 return ReturnError(CurPtr, "invalid sign in float literal");
123 return ReturnError(TokStart, "invalid hexadecimal floating-point constant: "
128 return ReturnError(TokStart, "invalid hexadecimal floating-point constant: "
141 return ReturnError(TokStart, "invalid hexadecimal floating-point constant: "
217 return ReturnError(TokStart, "unterminated comment");
405 return ReturnError(TokStart, "invalid " + radixName(Radix) + " number");
425 return ReturnError(TokStart,
440 return ReturnError(TokStart, "invalid hexadecimal number")
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/MC/MCParser/
AsmLexer.h 60 AsmToken ReturnError(const char *Loc, const std::string &Msg);

Completed in 27 milliseconds