Lines Matching refs:errc
117 enum class errc
199 template <> struct is_error_condition_enum<errc>
202 error_code make_error_code(errc e) noexcept;
203 error_condition make_error_condition(errc e) noexcept;
248 //enum class errc
249 _LIBCPP_DECLARE_STRONG_ENUM(errc)
346 _LIBCPP_DECLARE_STRONG_ENUM_EPILOG(errc)
349 struct _LIBCPP_TYPE_VIS_ONLY is_error_condition_enum<errc>
354 struct _LIBCPP_TYPE_VIS_ONLY is_error_condition_enum<errc::__lx>
466 make_error_condition(errc __e) _NOEXCEPT
543 make_error_code(errc __e) _NOEXCEPT