Home
last modified time | relevance | path

Searched refs:ReturnError (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/TableGen/
H A DTGLexer.cpp106 tgtok::TokKind TGLexer::ReturnError(SMLoc Loc, const Twine &Msg) { in ReturnError() function in TGLexer
111 tgtok::TokKind TGLexer::ReturnError(const char *Loc, const Twine &Msg) { in ReturnError() function in TGLexer
112 return ReturnError(SMLoc::getFromPointer(Loc), Msg); in ReturnError()
188 return ReturnError(TokStart, "unexpected character"); in LexToken()
231 return ReturnError(TokStart, "invalid '..' punctuation"); in LexToken()
254 return ReturnError(TokStart, "unexpected character"); in LexToken()
312 return ReturnError(StrStart, "end of file in string literal"); in LexString()
315 return ReturnError(StrStart, "end of line in string literal"); in LexString()
340 return ReturnError(CurPtr, "escaped newlines not supported in tblgen"); in LexString()
345 return ReturnError(StrStart, "end of file in string literal"); in LexString()
[all …]
H A DTGLexer.h249 tgtok::TokKind ReturnError(SMLoc Loc, const Twine &Msg);
250 tgtok::TokKind ReturnError(const char *Loc, const Twine &Msg);
/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DAsmLexer.cpp136 AsmToken AsmLexer::ReturnError(const char *Loc, const std::string &Msg) { in ReturnError() function in AsmLexer
163 return ReturnError(CurPtr, "invalid sign in float literal"); in LexFloatLiteral()
203 return ReturnError(TokStart, "invalid hexadecimal floating-point constant: " in LexHexFloatLiteral()
208 return ReturnError(TokStart, "invalid hexadecimal floating-point constant: " in LexHexFloatLiteral()
221 return ReturnError(TokStart, "invalid hexadecimal floating-point constant: " in LexHexFloatLiteral()
297 return ReturnError(TokStart, "unterminated comment"); in LexSlash()
486 return ReturnError(TokStart, "invalid " + radixName(Radix) + " number"); in LexDigit()
506 return ReturnError(TokStart, in LexDigit()
521 return ReturnError(TokStart, "invalid hexadecimal number"); in LexDigit()
534 return ReturnError(TokStart, "invalid binary number"); in LexDigit()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/MCParser/
H A DAsmLexer.h204 AsmToken ReturnError(const char *Loc, const std::string &Msg);
/freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/
H A DDemangleTestCases.inc15939 {"_ZN4llvm8AsmLexer11ReturnErrorEPKcRKSs", "llvm::AsmLexer::ReturnError(char const*, std::string co…