Searched refs:ErrCode (Results 1 – 4 of 4) 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()
45 std::error_code orcError(OrcErrorCode ErrCode);
176 bool showMatchError(SMLoc Loc, unsigned ErrCode, uint64_t ErrorInfo,5120 bool AArch64AsmParser::showMatchError(SMLoc Loc, unsigned ErrCode, in showMatchError() argument5123 switch (ErrCode) { in showMatchError()