Searched refs:_M_get (Results 1 - 8 of 8) sorted by relevance

/haiku-buildtools/gcc/gcc/testsuite/g++.dg/torture/
H A Dpr52918-1.C24 void _M_get(size_t __sz) throw(bad_alloc);
26 void free_list::_M_get(size_t __sz) throw(bad_alloc) function in class:free_list
/haiku-buildtools/gcc/libstdc++-v3/src/c++11/
H A Dcxx11-shim_facets.cc53 const facet* _M_get() const { return _M_facet; } function in class:locale::facet::__shim
265 return __collate_compare(other_abi{}, _M_get(),
273 __collate_transform(other_abi{}, _M_get(), st, lo, hi);
289 { return __time_get_dateorder<_CharT>(other_abi{}, _M_get()); }
295 return __time_get(other_abi{}, _M_get(), beg, end, io, err, t,
303 return __time_get(other_abi{}, _M_get(), beg, end, io, err, t,
311 return __time_get(other_abi{}, _M_get(), beg, end, io, err, t,
319 return __time_get(other_abi{}, _M_get(), beg, end, io, err, t,
327 return __time_get(other_abi{}, _M_get(), beg, end, io, err, t,
375 s = __money_get(other_abi{}, _M_get(),
[all...]
/haiku-buildtools/gcc/libstdc++-v3/src/c++98/
H A Dbitmap_allocator.cc51 _M_get(size_t __sz) throw(std::bad_alloc) function in class:free_list
/haiku-buildtools/gcc/libstdc++-v3/config/locale/gnu/
H A Dmessages_members.cc108 _M_get(catalog __c) const function in class:__anon2254::Catalogs
199 const Catalog_info* __cat_info = get_catalogs()._M_get(__c);
237 const Catalog_info* __cat_info = get_catalogs()._M_get(__c);
/haiku-buildtools/gcc/libstdc++-v3/include/bits/
H A Dstreambuf_iterator.h132 return traits_type::to_char_type(_M_get());
177 _M_get() const function in class:istreambuf_iterator
198 return traits_type::eq_int_type(_M_get(), __eof);
/haiku-buildtools/gcc/libstdc++-v3/libsupc++/
H A Dexception_ptr.h84 void *_M_get() const _GLIBCXX_NOEXCEPT __attribute__ ((__pure__));
H A Deh_ptr.cc131 std::__exception_ptr::exception_ptr::_M_get() const _GLIBCXX_USE_NOEXCEPT
235 void *obj = ep._M_get();
/haiku-buildtools/gcc/libstdc++-v3/include/ext/
H A Dbitmap_allocator.h380 _M_get() const throw() function in class:__detail::_Ffit_finder
464 _M_get() const throw() function in class:__detail::_Bitmap_counter
628 * by a call to the _M_get function.
651 _M_get(size_t __sz) throw(std::bad_alloc);
763 * complexity of the function free_list::_M_get. The part where
782 reinterpret_cast<size_t*>(this->_M_get(__size_to_allocate));
842 // evaluation. The return from _S_last_request->_M_get() will
847 && (*(_S_last_request._M_get()) == 0))
861 // by calling _M_get() on __fff.
862 size_t __nz_bit = _Bit_scan_forward(*__fff._M_get());
[all...]

Completed in 121 milliseconds