Searched refs:_M_id (Results 1 - 7 of 7) sorted by relevance

/freebsd-10.0-release/contrib/libstdc++/src/
H A Dctype.cc57 size_t __i = ctype<char>::id._M_id();
67 size_t __i = ctype<wchar_t>::id._M_id();
H A Dmt_allocator.cc69 size_t _M_id = reinterpret_cast<size_t>(__id); local
72 _Thread_record* __tr = &freelist._M_thread_freelist_array[_M_id - 1];
517 __tr._M_id = __i;
522 _M_thread_freelist[__i - 1]._M_id = __i;
547 _M_thread_freelist[_M_old_freelist->_M_id - 1]._M_next
617 size_t _M_id = (size_t)v; local
618 if (_M_id == 0)
624 _M_id = freelist._M_thread_freelist->_M_id;
630 __gthread_setspecific(freelist._M_key, (void*)_M_id);
[all...]
H A Dlocale_init.cc448 _M_caches[numpunct<char>::id._M_id()] = __npc;
449 _M_caches[moneypunct<char, false>::id._M_id()] = __mpcf;
450 _M_caches[moneypunct<char, true>::id._M_id()] = __mpct;
451 _M_caches[__timepunct<char>::id._M_id()] = __tpc;
453 _M_caches[numpunct<wchar_t>::id._M_id()] = __npw;
454 _M_caches[moneypunct<wchar_t, false>::id._M_id()] = __mpwf;
455 _M_caches[moneypunct<wchar_t, true>::id._M_id()] = __mpwt;
456 _M_caches[__timepunct<wchar_t>::id._M_id()] = __tpw;
H A Dlocale.cc302 size_t __index = __idp->_M_id();
315 size_t __index = __idp->_M_id();
410 locale::id::_M_id() const function in class:locale::id
431 _M_index = 1 + f->_M_id();
/freebsd-10.0-release/contrib/libstdc++/include/bits/
H A Dlocale_classes.h467 _M_id() const;
/freebsd-10.0-release/contrib/libstdc++/include/ext/
H A Dmt_allocator.h280 size_t _M_id; member in struct:__pool::_Thread_record
/freebsd-10.0-release/contrib/libstdc++/config/abi/pre/
H A Dgnu.ver85 std::locale::id::_M_id*;

Completed in 112 milliseconds