Home | History | Annotate | Download | only in Support

Lines Matching refs:errc

124 enum class errc
206 template <> struct is_error_condition_enum<errc> : true_type { }
208 error_code make_error_code(errc e);
209 error_condition make_error_condition(errc e);
486 //enum class errc
487 struct errc {
612 errc(_ v) : v_(v) {}
616 template <> struct is_error_condition_enum<errc> : true_type { };
618 template <> struct is_error_condition_enum<errc::_> : true_type { };
715 inline error_condition make_error_condition(errc _e) {
782 inline error_code make_error_code(errc _e) {