Searched defs:_c2_errno2status_impl (Results 1 – 1 of 1) sorted by relevance
25 template<> constexpr c2_status_t _c2_errno2status_impl<0>() { return C2_OK; } in _c2_errno2status_impl() function26 template<> constexpr c2_status_t _c2_errno2status_impl<EINVAL>() { return C2_BAD_VALUE; } in _c2_errno2status_impl() function27 template<> constexpr c2_status_t _c2_errno2status_impl<EACCES>() { return C2_REFUSED; } in _c2_errno2status_impl() function28 template<> constexpr c2_status_t _c2_errno2status_impl<EPERM>() { return C2_REFUSED; } in _c2_errno2status_impl() function29 template<> constexpr c2_status_t _c2_errno2status_impl<ENOMEM>() { return C2_NO_MEMORY; } in _c2_errno2status_impl() function