/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/sparc/soft-fp/ |
A D | q_util.c | 31 double ___Q_simulate_exceptions(int exceptions) in ___Q_simulate_exceptions() argument 34 if (exceptions & FP_EX_INVALID) in ___Q_simulate_exceptions() 36 if (exceptions & FP_EX_OVERFLOW) in ___Q_simulate_exceptions() 39 exceptions &= ~FP_EX_INEXACT; in ___Q_simulate_exceptions() 41 if (exceptions & FP_EX_UNDERFLOW) in ___Q_simulate_exceptions() 43 if (exceptions & FP_EX_INEXACT) in ___Q_simulate_exceptions() 46 exceptions &= ~FP_EX_INEXACT; in ___Q_simulate_exceptions() 51 if (exceptions & FP_EX_DIVZERO) in ___Q_simulate_exceptions() 53 if (exceptions & FP_EX_INEXACT) in ___Q_simulate_exceptions()
|
/l4re-core-master/cxx/lib/base/include/ |
A D | exceptions | 4 * \brief Base exceptions 56 * \headerfile l4/cxx/exceptions 110 * \headerfile l4/cxx/exceptions 114 * all user defined exceptions. 134 * \headerfile l4/cxx/exceptions 186 * \headerfile l4/cxx/exceptions 201 * \headerfile l4/cxx/exceptions 213 * \headerfile l4/cxx/exceptions 229 * \headerfile l4/cxx/exceptions 240 * \headerfile l4/cxx/exceptions [all …]
|
A D | std_exc_io | 4 * \brief Base exceptions std stream operator 27 #include <l4/cxx/exceptions>
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/libsupc++/ |
A D | exception | 45 * @defgroup exceptions Exceptions 53 * @brief Base class for all library exceptions. 55 * This is the base class for all exceptions thrown by the standard 133 /// The number of uncaught exceptions. 137 // @} group exceptions 149 * @ingroup exceptions
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/include/bits/ |
A D | basic_ios.tcc | 47 if (this->exceptions() & this->rdstate()) in clear() 106 this->exceptions(__rhs.exceptions()); in copyfmt()
|
A D | basic_ios.h | 169 if (this->exceptions() & __state) in _GLIBCXX_VISIBILITY() 222 exceptions() const in _GLIBCXX_VISIBILITY() 257 exceptions(iostate __except) in _GLIBCXX_VISIBILITY()
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-5/include/bits/ |
A D | basic_ios.tcc | 47 if (this->exceptions() & this->rdstate()) in clear() 106 this->exceptions(__rhs.exceptions()); in copyfmt()
|
A D | basic_ios.h | 169 if (this->exceptions() & __state) in _GLIBCXX_VISIBILITY() 222 exceptions() const in _GLIBCXX_VISIBILITY() 257 exceptions(iostate __except) in _GLIBCXX_VISIBILITY()
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-4.9/include/bits/ |
A D | basic_ios.tcc | 47 if (this->exceptions() & this->rdstate()) in clear() 106 this->exceptions(__rhs.exceptions()); in copyfmt()
|
A D | basic_ios.h | 163 if (this->exceptions() & __state) in _GLIBCXX_VISIBILITY() 216 exceptions() const in _GLIBCXX_VISIBILITY() 251 exceptions(iostate __except) in _GLIBCXX_VISIBILITY()
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/include/bits/ |
A D | basic_ios.tcc | 47 if (this->exceptions() & this->rdstate()) in clear() 106 this->exceptions(__rhs.exceptions()); in copyfmt()
|
A D | basic_ios.h | 169 if (this->exceptions() & __state) in _GLIBCXX_VISIBILITY() 222 exceptions() const in _GLIBCXX_VISIBILITY() 257 exceptions(iostate __except) in _GLIBCXX_VISIBILITY()
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/include/bits/ |
A D | basic_ios.tcc | 47 if (this->exceptions() & this->rdstate()) in clear() 106 this->exceptions(__rhs.exceptions()); in copyfmt()
|
A D | basic_ios.h | 169 if (this->exceptions() & __state) in _GLIBCXX_VISIBILITY() 222 exceptions() const in _GLIBCXX_VISIBILITY() 257 exceptions(iostate __except) in _GLIBCXX_VISIBILITY()
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-8/include/bits/ |
A D | basic_ios.tcc | 47 if (this->exceptions() & this->rdstate()) in clear() 106 this->exceptions(__rhs.exceptions()); in copyfmt()
|
A D | basic_ios.h | 169 if (this->exceptions() & __state) in _GLIBCXX_VISIBILITY() 222 exceptions() const in _GLIBCXX_VISIBILITY() 257 exceptions(iostate __except) in _GLIBCXX_VISIBILITY()
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-7/include/bits/ |
A D | basic_ios.tcc | 47 if (this->exceptions() & this->rdstate()) in clear() 106 this->exceptions(__rhs.exceptions()); in copyfmt()
|
A D | basic_ios.h | 169 if (this->exceptions() & __state) in _GLIBCXX_VISIBILITY() 222 exceptions() const in _GLIBCXX_VISIBILITY() 257 exceptions(iostate __except) in _GLIBCXX_VISIBILITY()
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/include/bits/ |
A D | basic_ios.tcc | 47 if (this->exceptions() & this->rdstate()) in clear() 106 this->exceptions(__rhs.exceptions()); in copyfmt()
|
A D | basic_ios.h | 169 if (this->exceptions() & __state) in _GLIBCXX_VISIBILITY() 222 exceptions() const in _GLIBCXX_VISIBILITY() 257 exceptions(iostate __except) in _GLIBCXX_VISIBILITY()
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/libsupc++/ |
A D | exception | 44 /** @addtogroup exceptions 51 * @ingroup exceptions 113 /** The number of uncaught exceptions. 120 /// @} group exceptions 132 * @ingroup exceptions
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-5/libsupc++/ |
A D | exception | 45 * @defgroup exceptions Exceptions 53 * @brief Base class for all library exceptions. 55 * This is the base class for all exceptions thrown by the standard 129 // @} group exceptions 141 * @ingroup exceptions
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-4.9/libsupc++/ |
A D | exception | 45 * @defgroup exceptions Exceptions 53 * @brief Base class for all library exceptions. 55 * This is the base class for all exceptions thrown by the standard 129 // @} group exceptions 141 * @ingroup exceptions
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/c6x/ |
A D | bsd-setjmp.S | 28 || CMPGT .L1 A3,4,A0 ; A0 set if C++ exceptions case 35 || CMPGT .L1 A3,4,A0 ; A0 set if C++ exceptions case 49 [A0] CMPEQ .L1 A4,A2,A0 ; A0 set if C++ exceptions case
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/libsupc++/ |
A D | exception | 44 /** @addtogroup exceptions 110 /// The number of uncaught exceptions. 114 /// @} group exceptions 126 * @ingroup exceptions
|