Home
last modified time | relevance | path

Searched defs:throw_value_base (Results 1 – 2 of 2) sorted by relevance

/dragonfly/contrib/gcc-4.7/libstdc++-v3/include/ext/
H A Dthrow_allocator.h455 struct throw_value_base : public _Cond in _GLIBCXX_VISIBILITY() struct
457 typedef _Cond condition_type; in _GLIBCXX_VISIBILITY()
461 std::size_t _M_i; in _GLIBCXX_VISIBILITY()
464 throw_value_base() : _M_i(0) in _GLIBCXX_VISIBILITY() function
467 throw_value_base(const throw_value_base& __v) : _M_i(__v._M_i) in _GLIBCXX_VISIBILITY() function
470 explicit throw_value_base(const std::size_t __i) : _M_i(__i) in _GLIBCXX_VISIBILITY() argument
/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/ext/
H A Dthrow_allocator.h603 struct throw_value_base : public _Cond in _GLIBCXX_VISIBILITY() struct
605 typedef _Cond condition_type; in _GLIBCXX_VISIBILITY()
609 std::size_t _M_i; in _GLIBCXX_VISIBILITY()
612 throw_value_base() : _M_i(0) in _GLIBCXX_VISIBILITY() argument
615 throw_value_base(const throw_value_base& __v) : _M_i(__v._M_i) in _GLIBCXX_VISIBILITY() argument
623 explicit throw_value_base(const std::size_t __i) : _M_i(__i) in _GLIBCXX_VISIBILITY() function
638 operator=(throw_value_base&&) = default; in _GLIBCXX_VISIBILITY()