| /src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/ |
| out_ptr.h | 77 { return _M_impl._M_get(); } 111 // to the pointer that is returned from _M_get(). 118 _M_get() const 142 _M_get() const 166 _M_get() const 190 _M_get() const noexcept 208 _M_get() const noexcept 250 _M_get() const noexcept 319 { return _M_impl._M_get(); }
|
| streambuf_iterator.h | 152 int_type __c = _M_get(); 204 _M_get() const 214 { return _S_is_eof(_M_get()); }
|
| shared_ptr_base.h | 1350 __glibcxx_assert(_M_get() != nullptr); 1351 return *_M_get(); 1357 _GLIBCXX_DEBUG_PEDASSERT(_M_get() != nullptr); 1358 return _M_get(); 1363 _M_get() const noexcept 1395 __glibcxx_assert(_M_get() != nullptr); 1396 return *_M_get(); 1403 _GLIBCXX_DEBUG_PEDASSERT(_M_get() != nullptr); 1404 return _M_get(); 1411 __glibcxx_assert(_M_get() != nullptr) [all...] |
| hashtable_policy.h | 1295 _Tp& _M_get() { return static_cast<_Tp&>(*this); } 1310 _Tp& _M_get() { return _M_tp; } 1443 swap(__ebo_hash::_M_get(), __x.__ebo_hash::_M_get()); 1829 swap(_EqualEBO::_M_get(), __x._EqualEBO::_M_get()); 2027 { return __ebo_node_alloc::_M_get(); }
|
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++11/ |
| cxx11-shim_facets.cc | 55 const facet* _M_get() const { return _M_facet; } 276 return __collate_compare(other_abi{}, _M_get(), 284 __collate_transform(other_abi{}, _M_get(), st, lo, hi); 300 { return __time_get_dateorder<_CharT>(other_abi{}, _M_get()); } 306 return __time_get(other_abi{}, _M_get(), beg, end, io, err, t, 314 return __time_get(other_abi{}, _M_get(), beg, end, io, err, t, 322 return __time_get(other_abi{}, _M_get(), beg, end, io, err, t, 330 return __time_get(other_abi{}, _M_get(), beg, end, io, err, t, 338 return __time_get(other_abi{}, _M_get(), beg, end, io, err, t, 386 s = __money_get(other_abi{}, _M_get(), s, end, intl, io, err2 [all...] |
| /src/external/gpl3/gcc/dist/libstdc++-v3/src/c++11/ |
| cxx11-shim_facets.cc | 55 const facet* _M_get() const { return _M_facet; } 276 return __collate_compare(other_abi{}, _M_get(), 284 __collate_transform(other_abi{}, _M_get(), st, lo, hi); 300 { return __time_get_dateorder<_CharT>(other_abi{}, _M_get()); } 306 return __time_get(other_abi{}, _M_get(), beg, end, io, err, t, 314 return __time_get(other_abi{}, _M_get(), beg, end, io, err, t, 322 return __time_get(other_abi{}, _M_get(), beg, end, io, err, t, 330 return __time_get(other_abi{}, _M_get(), beg, end, io, err, t, 338 return __time_get(other_abi{}, _M_get(), beg, end, io, err, t, 386 s = __money_get(other_abi{}, _M_get(), s, end, intl, io, err2 [all...] |
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++98/ |
| bitmap_allocator.cc | 51 _M_get(size_t __sz) throw(std::bad_alloc)
|
| /src/external/gpl3/gcc/dist/libstdc++-v3/src/c++98/ |
| bitmap_allocator.cc | 51 _M_get(size_t __sz) throw(std::bad_alloc)
|
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/config/locale/gnu/ |
| messages_members.cc | 97 const Catalog_info* __cat_info = get_catalogs()._M_get(__c); 135 const Catalog_info* __cat_info = get_catalogs()._M_get(__c);
|
| c++locale_internal.h | 108 _M_get(messages_base::catalog __c) const;
|
| c_locale.cc | 235 Catalogs::_M_get(messages_base::catalog __c) const
|
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/libsupc++/ |
| eh_ptr.cc | 115 std::__exception_ptr::exception_ptr::_M_get() const noexcept 193 void *obj = ep._M_get();
|
| exception_ptr.h | 99 void *_M_get() const _GLIBCXX_NOEXCEPT __attribute__ ((__pure__));
|
| /src/external/gpl3/gcc/dist/libstdc++-v3/config/locale/gnu/ |
| messages_members.cc | 97 const Catalog_info* __cat_info = get_catalogs()._M_get(__c); 135 const Catalog_info* __cat_info = get_catalogs()._M_get(__c);
|
| c++locale_internal.h | 108 _M_get(messages_base::catalog __c) const;
|
| c_locale.cc | 235 Catalogs::_M_get(messages_base::catalog __c) const
|
| /src/external/gpl3/gcc/dist/libstdc++-v3/libsupc++/ |
| eh_ptr.cc | 115 std::__exception_ptr::exception_ptr::_M_get() const noexcept 193 void *obj = ep._M_get();
|
| exception_ptr.h | 106 void *_M_get() const _GLIBCXX_NOEXCEPT __attribute__ ((__pure__));
|
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/ |
| bitmap_allocator.h | 378 _M_get() const throw() 462 _M_get() const throw() 622 * by a call to the _M_get function. 645 _M_get(std::size_t __sz) _GLIBCXX_THROW(std::bad_alloc); 757 * complexity of the function free_list::_M_get. The part where 777 reinterpret_cast<size_t*>(this->_M_get(__size_to_allocate)); 838 // evaluation. The return from _S_last_request->_M_get() will 843 && (*(_S_last_request._M_get()) == 0)) 857 // by calling _M_get() on __fff. 858 size_t __nz_bit = _Bit_scan_forward(*__fff._M_get()); [all...] |
| /src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/ |
| bitmap_allocator.h | 380 _M_get() const throw() 464 _M_get() const throw() 624 * by a call to the _M_get function. 647 _M_get(std::size_t __sz) _GLIBCXX_THROW(std::bad_alloc); 759 * complexity of the function free_list::_M_get. The part where 779 reinterpret_cast<size_t*>(this->_M_get(__size_to_allocate)); 840 // evaluation. The return from _S_last_request->_M_get() will 845 && (*(_S_last_request._M_get()) == 0)) 859 // by calling _M_get() on __fff. 860 size_t __nz_bit = _Bit_scan_forward(*__fff._M_get()); [all...] |
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/ |
| streambuf_iterator.h | 151 int_type __c = _M_get(); 203 _M_get() const 213 { return _S_is_eof(_M_get()); }
|
| shared_ptr_base.h | 1349 __glibcxx_assert(_M_get() != nullptr); 1350 return *_M_get(); 1356 _GLIBCXX_DEBUG_PEDASSERT(_M_get() != nullptr); 1357 return _M_get(); 1362 _M_get() const noexcept 1394 __glibcxx_assert(_M_get() != nullptr); 1395 return *_M_get(); 1402 _GLIBCXX_DEBUG_PEDASSERT(_M_get() != nullptr); 1403 return _M_get(); 1410 __glibcxx_assert(_M_get() != nullptr) [all...] |
| hashtable_policy.h | 1190 _Tp& _M_get() { return static_cast<_Tp&>(*this); } 1205 _Tp& _M_get() { return _M_tp; } 1336 { std::swap(__ebo_hash::_M_get(), __x.__ebo_hash::_M_get()); } 1720 std::swap(_EqualEBO::_M_get(), __x._EqualEBO::_M_get()); 1915 { return __ebo_node_alloc::_M_get(); }
|