Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-4.7/libstdc++-v3/include/ext/
H A Dthrow_allocator.h576 struct throw_value_random : public throw_value_base<random_condition> in _GLIBCXX_VISIBILITY() struct
578 typedef throw_value_base<random_condition> base_type; in _GLIBCXX_VISIBILITY()
581 throw_value_random() { } in _GLIBCXX_VISIBILITY() function
583 throw_value_random(const throw_value_random& __other) in _GLIBCXX_VISIBILITY() argument
587 explicit throw_value_random(const std::size_t __i) : base_type(__i) { } in _GLIBCXX_VISIBILITY() function
/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/ext/
H A Dthrow_allocator.h751 struct throw_value_random : public throw_value_base<random_condition> in _GLIBCXX_VISIBILITY() struct
753 typedef throw_value_base<random_condition> base_type; in _GLIBCXX_VISIBILITY()
756 throw_value_random() { } in _GLIBCXX_VISIBILITY() argument
758 throw_value_random(const throw_value_random& __other) in _GLIBCXX_VISIBILITY() argument
765 explicit throw_value_random(const std::size_t __i) : base_type(__i) { } in _GLIBCXX_VISIBILITY() argument
777 operator=(throw_value_random&&) = default; in _GLIBCXX_VISIBILITY()