Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/TableGen/
H A DTGLexer.cpp70 tgtok::TokKind TGLexer::ReturnError(SMLoc Loc, const Twine &Msg) { in ReturnError() function in TGLexer
75 tgtok::TokKind TGLexer::ReturnError(const char *Loc, const Twine &Msg) { in ReturnError() function in TGLexer
76 return ReturnError(SMLoc::getFromPointer(Loc), Msg); in ReturnError()
152 return ReturnError(TokStart, "Unexpected character"); in LexToken()
195 return ReturnError(TokStart, "Invalid '..' punctuation"); in LexToken()
219 return ReturnError(TokStart, "Unexpected character"); in LexToken()
277 return ReturnError(StrStart, "End of file in string literal"); in LexString()
280 return ReturnError(StrStart, "End of line in string literal"); in LexString()
305 return ReturnError(CurPtr, "escaped newlines not supported in tblgen"); in LexString()
310 return ReturnError(StrStart, "End of file in string literal"); in LexString()
[all …]
H A DTGLexer.h138 tgtok::TokKind ReturnError(SMLoc Loc, const Twine &Msg);
139 tgtok::TokKind ReturnError(const char *Loc, const Twine &Msg);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/MCParser/
H A DAsmLexer.cpp56 AsmToken AsmLexer::ReturnError(const char *Loc, const std::string &Msg) { in ReturnError() function in AsmLexer
83 return ReturnError(CurPtr, "invalid sign in float literal"); in LexFloatLiteral()
123 return ReturnError(TokStart, "invalid hexadecimal floating-point constant: " in LexHexFloatLiteral()
128 return ReturnError(TokStart, "invalid hexadecimal floating-point constant: " in LexHexFloatLiteral()
141 return ReturnError(TokStart, "invalid hexadecimal floating-point constant: " in LexHexFloatLiteral()
217 return ReturnError(TokStart, "unterminated comment"); in LexSlash()
405 return ReturnError(TokStart, "invalid " + radixName(Radix) + " number"); in LexDigit()
425 return ReturnError(TokStart, in LexDigit()
440 return ReturnError(TokStart, "invalid hexadecimal number"); in LexDigit()
453 return ReturnError(TokStart, "invalid binary number"); in LexDigit()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/MCParser/
H A DAsmLexer.h60 AsmToken ReturnError(const char *Loc, const std::string &Msg);