Searched defs:throw_value_base (Results 1 – 2 of 2) sorted by relevance
623 struct throw_value_base : public _Cond in _GLIBCXX_VISIBILITY() struct625 typedef _Cond condition_type; in _GLIBCXX_VISIBILITY()629 std::size_t _M_i; in _GLIBCXX_VISIBILITY()632 throw_value_base() : _M_i(0) in _GLIBCXX_VISIBILITY() function635 throw_value_base(const throw_value_base& __v) : _M_i(__v._M_i) in _GLIBCXX_VISIBILITY() argument643 explicit throw_value_base(const std::size_t __i) : _M_i(__i) in _GLIBCXX_VISIBILITY() argument658 operator=(throw_value_base&&) = default; in _GLIBCXX_VISIBILITY()
623 struct throw_value_base : public _Cond in _GLIBCXX_VISIBILITY() struct625 typedef _Cond condition_type; in _GLIBCXX_VISIBILITY()629 std::size_t _M_i; in _GLIBCXX_VISIBILITY()632 throw_value_base() : _M_i(0) in _GLIBCXX_VISIBILITY() function635 throw_value_base(const throw_value_base& __v) : _M_i(__v._M_i) in _GLIBCXX_VISIBILITY() function643 explicit throw_value_base(const std::size_t __i) : _M_i(__i) in _GLIBCXX_VISIBILITY() function658 operator=(throw_value_base&&) = default; in _GLIBCXX_VISIBILITY()