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

/freebsd-10.2-release/contrib/llvm/lib/MC/MCParser/
H A DAsmLexer.cpp44 /// ReturnError - Set the error to the specified string at the specified
46 AsmToken AsmLexer::ReturnError(const char *Loc, const std::string &Msg) { function in class:AsmLexer
117 return ReturnError(TokStart, "invalid hexadecimal floating-point constant: "
122 return ReturnError(TokStart, "invalid hexadecimal floating-point constant: "
135 return ReturnError(TokStart, "invalid hexadecimal floating-point constant: "
180 return ReturnError(TokStart, "unterminated comment");
264 return ReturnError(TokStart, !isHex ? "invalid decimal number" :
294 return ReturnError(TokStart, "invalid binary number");
300 return ReturnError(TokStart, "invalid binary number");
322 return ReturnError(CurPt
[all...]
/freebsd-10.2-release/contrib/llvm/lib/TableGen/
H A DTGLexer.cpp40 /// ReturnError - Set the error to the specified string at the specified
42 tgtok::TokKind TGLexer::ReturnError(const char *Loc, const Twine &Msg) { function in class:TGLexer
100 return ReturnError(TokStart, "Unexpected character");
133 return ReturnError(TokStart, "Unexpected character");
191 return ReturnError(StrStart, "End of file in string literal");
194 return ReturnError(StrStart, "End of line in string literal");
219 return ReturnError(CurPtr, "escaped newlines not supported in tblgen");
224 return ReturnError(StrStart, "End of file in string literal");
227 return ReturnError(CurPtr, "invalid escape in string literal");
237 return ReturnError(TokStar
[all...]
H A DTGLexer.h115 tgtok::TokKind ReturnError(const char *Loc, const Twine &Msg);
/freebsd-10.2-release/contrib/llvm/include/llvm/MC/MCParser/
H A DAsmLexer.h57 AsmToken ReturnError(const char *Loc, const std::string &Msg);

Completed in 110 milliseconds