Searched refs:_M_init (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10.1/libstdcxx-104.1/src/
H A Dios_locale.cc42 ios_base::_M_init() function in class:ios_base
H A Dmt_allocator.cc84 if (_M_init && !_M_options._M_force_new)
163 _M_init = true;
204 _M_init = true;
212 if (_M_init && !_M_options._M_force_new)
460 _M_init = true;
604 _M_init = true;
653 _M_init = true;
796 _M_init = true;
/macosx-10.10.1/libstdcxx-104.1/include/c++/4.2.1/ext/
H A Dmt_allocator.h142 if (!_M_init)
160 : _M_options(_Tune()), _M_binmap(NULL), _M_init(false) { }
164 : _M_options(__options), _M_binmap(NULL), _M_init(false) { }
182 bool _M_init; member in struct:__pool_base
216 if (__builtin_expect(_M_init == false, false))
327 if (__builtin_expect(_M_init == false, false))
/macosx-10.10.1/libstdcxx-104.1/include/c++/4.2.1/bits/
H A Dstl_list.h344 { _M_init(); }
354 _M_init() function in class:_List_base
910 _Base::_M_init();
H A Dios_base.h522 _M_init();

Completed in 204 milliseconds