HomeSort by relevance Sort by last modified time
    Searched refs:ReturnError (Results 1 - 6 of 6) sorted by null

  /external/llvm/lib/MC/MCParser/
AsmLexer.cpp 44 /// ReturnError - Set the error to the specified string at the specified
46 AsmToken AsmLexer::ReturnError(const char *Loc, const std::string &Msg) {
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: "
182 return ReturnError(TokStart, "unterminated comment");
269 return ReturnError(TokStart, !isHex ? "invalid decimal number" :
297 return ReturnError(TokStart, "invalid binary number");
303 return ReturnError(TokStart, "invalid binary number");
325 return ReturnError(CurPtr-2, "invalid hexadecimal number")
    [all...]
  /external/llvm/include/llvm/MC/MCParser/
AsmLexer.h 59 AsmToken ReturnError(const char *Loc, const std::string &Msg);
  /external/llvm/lib/TableGen/
TGLexer.cpp 40 /// ReturnError - Set the error to the specified string at the specified
42 tgtok::TokKind TGLexer::ReturnError(const char *Loc, const Twine &Msg) {
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(TokStart, "Invalid variable name")
    [all...]
TGLexer.h 115 tgtok::TokKind ReturnError(const char *Loc, const Twine &Msg);
  /external/chromium_org/net/base/
mock_file_stream.h 64 int ReturnError(int function_error) {
  /external/chromium_org/chrome/test/chromedriver/chrome/
devtools_client_impl_unittest.cc 443 bool ReturnError(
649 base::Bind(&ReturnError));
    [all...]

Completed in 328 milliseconds