Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gcc-4.7/libstdc++-v3/include/ext/
H A Dthrow_allocator.h269 struct adjustor_base in _GLIBCXX_VISIBILITY() struct
275 adjustor_base() : _M_orig(limit()) { } in _GLIBCXX_VISIBILITY() function
278 ~adjustor_base() { set_limit(_M_orig); } in _GLIBCXX_VISIBILITY()
341 struct adjustor_base in _GLIBCXX_VISIBILITY() struct
347 adjustor_base() : _M_orig(probability()) { } in _GLIBCXX_VISIBILITY() function
349 virtual ~adjustor_base() in _GLIBCXX_VISIBILITY()
/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/include/ext/
H A Dthrow_allocator.h417 struct adjustor_base in _GLIBCXX_VISIBILITY() struct
423 adjustor_base() : _M_orig(limit()) { } in _GLIBCXX_VISIBILITY() function
426 ~adjustor_base() { set_limit(_M_orig); } in _GLIBCXX_VISIBILITY()
489 struct adjustor_base in _GLIBCXX_VISIBILITY() struct
495 adjustor_base() : _M_orig(probability()) { } in _GLIBCXX_VISIBILITY() argument
497 virtual ~adjustor_base() in _GLIBCXX_VISIBILITY()