Home
last modified time | relevance | path

Searched defs:ErrCode (Results 1 – 5 of 5) sorted by relevance

/third_party/rust/crates/clap/tests/derive/
Dcustom_string_parsers.rs93 struct ErrCode(u32); struct
94 impl std::error::Error for ErrCode {} implementation
95 impl std::fmt::Display for ErrCode { implementation
100 fn custom_parser_2(_: &str) -> Result<&'static str, ErrCode> { in custom_parser_2() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/OrcError/
DOrcError.cpp78 std::error_code orcError(OrcErrorCode ErrCode) { in orcError()
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/transform/graph_ir/
Dconvert.h207 int ErrCode() const { return static_cast<int>(error_); } in ErrCode() function
Dutils.cc417 int ErrCode(const DfGraphConvertorPtr &converter) { in ErrCode() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/AsmParser/
DAArch64AsmParser.cpp4173 bool AArch64AsmParser::showMatchError(SMLoc Loc, unsigned ErrCode, in showMatchError()