Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/
H A Dthrow_allocator.h623 struct throw_value_base : public _Cond in _GLIBCXX_VISIBILITY() struct
625 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() function
635 throw_value_base(const throw_value_base& __v) : _M_i(__v._M_i) in _GLIBCXX_VISIBILITY() argument
643 explicit throw_value_base(const std::size_t __i) : _M_i(__i) in _GLIBCXX_VISIBILITY() argument
658 operator=(throw_value_base&&) = default; in _GLIBCXX_VISIBILITY()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/
H A Dthrow_allocator.h623 struct throw_value_base : public _Cond in _GLIBCXX_VISIBILITY() struct
625 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() function
635 throw_value_base(const throw_value_base& __v) : _M_i(__v._M_i) in _GLIBCXX_VISIBILITY() function
643 explicit throw_value_base(const std::size_t __i) : _M_i(__i) in _GLIBCXX_VISIBILITY() function
658 operator=(throw_value_base&&) = default; in _GLIBCXX_VISIBILITY()