Lines Matching full:exceptions
4 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
132 iostate exceptions() const;
133 void exceptions(iostate except);
346 _LIBCPP_HIDE_FROM_ABI iostate exceptions() const;
347 _LIBCPP_HIDE_FROM_ABI void exceptions(iostate __iostate);
446 …_LIBCPP_VERBOSE_ABORT("ios_base::failure was thrown in -fno-exceptions mode with message \"%s\"", …
515 inline _LIBCPP_HIDE_FROM_ABI ios_base::iostate ios_base::exceptions() const { return __exceptions_;…
517 inline _LIBCPP_HIDE_FROM_ABI void ios_base::exceptions(iostate __iostate) {
585 _LIBCPP_HIDE_FROM_ABI iostate exceptions() const { return ios_base::exceptions(); }
586 _LIBCPP_HIDE_FROM_ABI void exceptions(iostate __iostate) { ios_base::exceptions(__iostate); }
716 exceptions(__rhs.exceptions());