| /freebsd-12-stable/contrib/libstdc++/src/ |
| D | locale.cc | 188 __c_locale locale::facet::_S_c_locale; 190 const char locale::facet::_S_c_name[2] = "C"; 193 __gthread_once_t locale::facet::_S_once = __GTHREAD_ONCE_INIT; 197 locale::facet::_S_initialize_once() in _S_initialize_once() 204 locale::facet::_S_get_c_locale() in _S_get_c_locale() 219 locale::facet::_S_get_c_name() in _S_get_c_name() 222 locale::facet:: 223 ~facet() { } in ~facet() 255 _M_facets = new const facet*[_M_facets_size]; in _Impl() 262 _M_caches = new const facet*[_M_facets_size]; in _Impl() [all …]
|
| D | locale_init.cc | 64 typedef char fake_facet_vec[sizeof(locale::facet*)] 65 __attribute__ ((aligned(__alignof__(locale::facet*)))); 68 typedef char fake_cache_vec[sizeof(locale::facet*)] 69 __attribute__ ((aligned(__alignof__(locale::facet*)))); 367 _M_facets = new (&facet_vec) const facet*[_M_facets_size]; in _Impl() 368 _M_caches = new (&cache_vec) const facet*[_M_facets_size]; in _Impl() 375 std::memcpy(_M_names[0], locale::facet::_S_get_c_name(), 2); in _Impl()
|
| D | localename.cc | 185 locale::facet::_S_create_c_locale(__cloc, __s); in _Impl() 189 _M_facets = new const facet*[_M_facets_size]; in _Impl() 192 _M_caches = new const facet*[_M_facets_size]; in _Impl() 253 locale::facet::_S_destroy_c_locale(__cloc); in _Impl() 257 locale::facet::_S_destroy_c_locale(__cloc); in _Impl()
|
| /freebsd-12-stable/contrib/libstdc++/include/bits/ |
| D | locale_classes.h | 74 class facet; in _GLIBCXX_BEGIN_NAMESPACE() local 78 friend class facet; in _GLIBCXX_BEGIN_NAMESPACE() local 342 class locale::facet 374 facet(size_t __refs = 0) throw() : _M_refcount(__refs ? 1 : 0) in throw() 379 ~facet(); 416 facet(const facet&); // Not defined. 418 facet& 419 operator=(const facet&); // Not defined. 477 friend class locale::facet; 493 const facet** _M_facets; [all …]
|
| D | locale_facets.h | 146 class __ctype_abstract_base : public locale::facet, public ctype_base 354 __ctype_abstract_base(size_t __refs = 0): facet(__refs) { } in facet() function 676 class ctype<char> : public locale::facet, public ctype_base 1591 struct __numpunct_cache : public locale::facet 1617 __numpunct_cache(size_t __refs = 0) : facet(__refs), in facet() function 1662 class numpunct : public locale::facet 1686 numpunct(size_t __refs = 0) : facet(__refs), _M_data(NULL) in facet() function 1700 : facet(__refs), _M_data(__cache) in facet() function 1714 : facet(__refs), _M_data(NULL) in facet() function 1932 class num_get : public locale::facet [all …]
|
| /freebsd-12-stable/contrib/libstdc++/config/locale/ieee_1003.1-2001/ |
| D | c_locale.cc | 41 locale::facet::_S_create_c_locale(__c_locale&, const char*, __c_locale*) in _S_create_c_locale() 45 locale::facet::_S_destroy_c_locale(__c_locale&) in _S_destroy_c_locale() 49 locale::facet::_S_clone_c_locale(__c_locale&) in _S_clone_c_locale()
|
| /freebsd-12-stable/contrib/libstdc++/config/locale/generic/ |
| D | time_members.h | 46 : facet(__refs), _M_data(NULL) in _GLIBCXX_BEGIN_NAMESPACE() 54 : facet(__refs), _M_data(__cache) in __timepunct() 63 : facet(__refs), _M_data(NULL) in __timepunct()
|
| D | c_locale.cc | 134 locale::facet::_S_create_c_locale(__c_locale& __cloc, const char* __s, in _S_create_c_locale() 146 locale::facet::_S_destroy_c_locale(__c_locale& __cloc) in _S_destroy_c_locale() 150 locale::facet::_S_clone_c_locale(__c_locale&) in _S_clone_c_locale()
|
| /freebsd-12-stable/contrib/libstdc++/config/locale/gnu/ |
| D | time_members.h | 46 : facet(__refs), _M_data(NULL), _M_c_locale_timepunct(NULL), in _GLIBCXX_BEGIN_NAMESPACE() 52 : facet(__refs), _M_data(__cache), _M_c_locale_timepunct(NULL), in __timepunct() 59 : facet(__refs), _M_data(NULL), _M_c_locale_timepunct(NULL), in __timepunct()
|
| D | c_locale.cc | 94 locale::facet::_S_create_c_locale(__c_locale& __cloc, const char* __s, in _S_create_c_locale() 107 locale::facet::_S_destroy_c_locale(__c_locale& __cloc) in _S_destroy_c_locale() 114 locale::facet::_S_clone_c_locale(__c_locale& __cloc) in _S_clone_c_locale()
|
| D | messages_members.h | 46 : facet(__refs), _M_c_locale_messages(_S_get_c_locale()), in _GLIBCXX_BEGIN_NAMESPACE() 53 : facet(__refs), _M_c_locale_messages(NULL), _M_name_messages(NULL) in messages() 103 if (this->_M_name_messages != locale::facet::_S_get_c_name()) in messages_byname()
|
| /freebsd-12-stable/contrib/libstdc++/config/os/gnu-linux/ |
| D | ctype_noninline.h | 67 : facet(__refs), _M_c_locale_ctype(_S_clone_c_locale(__cloc)), in ctype() 80 : facet(__refs), _M_c_locale_ctype(_S_get_c_locale()), in ctype() 103 : facet(__refs), _M_c_locale_ctype(_S_get_c_locale()), in ctype() 115 : facet(__refs), _M_c_locale_ctype(_S_get_c_locale()), in ctype()
|
| /freebsd-12-stable/contrib/llvm-project/libcxx/include/ |
| D | __locale | 129 class _LIBCPP_TYPE_VIS facet; 180 void __install_ctor(const locale&, facet*, long); 183 const facet* use_facet(id&) const; 189 class _LIBCPP_TYPE_VIS locale::facet 194 explicit facet(size_t __refs = 0) 197 virtual ~facet(); 199 // facet(const facet&) = delete; // effectively done in __shared_count 200 // void operator=(const facet&) = delete; 236 __throw_runtime_error("locale::combine: locale missing facet"); 261 : public locale::facet [all …]
|
| /freebsd-12-stable/contrib/libstdc++/config/os/windiss/ |
| D | ctype_noninline.h | 48 : facet(__refs), _M_del(__table != 0 && __del), in ctype() 59 : facet(__refs), _M_del(__table != 0 && __del), in ctype()
|
| /freebsd-12-stable/contrib/libstdc++/config/os/irix/irix5.2/ |
| D | ctype_noninline.h | 48 : facet(__refs), _M_del(__table != 0 && __del), in ctype() 59 : facet(__refs), _M_del(__table != 0 && __del), in ctype()
|
| /freebsd-12-stable/contrib/libstdc++/config/os/aix/ |
| D | ctype_noninline.h | 47 : facet(__refs), _M_del(__table != 0 && __del), in ctype() 58 : facet(__refs), _M_del(__table != 0 && __del), in ctype()
|
| /freebsd-12-stable/contrib/libstdc++/config/os/bsd/freebsd/ |
| D | ctype_noninline.h | 47 : facet(__refs), _M_del(__table != 0 && __del), in ctype() 58 : facet(__refs), _M_del(__table != 0 && __del), in ctype()
|
| /freebsd-12-stable/contrib/libstdc++/config/os/bsd/darwin/ |
| D | ctype_noninline.h | 47 : facet(__refs), _M_del(__table != 0 && __del), in ctype() 58 : facet(__refs), _M_del(__table != 0 && __del), in ctype()
|
| /freebsd-12-stable/contrib/libstdc++/config/os/vxworks/ |
| D | ctype_noninline.h | 48 : facet(__refs), _M_del(__table != 0 && __del), in ctype() 59 : facet(__refs), _M_del(__table != 0 && __del), in ctype()
|
| /freebsd-12-stable/contrib/libstdc++/config/os/qnx/qnx6.1/ |
| D | ctype_noninline.h | 47 : facet(__refs), _M_del(__table != 0 && __del), in ctype() 57 : facet(__refs), _M_del(__table != 0 && __del), in ctype()
|
| /freebsd-12-stable/contrib/libstdc++/config/os/generic/ |
| D | ctype_noninline.h | 48 : facet(__refs), _M_del(__table != 0 && __del), in ctype() 59 : facet(__refs), _M_del(__table != 0 && __del), in ctype()
|
| /freebsd-12-stable/contrib/libstdc++/config/os/djgpp/ |
| D | ctype_noninline.h | 47 : facet(__refs), _M_del(__table != 0 && __del), in ctype() 58 : facet(__refs), _M_del(__table != 0 && __del), in ctype()
|
| /freebsd-12-stable/contrib/libstdc++/config/os/irix/irix6.5/ |
| D | ctype_noninline.h | 47 : facet(__refs), _M_del(__table != 0 && __del), in ctype() 59 : facet(__refs), _M_del(__table != 0 && __del), in ctype()
|
| /freebsd-12-stable/contrib/libstdc++/config/os/solaris/solaris2.7/ |
| D | ctype_noninline.h | 48 : facet(__refs), _M_del(__table != 0 && __del), in ctype() 59 : facet(__refs), _M_del(__table != 0 && __del), in ctype()
|
| /freebsd-12-stable/contrib/libstdc++/config/os/bsd/netbsd/ |
| D | ctype_noninline.h | 49 : facet(__refs), _M_del(__table != 0 && __del), in ctype() 60 : facet(__refs), _M_del(__table != 0 && __del), in ctype()
|