Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gcc-4.7/libstdc++-v3/include/ext/
H A Dthrow_allocator.h561 struct throw_value_limit : public throw_value_base<limit_condition> in _GLIBCXX_VISIBILITY() struct
563 typedef throw_value_base<limit_condition> base_type; in _GLIBCXX_VISIBILITY()
566 throw_value_limit() { } in _GLIBCXX_VISIBILITY() function
568 throw_value_limit(const throw_value_limit& __other) in _GLIBCXX_VISIBILITY() function
571 explicit throw_value_limit(const std::size_t __i) : base_type(__i) { } in _GLIBCXX_VISIBILITY() function
/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/include/ext/
H A Dthrow_allocator.h720 struct throw_value_limit : public throw_value_base<limit_condition> in _GLIBCXX_VISIBILITY() struct
722 typedef throw_value_base<limit_condition> base_type; in _GLIBCXX_VISIBILITY()
725 throw_value_limit() { } in _GLIBCXX_VISIBILITY() function
727 throw_value_limit(const throw_value_limit& __other) in _GLIBCXX_VISIBILITY() argument
734 explicit throw_value_limit(const std::size_t __i) : base_type(__i) { } in _GLIBCXX_VISIBILITY() function
746 operator=(throw_value_limit&&) = default; in _GLIBCXX_VISIBILITY()