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

  /external/tensorflow/tensorflow/core/profiler/internal/
tfprof_utils.cc 84 tensorflow::Status ReturnError(const std::vector<string>& pieces, int idx) {
132 return ReturnError(pieces, i);
138 return ReturnError(pieces, i);
144 return ReturnError(pieces, i);
150 return ReturnError(pieces, i);
156 return ReturnError(pieces, i);
162 return ReturnError(pieces, i);
169 return ReturnError(pieces, i);
175 return ReturnError(pieces, i);
181 return ReturnError(pieces, i)
    [all...]
  /external/llvm/lib/MC/MCParser/
AsmLexer.cpp 45 /// ReturnError - Set the error to the specified string at the specified
47 AsmToken AsmLexer::ReturnError(const char *Loc, const std::string &Msg) {
107 return ReturnError(TokStart, "invalid hexadecimal floating-point constant: "
112 return ReturnError(TokStart, "invalid hexadecimal floating-point constant: "
125 return ReturnError(TokStart, "invalid hexadecimal floating-point constant: "
185 return ReturnError(TokStart, "unterminated comment");
272 return ReturnError(TokStart, !isHex ? "invalid decimal number" :
300 return ReturnError(TokStart, "invalid binary number");
306 return ReturnError(TokStart, "invalid binary number");
328 return ReturnError(CurPtr-2, "invalid hexadecimal number")
    [all...]
  /external/swiftshader/third_party/LLVM/lib/TableGen/
TGLexer.cpp 39 /// ReturnError - Set the error to the specified string at the specified
41 tgtok::TokKind TGLexer::ReturnError(const char *Loc, const Twine &Msg) {
95 return ReturnError(TokStart, "Unexpected character");
127 return ReturnError(TokStart, "Unexpected character");
149 return ReturnError(StrStart, "End of file in string literal");
152 return ReturnError(StrStart, "End of line in string literal");
177 return ReturnError(CurPtr, "escaped newlines not supported in tblgen");
182 return ReturnError(StrStart, "End of file in string literal");
185 return ReturnError(CurPtr, "invalid escape in string literal");
195 return ReturnError(TokStart, "Invalid variable name")
    [all...]
TGLexer.h 109 tgtok::TokKind ReturnError(const char *Loc, const Twine &Msg);
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/MCParser/
AsmLexer.cpp 51 /// ReturnError - Set the error to the specified string at the specified
53 AsmToken AsmLexer::ReturnError(const char *Loc, const std::string &Msg) {
113 return ReturnError(TokStart, "invalid hexadecimal floating-point constant: "
118 return ReturnError(TokStart, "invalid hexadecimal floating-point constant: "
131 return ReturnError(TokStart, "invalid hexadecimal floating-point constant: "
199 return ReturnError(TokStart, "unterminated comment");
308 return ReturnError(TokStart, Radix == 2 ? "invalid binary number" :
335 return ReturnError(TokStart, !isHex ? "invalid decimal number" :
363 return ReturnError(TokStart, "invalid binary number");
369 return ReturnError(TokStart, "invalid binary number")
    [all...]
  /external/swiftshader/third_party/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 59 AsmToken ReturnError(const char *Loc, const std::string &Msg);
  /external/swiftshader/third_party/LLVM/include/llvm/MC/MCParser/
AsmLexer.h 60 AsmToken ReturnError(const char *Loc, const std::string &Msg);
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/MCParser/
AsmLexer.h 60 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 123 tgtok::TokKind ReturnError(const char *Loc, const Twine &Msg);
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/TableGen/
TGLexer.cpp 42 /// ReturnError - Set the error to the specified string at the specified
44 tgtok::TokKind TGLexer::ReturnError(const char *Loc, const Twine &Msg) {
102 return ReturnError(TokStart, "Unexpected character");
135 return ReturnError(TokStart, "Unexpected character");
193 return ReturnError(StrStart, "End of file in string literal");
196 return ReturnError(StrStart, "End of line in string literal");
221 return ReturnError(CurPtr, "escaped newlines not supported in tblgen");
226 return ReturnError(StrStart, "End of file in string literal");
229 return ReturnError(CurPtr, "invalid escape in string literal");
239 return ReturnError(TokStart, "Invalid variable name")
    [all...]
TGLexer.h 124 tgtok::TokKind ReturnError(const char *Loc, const Twine &Msg);

Completed in 1575 milliseconds