Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/profiler/internal/
Dtfprof_utils.cc86 tensorflow::Status ReturnError(const std::vector<string>& pieces, int idx) { in ReturnError() function
133 return ReturnError(pieces, i); in ParseCmdLine()
139 return ReturnError(pieces, i); in ParseCmdLine()
145 return ReturnError(pieces, i); in ParseCmdLine()
151 return ReturnError(pieces, i); in ParseCmdLine()
157 return ReturnError(pieces, i); in ParseCmdLine()
163 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/llvm-project/llvm/lib/TableGen/
DTGLexer.cpp70 tgtok::TokKind TGLexer::ReturnError(SMLoc Loc, const Twine &Msg) { in ReturnError() function in TGLexer
75 tgtok::TokKind TGLexer::ReturnError(const char *Loc, const Twine &Msg) { in ReturnError() function in TGLexer
76 return ReturnError(SMLoc::getFromPointer(Loc), Msg); in ReturnError()
149 return ReturnError(TokStart, "Unexpected character"); in LexToken()
192 return ReturnError(TokStart, "Invalid '..' punctuation"); in LexToken()
217 return ReturnError(TokStart, "Unexpected character"); in LexToken()
275 return ReturnError(StrStart, "End of file in string literal"); in LexString()
278 return ReturnError(StrStart, "End of line in string literal"); in LexString()
303 return ReturnError(CurPtr, "escaped newlines not supported in tblgen"); in LexString()
308 return ReturnError(StrStart, "End of file in string literal"); in LexString()
[all …]
DTGLexer.h138 tgtok::TokKind ReturnError(SMLoc Loc, const Twine &Msg);
139 tgtok::TokKind ReturnError(const char *Loc, const Twine &Msg);
/external/swiftshader/third_party/llvm-10.0/llvm/lib/TableGen/
DTGLexer.cpp69 tgtok::TokKind TGLexer::ReturnError(SMLoc Loc, const Twine &Msg) { in ReturnError() function in TGLexer
74 tgtok::TokKind TGLexer::ReturnError(const char *Loc, const Twine &Msg) { in ReturnError() function in TGLexer
75 return ReturnError(SMLoc::getFromPointer(Loc), Msg); in ReturnError()
148 return ReturnError(TokStart, "Unexpected character"); in LexToken()
204 return ReturnError(TokStart, "Unexpected character"); in LexToken()
262 return ReturnError(StrStart, "End of file in string literal"); in LexString()
265 return ReturnError(StrStart, "End of line in string literal"); in LexString()
290 return ReturnError(CurPtr, "escaped newlines not supported in tblgen"); in LexString()
295 return ReturnError(StrStart, "End of file in string literal"); in LexString()
298 return ReturnError(CurPtr, "invalid escape in string literal"); in LexString()
[all …]
DTGLexer.h132 tgtok::TokKind ReturnError(SMLoc Loc, const Twine &Msg);
133 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-project/flang/runtime/
Dallocatable.cpp60 return ReturnError(terminator, StatInvalidDescriptor, errMsg, hasStat); in RTNAME()
63 return ReturnError(terminator, StatBaseNotNull, errMsg, hasStat); in RTNAME()
65 return ReturnError(terminator, descriptor.Allocate(), errMsg, hasStat); in RTNAME()
72 return ReturnError(terminator, StatInvalidDescriptor, errMsg, hasStat); in RTNAME()
75 return ReturnError(terminator, StatBaseNull, errMsg, hasStat); in RTNAME()
77 return ReturnError(terminator, descriptor.Deallocate(), errMsg, hasStat); in RTNAME()
Dstat.h51 int ReturnError(
Dstat.cpp77 int ReturnError( in ReturnError() function
/external/llvm-project/llvm/lib/MC/MCParser/
DAsmLexer.cpp55 AsmToken AsmLexer::ReturnError(const char *Loc, const std::string &Msg) { in ReturnError() function in AsmLexer
82 return ReturnError(CurPtr, "Invalid sign in float literal"); in LexFloatLiteral()
122 return ReturnError(TokStart, "invalid hexadecimal floating-point constant: " in LexHexFloatLiteral()
127 return ReturnError(TokStart, "invalid hexadecimal floating-point constant: " in LexHexFloatLiteral()
140 return ReturnError(TokStart, "invalid hexadecimal floating-point constant: " in LexHexFloatLiteral()
209 return ReturnError(TokStart, "unterminated comment"); in LexSlash()
397 return ReturnError(TokStart, "invalid " + radixName(Radix) + " number"); in LexDigit()
417 return ReturnError(TokStart, in LexDigit()
439 return ReturnError(TokStart, "invalid " + radixName(Radix) + " number"); in LexDigit()
463 return ReturnError(TokStart, "invalid binary number"); in LexDigit()
[all …]
/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-10.0/llvm/lib/MC/MCParser/
DAsmLexer.cpp52 AsmToken AsmLexer::ReturnError(const char *Loc, const std::string &Msg) { in ReturnError() function in AsmLexer
73 return ReturnError(CurPtr, "Invalid sign in float literal"); in LexFloatLiteral()
113 return ReturnError(TokStart, "invalid hexadecimal floating-point constant: " in LexHexFloatLiteral()
118 return ReturnError(TokStart, "invalid hexadecimal floating-point constant: " in LexHexFloatLiteral()
131 return ReturnError(TokStart, "invalid hexadecimal floating-point constant: " in LexHexFloatLiteral()
200 return ReturnError(TokStart, "unterminated comment"); in LexSlash()
313 return ReturnError(TokStart, Radix == 2 ? "invalid binary number" : in LexDigit()
341 return ReturnError(TokStart, !isHex ? "invalid decimal number" : in LexDigit()
369 return ReturnError(TokStart, "invalid binary number"); in LexDigit()
375 return ReturnError(TokStart, "invalid binary number"); in LexDigit()
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/MCParser/
DAsmLexer.h57 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);
/external/llvm-project/llvm/include/llvm/MC/MCParser/
DAsmLexer.h60 AsmToken ReturnError(const char *Loc, const std::string &Msg);
/external/rust/crates/grpcio-sys/grpc/src/core/ext/filters/client_channel/
Dresolver.h84 virtual void ReturnError(grpc_error* error) = 0;
Dclient_channel.cc276 void ReturnError(grpc_error* error) override { in ReturnError() function in grpc_core::__anon983758c10111::ChannelData::ResolverResultHandler
/external/llvm-project/clang/unittests/Tooling/
DRefactoringActionRulesTest.cpp147 TEST_F(RefactoringActionRulesTest, ReturnError) { in TEST_F() argument
/external/rust/crates/grpcio-sys/grpc/src/core/ext/filters/client_channel/resolver/dns/native/
Ddns_resolver.cc199 result_handler()->ReturnError(grpc_error_set_int( in OnResolvedLocked()
/external/rust/crates/grpcio-sys/grpc/src/core/ext/filters/client_channel/resolver/fake/
Dfake_resolver.cc143 result_handler()->ReturnError(grpc_error_set_int( in MaybeSendResultLocked()
/external/rust/crates/grpcio-sys/grpc/src/core/ext/filters/client_channel/resolver/dns/c_ares/
Ddns_resolver_ares.cc369 result_handler()->ReturnError(grpc_error_set_int( in OnResolvedLocked()
/external/rust/crates/grpcio-sys/grpc/src/core/ext/filters/client_channel/lb_policy/xds/
Dxds_cluster_resolver.cc245 void ReturnError(grpc_error* error) override;
520 ReturnError(grpc_error* error) { in ReturnError() function in grpc_core::__anon57cf7ab50111::XdsClusterResolverLb::LogicalDNSDiscoveryMechanism::ResolverResultHandler
/external/rust/crates/grpcio-sys/grpc/src/core/ext/filters/client_channel/resolver/xds/
Dxds_resolver.cc573 result_handler()->ReturnError(error); in StartLocked()