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

/freebsd-current/contrib/llvm-project/llvm/lib/TableGen/
H A DTGLexer.cpp70 /// ReturnError - Set the error to the specified string at the specified
72 tgtok::TokKind TGLexer::ReturnError(SMLoc Loc, const Twine &Msg) { function in class:TGLexer
77 tgtok::TokKind TGLexer::ReturnError(const char *Loc, const Twine &Msg) { function in class:TGLexer
78 return ReturnError(SMLoc::getFromPointer(Loc), Msg);
154 return ReturnError(TokStart, "Unexpected character");
197 return ReturnError(TokStart, "Invalid '..' punctuation");
221 return ReturnError(TokStart, "Unexpected character");
279 return ReturnError(StrStart, "End of file in string literal");
282 return ReturnError(StrStart, "End of line in string literal");
307 return ReturnError(CurPt
[all...]
H A DTGLexer.h246 tgtok::TokKind ReturnError(SMLoc Loc, const Twine &Msg);
247 tgtok::TokKind ReturnError(const char *Loc, const Twine &Msg);
/freebsd-current/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DAsmLexer.cpp54 /// ReturnError - Set the error to the specified string at the specified
56 AsmToken AsmLexer::ReturnError(const char *Loc, const std::string &Msg) { function in class:AsmLexer
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");
406 return ReturnError(TokStart, "invalid " + radixName(Radix) + " number");
426 return ReturnError(TokStart,
441 return ReturnError(TokStar
[all...]
/freebsd-current/contrib/llvm-project/llvm/include/llvm/MC/MCParser/
H A DAsmLexer.h60 AsmToken ReturnError(const char *Loc, const std::string &Msg);

Completed in 186 milliseconds