/netbsd-src/external/apache2/llvm/dist/libcxx/src/ |
H A D | string.cpp | 447 wstring to_wstring(int val) { return i_to_string<wstring>(val); } in to_wstring() function 448 wstring to_wstring(long val) { return i_to_string<wstring>(val); } in to_wstring() function 449 wstring to_wstring(long long val) { return i_to_string<wstring>(val); } in to_wstring() function 450 wstring to_wstring(unsigned val) { return i_to_string<wstring>(val); } in to_wstring() function 451 wstring to_wstring(unsigned long val) { return i_to_string<wstring>(val); } in to_wstring() function 452 wstring to_wstring(unsigned long long val) { return i_to_string<wstring>(val); } in to_wstring() function 459 wstring to_wstring(float val) { return as_string(get_swprintf(), initial_string<wstring>()(),… in to_wstring() function 460 wstring to_wstring(double val) { return as_string(get_swprintf(), initial_string<wstring>()(),… in to_wstring() function 461 wstring to_wstring(long double val) { return as_string(get_swprintf(), initial_string<wstring>()(),… in to_wstring() function
|
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/ |
H A D | vstring.h | 2840 to_wstring(int __val) in _GLIBCXX_VISIBILITY() 2846 to_wstring(unsigned __val) in _GLIBCXX_VISIBILITY() 2852 to_wstring(long __val) in _GLIBCXX_VISIBILITY() 2858 to_wstring(unsigned long __val) in _GLIBCXX_VISIBILITY() 2864 to_wstring(long long __val) in _GLIBCXX_VISIBILITY() 2870 to_wstring(unsigned long long __val) in _GLIBCXX_VISIBILITY() 2876 to_wstring(float __val) in _GLIBCXX_VISIBILITY() 2884 to_wstring(double __val) in _GLIBCXX_VISIBILITY() 2892 to_wstring(long double __val) in _GLIBCXX_VISIBILITY()
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/ |
H A D | vstring.h | 2841 to_wstring(int __val) in _GLIBCXX_VISIBILITY() 2847 to_wstring(unsigned __val) in _GLIBCXX_VISIBILITY() 2853 to_wstring(long __val) in _GLIBCXX_VISIBILITY() 2859 to_wstring(unsigned long __val) in _GLIBCXX_VISIBILITY() 2865 to_wstring(long long __val) in _GLIBCXX_VISIBILITY() 2871 to_wstring(unsigned long long __val) in _GLIBCXX_VISIBILITY() 2877 to_wstring(float __val) in _GLIBCXX_VISIBILITY() 2885 to_wstring(double __val) in _GLIBCXX_VISIBILITY() 2893 to_wstring(long double __val) in _GLIBCXX_VISIBILITY()
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/ |
H A D | basic_string.h | 4166 to_wstring(int __val) 4171 to_wstring(unsigned __val) 4177 to_wstring(long __val) 4182 to_wstring(unsigned long __val) 4188 to_wstring(long long __val) 4194 to_wstring(unsigned long long __val) 4200 to_wstring(float __val) 4209 to_wstring(double __val) 4218 to_wstring(long double __val)
|
/netbsd-src/external/apache2/llvm/dist/libcxx/include/ |
H A D | string | 490 wstring to_wstring(int val); 491 wstring to_wstring(unsigned val); 492 wstring to_wstring(long val); 493 wstring to_wstring(unsigned long val); 494 wstring to_wstring(long long val); 495 wstring to_wstring(unsigned long long val); 496 wstring to_wstring(float val); 497 wstring to_wstring(double val); 498 wstring to_wstring(long double val); 4393 _LIBCPP_FUNC_VIS wstring to_wstring(int __val); [all …]
|
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/ |
H A D | basic_string.h | 6739 to_wstring(int __val) 6744 to_wstring(unsigned __val) 6750 to_wstring(long __val) 6755 to_wstring(unsigned long __val) 6761 to_wstring(long long __val) 6767 to_wstring(unsigned long long __val) 6773 to_wstring(float __val) 6782 to_wstring(double __val) 6791 to_wstring(long double __val)
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/ |
H A D | ChangeLog-2009 | 885 to_string(double), to_wstring(int), to_wstring(unsigned), 886 to_wstring(long), to_wstring(unsigned long), to_wstring(float), 887 to_wstring(double)): Add, per resolution of DR 1261. 1774 * include/ext/vstring.h (to_wstring(long long), 1775 to_wstring(unsigned long long), to_wstring(long double)): Disable 3144 to_wstring.cc, testsuite/ext/vstring/element_access/char/front_back.cc, 5990 * testsuite/21_strings/basic_string/numeric_conversions/wchar_t/to_wstring.cc:
|
H A D | ChangeLog-2008 | 2715 (to_string, to_wstring): Use it. 2720 stoul, stoull, to_string, to_wstring): Declare in C++0x mode. 2760 to_wstring.cc: Likewise.
|
H A D | ChangeLog-2014 | 36 to guard definition of to_wstring. 3107 wchar_t/to_wstring.cc: Likewise.
|
H A D | ChangeLog-2015 | 832 to_wstring.cc: Likewise.
|
H A D | ChangeLog-2016 | 5462 to_wstring.cc: Likewise.
|
/netbsd-src/external/gpl3/gcc.old/dist/ |
H A D | MD5SUMS | 94568 …c19638dea libstdc++-v3/testsuite/21_strings/basic_string/numeric_conversions/wchar_t/to_wstring.cc
|
/netbsd-src/external/gpl3/gcc/dist/ |
H A D | MD5SUMS | 108765 …8bd71cd1a libstdc++-v3/testsuite/21_strings/basic_string/numeric_conversions/wchar_t/to_wstring.cc
|