Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/profiler/internal/
Dtfprof_utils.cc84 tensorflow::Status ReturnError(const std::vector<string>& pieces, int idx) { in ReturnError() function
132 return ReturnError(pieces, i); in ParseCmdLine()
138 return ReturnError(pieces, i); in ParseCmdLine()
144 return ReturnError(pieces, i); in ParseCmdLine()
150 return ReturnError(pieces, i); in ParseCmdLine()
156 return ReturnError(pieces, i); in ParseCmdLine()
162 return ReturnError(pieces, i); in ParseCmdLine()
169 return ReturnError(pieces, i); in ParseCmdLine()
175 return ReturnError(pieces, i); in ParseCmdLine()
181 return ReturnError(pieces, i); in ParseCmdLine()
[all …]
/external/swiftshader/third_party/LLVM/lib/TableGen/
DTGLexer.cpp41 tgtok::TokKind TGLexer::ReturnError(const char *Loc, const Twine &Msg) { in ReturnError() function in TGLexer
95 return ReturnError(TokStart, "Unexpected character"); in LexToken()
127 return ReturnError(TokStart, "Unexpected character"); in LexToken()
149 return ReturnError(StrStart, "End of file in string literal"); in LexString()
152 return ReturnError(StrStart, "End of line in string literal"); in LexString()
177 return ReturnError(CurPtr, "escaped newlines not supported in tblgen"); in LexString()
182 return ReturnError(StrStart, "End of file in string literal"); in LexString()
185 return ReturnError(CurPtr, "invalid escape in string literal"); in LexString()
195 return ReturnError(TokStart, "Invalid variable name"); in LexVarName()
339 return ReturnError(TokStart, "Invalid hexadecimal number"); in LexNumber()
[all …]
DTGLexer.h109 tgtok::TokKind ReturnError(const char *Loc, const Twine &Msg);
/external/llvm/lib/TableGen/
DTGLexer.cpp42 tgtok::TokKind TGLexer::ReturnError(const char *Loc, const Twine &Msg) { in ReturnError() function in TGLexer
100 return ReturnError(TokStart, "Unexpected character"); in LexToken()
133 return ReturnError(TokStart, "Unexpected character"); in LexToken()
191 return ReturnError(StrStart, "End of file in string literal"); in LexString()
194 return ReturnError(StrStart, "End of line in string literal"); in LexString()
219 return ReturnError(CurPtr, "escaped newlines not supported in tblgen"); in LexString()
224 return ReturnError(StrStart, "End of file in string literal"); in LexString()
227 return ReturnError(CurPtr, "invalid escape in string literal"); in LexString()
237 return ReturnError(TokStart, "Invalid variable name"); in LexVarName()
389 return ReturnError(TokStart, "Invalid hexadecimal number"); in LexNumber()
[all …]
DTGLexer.h123 tgtok::TokKind ReturnError(const char *Loc, const Twine &Msg);
/external/llvm/lib/MC/MCParser/
DAsmLexer.cpp47 AsmToken AsmLexer::ReturnError(const char *Loc, const std::string &Msg) { in ReturnError() function in AsmLexer
107 return ReturnError(TokStart, "invalid hexadecimal floating-point constant: " in LexHexFloatLiteral()
112 return ReturnError(TokStart, "invalid hexadecimal floating-point constant: " in LexHexFloatLiteral()
125 return ReturnError(TokStart, "invalid hexadecimal floating-point constant: " in LexHexFloatLiteral()
185 return ReturnError(TokStart, "unterminated comment"); in LexSlash()
272 return ReturnError(TokStart, !isHex ? "invalid decimal number" : in LexDigit()
300 return ReturnError(TokStart, "invalid binary number"); in LexDigit()
306 return ReturnError(TokStart, "invalid binary number"); in LexDigit()
328 return ReturnError(CurPtr-2, "invalid hexadecimal number"); in LexDigit()
332 return ReturnError(TokStart, "invalid hexadecimal number"); in LexDigit()
[all …]
/external/swiftshader/third_party/LLVM/lib/MC/MCParser/
DAsmLexer.cpp46 AsmToken AsmLexer::ReturnError(const char *Loc, const std::string &Msg) { in ReturnError() function in AsmLexer
133 return ReturnError(TokStart, "unterminated comment"); in LexSlash()
192 return ReturnError(TokStart, "invalid decimal number"); in LexDigit()
217 return ReturnError(TokStart, "invalid binary number"); in LexDigit()
223 return ReturnError(TokStart, "invalid binary number"); in LexDigit()
240 return ReturnError(CurPtr-2, "invalid hexadecimal number"); in LexDigit()
244 return ReturnError(TokStart, "invalid hexadecimal number"); in LexDigit()
261 return ReturnError(TokStart, "invalid octal number"); in LexDigit()
278 return ReturnError(TokStart, "unterminated single quote"); in LexSingleQuote()
283 return ReturnError(TokStart, "single quote way too long"); in LexSingleQuote()
[all …]
/external/swiftshader/third_party/LLVM/include/llvm/MC/MCParser/
DAsmLexer.h60 AsmToken ReturnError(const char *Loc, const std::string &Msg);
/external/llvm/include/llvm/MC/MCParser/
DAsmLexer.h59 AsmToken ReturnError(const char *Loc, const std::string &Msg);