Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/
H A Dthrow_allocator.h740 struct throw_value_limit : public throw_value_base<limit_condition> in _GLIBCXX_VISIBILITY() struct
742 typedef throw_value_base<limit_condition> base_type; in _GLIBCXX_VISIBILITY()
745 throw_value_limit() { } in _GLIBCXX_VISIBILITY() argument
747 throw_value_limit(const throw_value_limit& __other) in _GLIBCXX_VISIBILITY() argument
754 explicit throw_value_limit(const std::size_t __i) : base_type(__i) { } in _GLIBCXX_VISIBILITY() argument
766 operator=(throw_value_limit&&) = default; in _GLIBCXX_VISIBILITY()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/
H A Dthrow_allocator.h740 struct throw_value_limit : public throw_value_base<limit_condition> in _GLIBCXX_VISIBILITY() struct
742 typedef throw_value_base<limit_condition> base_type; in _GLIBCXX_VISIBILITY()
745 throw_value_limit() { } in _GLIBCXX_VISIBILITY() argument
747 throw_value_limit(const throw_value_limit& __other) in _GLIBCXX_VISIBILITY() function
754 explicit throw_value_limit(const std::size_t __i) : base_type(__i) { } in _GLIBCXX_VISIBILITY() function
766 operator=(throw_value_limit&&) = default; in _GLIBCXX_VISIBILITY()