| /freebsd-11-stable/contrib/libstdc++/src/ |
| D | codecvt.cc | 42 codecvt(size_t __refs) in codecvt() argument 43 : __codecvt_abstract_base<char, char, mbstate_t>(__refs), in codecvt() 48 codecvt(__c_locale __cloc, size_t __refs) in codecvt() argument 49 : __codecvt_abstract_base<char, char, mbstate_t>(__refs), in codecvt() 122 codecvt(size_t __refs) in codecvt() argument 123 : __codecvt_abstract_base<wchar_t, char, mbstate_t>(__refs), in codecvt() 128 codecvt(__c_locale __cloc, size_t __refs) in codecvt() argument 129 : __codecvt_abstract_base<wchar_t, char, mbstate_t>(__refs), in codecvt()
|
| D | ctype.cc | 88 ctype<wchar_t>::ctype(size_t __refs) in ctype() argument 89 : __ctype_abstract_base<wchar_t>(__refs), in ctype() 93 ctype<wchar_t>::ctype(__c_locale __cloc, size_t __refs) in ctype() argument 94 : __ctype_abstract_base<wchar_t>(__refs), in ctype() 102 ctype_byname<wchar_t>::ctype_byname(const char* __s, size_t __refs) in ctype_byname() argument 103 : ctype<wchar_t>(__refs) in ctype_byname()
|
| /freebsd-11-stable/contrib/libstdc++/config/locale/generic/ |
| D | time_members.h | 45 __timepunct<_CharT>::__timepunct(size_t __refs) in _GLIBCXX_BEGIN_NAMESPACE() 46 : facet(__refs), _M_data(NULL) in _GLIBCXX_BEGIN_NAMESPACE() 53 __timepunct<_CharT>::__timepunct(__cache_type* __cache, size_t __refs) in __timepunct() argument 54 : facet(__refs), _M_data(__cache) in __timepunct() 62 size_t __refs) in __timepunct() argument 63 : facet(__refs), _M_data(NULL) in __timepunct()
|
| D | messages_members.h | 45 messages<_CharT>::messages(size_t __refs) in _GLIBCXX_BEGIN_NAMESPACE() 46 : facet(__refs) in _GLIBCXX_BEGIN_NAMESPACE() 50 messages<_CharT>::messages(__c_locale, const char*, size_t __refs) in messages() argument 51 : facet(__refs) in messages() 83 messages_byname<_CharT>::messages_byname(const char* __s, size_t __refs) in messages_byname() argument 84 : messages<_CharT>(__refs) in messages_byname()
|
| /freebsd-11-stable/contrib/libstdc++/config/locale/gnu/ |
| D | time_members.h | 45 __timepunct<_CharT>::__timepunct(size_t __refs) in _GLIBCXX_BEGIN_NAMESPACE() 46 : facet(__refs), _M_data(NULL), _M_c_locale_timepunct(NULL), in _GLIBCXX_BEGIN_NAMESPACE() 51 __timepunct<_CharT>::__timepunct(__cache_type* __cache, size_t __refs) in __timepunct() argument 52 : facet(__refs), _M_data(__cache), _M_c_locale_timepunct(NULL), in __timepunct() 58 size_t __refs) in __timepunct() argument 59 : facet(__refs), _M_data(NULL), _M_c_locale_timepunct(NULL), in __timepunct()
|
| D | messages_members.h | 45 messages<_CharT>::messages(size_t __refs) in _GLIBCXX_BEGIN_NAMESPACE() 46 : facet(__refs), _M_c_locale_messages(_S_get_c_locale()), in _GLIBCXX_BEGIN_NAMESPACE() 52 size_t __refs) in messages() argument 53 : facet(__refs), _M_c_locale_messages(NULL), _M_name_messages(NULL) in messages() 100 messages_byname<_CharT>::messages_byname(const char* __s, size_t __refs) in messages_byname() argument 101 : messages<_CharT>(__refs) in messages_byname()
|
| /freebsd-11-stable/contrib/llvm-project/libcxx/include/ |
| HD | codecvt | 89 explicit __codecvt_utf8(size_t __refs, unsigned long _Maxcode, 91 : codecvt<wchar_t, char, mbstate_t>(__refs), _Maxcode_(_Maxcode), 124 explicit __codecvt_utf8(size_t __refs, unsigned long _Maxcode, 126 : codecvt<char16_t, char, mbstate_t>(__refs), _Maxcode_(_Maxcode), 159 explicit __codecvt_utf8(size_t __refs, unsigned long _Maxcode, 161 : codecvt<char32_t, char, mbstate_t>(__refs), _Maxcode_(_Maxcode), 189 explicit codecvt_utf8(size_t __refs = 0) 190 : __codecvt_utf8<_Elem>(__refs, _Maxcode, _Mode) {} 212 explicit __codecvt_utf16(size_t __refs, unsigned long _Maxcode, 214 : codecvt<wchar_t, char, mbstate_t>(__refs), _Maxcode_(_Maxcode), [all …]
|
| /freebsd-11-stable/contrib/libstdc++/config/os/gnu-linux/ |
| D | ctype_noninline.h | 66 size_t __refs) in ctype() argument 67 : facet(__refs), _M_c_locale_ctype(_S_clone_c_locale(__cloc)), in ctype() 79 size_t __refs) in ctype() argument 80 : facet(__refs), _M_c_locale_ctype(_S_get_c_locale()), in ctype() 102 ctype<char>::ctype(const mask* __table, bool __del, size_t __refs) in ctype() argument 103 : facet(__refs), _M_c_locale_ctype(_S_get_c_locale()), in ctype() 114 ctype<char>::ctype(const mask* __table, bool __del, size_t __refs) in ctype() argument 115 : facet(__refs), _M_c_locale_ctype(_S_get_c_locale()), in ctype()
|
| /freebsd-11-stable/contrib/libstdc++/include/bits/ |
| D | locale_facets.h | 354 __ctype_abstract_base(size_t __refs = 0): facet(__refs) { } in facet() argument 618 ctype(size_t __refs = 0) : __ctype_abstract_base<_CharT>(__refs) { } 713 ctype(const mask* __table = 0, bool __del = false, size_t __refs = 0); 727 size_t __refs = 0); 1247 ctype(size_t __refs = 0); 1258 ctype(__c_locale __cloc, size_t __refs = 0); 1516 ctype_byname(const char* __s, size_t __refs = 0); 1617 __numpunct_cache(size_t __refs = 0) : facet(__refs), in facet() 1686 numpunct(size_t __refs = 0) : facet(__refs), _M_data(NULL) in facet() argument 1699 numpunct(__cache_type* __cache, size_t __refs = 0) [all …]
|
| D | codecvt.h | 228 __codecvt_abstract_base(size_t __refs = 0) : locale::facet(__refs) { } in facet() argument 290 codecvt(size_t __refs = 0) 291 : __codecvt_abstract_base<_InternT, _ExternT, _StateT> (__refs) { } 294 codecvt(__c_locale __cloc, size_t __refs = 0); 351 codecvt(size_t __refs = 0); 354 codecvt(__c_locale __cloc, size_t __refs = 0); 409 codecvt(size_t __refs = 0); 412 codecvt(__c_locale __cloc, size_t __refs = 0); 457 codecvt_byname(const char* __s, size_t __refs = 0) 458 : codecvt<_InternT, _ExternT, _StateT>(__refs)
|
| /freebsd-11-stable/contrib/libstdc++/config/os/aix/ |
| D | ctype_noninline.h | 46 size_t __refs) in ctype() argument 47 : facet(__refs), _M_del(__table != 0 && __del), in ctype() 57 ctype<char>::ctype(const mask* __table, bool __del, size_t __refs) in ctype() argument 58 : facet(__refs), _M_del(__table != 0 && __del), in ctype()
|
| /freebsd-11-stable/contrib/libstdc++/config/os/vxworks/ |
| D | ctype_noninline.h | 47 size_t __refs) in ctype() argument 48 : facet(__refs), _M_del(__table != 0 && __del), in ctype() 58 ctype<char>::ctype(const mask* __table, bool __del, size_t __refs) in ctype() argument 59 : facet(__refs), _M_del(__table != 0 && __del), in ctype()
|
| /freebsd-11-stable/contrib/libstdc++/config/os/generic/ |
| D | ctype_noninline.h | 47 size_t __refs) in ctype() argument 48 : facet(__refs), _M_del(__table != 0 && __del), in ctype() 58 ctype<char>::ctype(const mask* __table, bool __del, size_t __refs) in ctype() argument 59 : facet(__refs), _M_del(__table != 0 && __del), in ctype()
|
| /freebsd-11-stable/contrib/libstdc++/config/os/bsd/freebsd/ |
| D | ctype_noninline.h | 46 size_t __refs) in ctype() argument 47 : facet(__refs), _M_del(__table != 0 && __del), in ctype() 57 ctype<char>::ctype(const mask* __table, bool __del, size_t __refs) in ctype() argument 58 : facet(__refs), _M_del(__table != 0 && __del), in ctype()
|
| /freebsd-11-stable/contrib/libstdc++/config/os/windiss/ |
| D | ctype_noninline.h | 47 size_t __refs) in ctype() argument 48 : facet(__refs), _M_del(__table != 0 && __del), in ctype() 58 ctype<char>::ctype(const mask* __table, bool __del, size_t __refs) in ctype() argument 59 : facet(__refs), _M_del(__table != 0 && __del), in ctype()
|
| /freebsd-11-stable/contrib/libstdc++/config/os/irix/irix5.2/ |
| D | ctype_noninline.h | 47 size_t __refs) in ctype() argument 48 : facet(__refs), _M_del(__table != 0 && __del), in ctype() 58 ctype<char>::ctype(const mask* __table, bool __del, size_t __refs) in ctype() argument 59 : facet(__refs), _M_del(__table != 0 && __del), in ctype()
|
| /freebsd-11-stable/contrib/libstdc++/config/os/qnx/qnx6.1/ |
| D | ctype_noninline.h | 46 size_t __refs) in ctype() argument 47 : facet(__refs), _M_del(__table != 0 && __del), in ctype() 56 ctype<char>::ctype(const mask* __table, bool __del, size_t __refs) in ctype() argument 57 : facet(__refs), _M_del(__table != 0 && __del), in ctype()
|
| /freebsd-11-stable/contrib/libstdc++/config/os/bsd/darwin/ |
| D | ctype_noninline.h | 46 size_t __refs) in ctype() argument 47 : facet(__refs), _M_del(__table != 0 && __del), in ctype() 57 ctype<char>::ctype(const mask* __table, bool __del, size_t __refs) in ctype() argument 58 : facet(__refs), _M_del(__table != 0 && __del), in ctype()
|
| /freebsd-11-stable/contrib/libstdc++/config/os/solaris/solaris2.5/ |
| D | ctype_noninline.h | 46 size_t __refs) in ctype() argument 47 : facet(__refs), _M_del(__table != 0 && __del), in ctype() 57 ctype<char>::ctype(const mask* __table, bool __del, size_t __refs) in ctype() argument 58 : facet(__refs), _M_del(__table != 0 && __del), in ctype()
|
| /freebsd-11-stable/contrib/libstdc++/config/os/hpux/ |
| D | ctype_noninline.h | 47 size_t __refs) in ctype() argument 48 : facet(__refs), _M_del(__table != 0 && __del), in ctype() 58 ctype<char>::ctype(const mask* __table, bool __del, size_t __refs) in ctype() argument 59 : facet(__refs), _M_del(__table != 0 && __del), in ctype()
|
| /freebsd-11-stable/contrib/libstdc++/config/os/solaris/solaris2.7/ |
| D | ctype_noninline.h | 47 size_t __refs) in ctype() argument 48 : facet(__refs), _M_del(__table != 0 && __del), in ctype() 58 ctype<char>::ctype(const mask* __table, bool __del, size_t __refs) in ctype() argument 59 : facet(__refs), _M_del(__table != 0 && __del), in ctype()
|
| /freebsd-11-stable/contrib/libstdc++/config/os/irix/irix6.5/ |
| D | ctype_noninline.h | 46 size_t __refs) in ctype() argument 47 : facet(__refs), _M_del(__table != 0 && __del), in ctype() 58 ctype<char>::ctype(const mask* __table, bool __del, size_t __refs) in ctype() argument 59 : facet(__refs), _M_del(__table != 0 && __del), in ctype()
|
| /freebsd-11-stable/contrib/libstdc++/config/os/uclibc/ |
| D | ctype_noninline.h | 47 size_t __refs) in ctype() argument 48 : facet(__refs), _M_c_locale_ctype(_S_get_c_locale()), in ctype() 58 ctype<char>::ctype(const mask* __table, bool __del, size_t __refs) in ctype() argument 59 : facet(__refs), _M_c_locale_ctype(_S_get_c_locale()), in ctype()
|
| /freebsd-11-stable/contrib/libstdc++/config/os/solaris/solaris2.6/ |
| D | ctype_noninline.h | 46 size_t __refs) in ctype() argument 47 : facet(__refs), _M_del(__table != 0 && __del), in ctype() 57 ctype<char>::ctype(const mask* __table, bool __del, size_t __refs) in ctype() argument 58 : facet(__refs), _M_del(__table != 0 && __del), in ctype()
|
| /freebsd-11-stable/contrib/libstdc++/config/os/djgpp/ |
| D | ctype_noninline.h | 46 size_t __refs) in ctype() argument 47 : facet(__refs), _M_del(__table != 0 && __del), in ctype() 57 ctype<char>::ctype(const mask* __table, bool __del, size_t __refs) in ctype() argument 58 : facet(__refs), _M_del(__table != 0 && __del), in ctype()
|