Home | History | Annotate | Download | only in include

Lines Matching full:exceptions

132     iostate exceptions() const;
133 void exceptions(iostate except);
321 _LIBCPP_INLINE_VISIBILITY iostate exceptions() const;
322 _LIBCPP_INLINE_VISIBILITY void exceptions(iostate __except);
549 ios_base::exceptions() const
556 ios_base::exceptions(iostate __except)
587 _LIBCPP_ALWAYS_INLINE iostate exceptions() const {return ios_base::exceptions();}
588 _LIBCPP_ALWAYS_INLINE void exceptions(iostate __except) {ios_base::exceptions(__except);}
760 exceptions(__rhs.exceptions());