Home | History | Annotate | Download | only in include

Lines Matching full:exceptions

132     iostate exceptions() const;
133 void exceptions(iostate except);
325 _LIBCPP_INLINE_VISIBILITY iostate exceptions() const;
326 _LIBCPP_INLINE_VISIBILITY void exceptions(iostate __iostate);
557 ios_base::exceptions() const
564 ios_base::exceptions(iostate __iostate)
595 _LIBCPP_ALWAYS_INLINE iostate exceptions() const {return ios_base::exceptions();}
596 _LIBCPP_ALWAYS_INLINE void exceptions(iostate __iostate) {ios_base::exceptions(__iostate);}
768 exceptions(__rhs.exceptions());