HomeSort by relevance Sort by last modified time
    Searched full:returnerror (Results 1 - 8 of 8) sorted by null

  /external/llvm/lib/TableGen/
TGLexer.cpp 41 /// ReturnError - Set the error to the specified string at the specified
43 tgtok::TokKind TGLexer::ReturnError(const char *Loc, const Twine &Msg) {
101 return ReturnError(TokStart, "Unexpected character");
134 return ReturnError(TokStart, "Unexpected character");
192 return ReturnError(StrStart, "End of file in string literal");
195 return ReturnError(StrStart, "End of line in string literal");
220 return ReturnError(CurPtr, "escaped newlines not supported in tblgen");
225 return ReturnError(StrStart, "End of file in string literal");
228 return ReturnError(CurPtr, "invalid escape in string literal");
238 return ReturnError(TokStart, "Invalid variable name")
    [all...]
TGLexer.h 110 tgtok::TokKind ReturnError(const char *Loc, const Twine &Msg);
  /external/clang/test/CXX/temp/temp.decls/temp.class/temp.static/
p1-inst.cpp 26 CannotInit &returnError() {
  /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) {
133 return ReturnError(TokStart, "unterminated comment");
192 return ReturnError(TokStart, "invalid decimal number");
217 return ReturnError(TokStart, "invalid binary number");
223 return ReturnError(TokStart, "invalid binary number");
240 return ReturnError(CurPtr-2, "invalid hexadecimal number");
244 return ReturnError(TokStart, "invalid hexadecimal number");
261 return ReturnError(TokStart, "invalid octal number");
278 return ReturnError(TokStart, "unterminated single quote")
    [all...]
  /external/llvm/include/llvm/MC/MCParser/
AsmLexer.h 57 AsmToken ReturnError(const char *Loc, const std::string &Msg);
  /external/webkit/Source/JavaScriptCore/parser/
Lexer.cpp 877 goto returnError;
997 goto returnError;
1013 goto returnError;
1023 goto returnError;
1029 goto returnError;
1047 goto returnError;
1050 goto returnError;
1079 returnError:
    [all...]
  /development/cmds/monkey/src/com/android/commands/monkey/
MonkeySourceNetwork.java 674 returnError(ret.getMessage());
676 returnError();
765 private void returnError() {
774 private void returnError(String msg) {
  /external/webkit/Source/JavaScriptCore/
ChangeLog-2008-08-10     [all...]

Completed in 9346 milliseconds