Home
last modified time | relevance | path

Searched refs:_M_allocated (Results 1 – 7 of 7) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
Dlocale_facets_nonio.h120 bool _M_allocated; in _GLIBCXX_VISIBILITY() member
136 _M_amonth11(0), _M_amonth12(0), _M_allocated(false) in _GLIBCXX_VISIBILITY()
152 if (_M_allocated) in _GLIBCXX_VISIBILITY()
1016 bool _M_allocated; in _GLIBCXX_VISIBILITY() member
1026 _M_neg_format(money_base::pattern()), _M_allocated(false) in _GLIBCXX_VISIBILITY()
1045 if (_M_allocated) in _GLIBCXX_VISIBILITY()
Dlocale_facets.tcc120 _M_allocated = true; in _M_cache()
214 if (!__lc->_M_allocated) in _M_extract_float()
481 if (!__lc->_M_allocated) in _M_extract_int()
Dlocale_facets.h1627 bool _M_allocated; in _GLIBCXX_VISIBILITY() member
1634 _M_thousands_sep(_CharT()), _M_allocated(false) in _GLIBCXX_VISIBILITY()
1653 if (_M_allocated) in _GLIBCXX_VISIBILITY()
Dlocale_facets_nonio.tcc128 _M_allocated = true; in _M_cache()
/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/
DChangeLog-20064569 Special case main parsing loop for !_M_allocated (i.e., "C" locale).
DChangeLog-2014459 virtual functions twice. Only update _M_allocated after all
DChangeLog-2003937 (__numpunct_cache<>::_M_cache): Set _M_allocated at the beginning