Searched refs:ErrCode (Results 1 – 5 of 5) sorted by relevance
84 std::error_code orcError(OrcErrorCode ErrCode) { in orcError() argument86 return std::error_code(static_cast<UT>(ErrCode), getOrcErrCat()); in orcError()
290 const int ErrCode = ESOCKTNOSUPPORT; in HandleEvent() local292 const int ErrCode = ECHRNG; in HandleEvent() local294 errno = ErrCode; in HandleEvent()296 CHECK_EQ(ErrCode, errno); // In no case must errno be changed. in HandleEvent()
77 #ifndef ErrCode
45 std::error_code orcError(OrcErrorCode ErrCode);
181 bool showMatchError(SMLoc Loc, unsigned ErrCode, uint64_t ErrorInfo,5682 bool AArch64AsmParser::showMatchError(SMLoc Loc, unsigned ErrCode, in showMatchError() argument5685 switch (ErrCode) { in showMatchError()