Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/
H A Dthrow_allocator.h772 struct throw_value_random : public throw_value_base<random_condition> in _GLIBCXX_VISIBILITY() struct
774 typedef throw_value_base<random_condition> base_type; in _GLIBCXX_VISIBILITY()
777 throw_value_random() { } in _GLIBCXX_VISIBILITY() argument
779 throw_value_random(const throw_value_random& __other) in _GLIBCXX_VISIBILITY() argument
786 explicit throw_value_random(const std::size_t __i) : base_type(__i) { } in _GLIBCXX_VISIBILITY() function
798 operator=(throw_value_random&&) = default; in _GLIBCXX_VISIBILITY()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/
H A Dthrow_allocator.h772 struct throw_value_random : public throw_value_base<random_condition> in _GLIBCXX_VISIBILITY() struct
774 typedef throw_value_base<random_condition> base_type; in _GLIBCXX_VISIBILITY()
777 throw_value_random() { } in _GLIBCXX_VISIBILITY() argument
779 throw_value_random(const throw_value_random& __other) in _GLIBCXX_VISIBILITY() argument
786 explicit throw_value_random(const std::size_t __i) : base_type(__i) { } in _GLIBCXX_VISIBILITY() function
798 operator=(throw_value_random&&) = default; in _GLIBCXX_VISIBILITY()