Searched defs:ErrCode (Results 1 – 5 of 5) sorted by relevance
93 struct ErrCode(u32); struct94 impl std::error::Error for ErrCode {} implementation95 impl std::fmt::Display for ErrCode { implementation100 fn custom_parser_2(_: &str) -> Result<&'static str, ErrCode> { in custom_parser_2() argument
78 std::error_code orcError(OrcErrorCode ErrCode) { in orcError()
207 int ErrCode() const { return static_cast<int>(error_); } in ErrCode() function
417 int ErrCode(const DfGraphConvertorPtr &converter) { in ErrCode() function
4173 bool AArch64AsmParser::showMatchError(SMLoc Loc, unsigned ErrCode, in showMatchError()