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

/freebsd-12-stable/contrib/libstdc++/libsupc++/
H A Deh_globals.cc99 bool _M_init;
101 __eh_globals_init() : _M_init(false)
104 _M_init = __gthread_key_create(&_M_key, eh_globals_dtor) == 0;
109 if (_M_init)
111 _M_init = false;
121 if (init._M_init)
132 if (init._M_init)
/freebsd-12-stable/contrib/libstdc++/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;
/freebsd-12-stable/contrib/libstdc++/include/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))
/freebsd-12-stable/contrib/libstdc++/include/bits/
H A Dstl_list.h348 { _M_init(); }
352 { _M_init(); }
362 _M_init() function in class:_List_base
921 _Base::_M_init();
H A Dios_base.h522 _M_init();

Completed in 194 milliseconds