| /freebsd-9-stable/contrib/libc++/src/ |
| D | string.cpp | 439 string to_string(int val) in to_string() function 444 string to_string(unsigned val) in to_string() function 449 string to_string(long val) in to_string() function 454 string to_string(unsigned long val) in to_string() function 459 string to_string(long long val) in to_string() function 464 string to_string(unsigned long long val) in to_string() function 469 string to_string(float val) in to_string() function 474 string to_string(double val) in to_string() function 479 string to_string(long double val) in to_string() function
|
| /freebsd-9-stable/contrib/libstdc++/include/debug/ |
| D | bitset | 245 to_string() const 246 { return _M_base().template to_string<_CharT, _Traits, _Allocator>(); } 249 // 434. bitset::to_string() hard to use. 252 to_string() const 253 { return to_string<_CharT, _Traits, std::allocator<_CharT> >(); } 258 to_string() const 260 return to_string<_CharT, std::char_traits<_CharT>, 265 to_string() const 267 return to_string<char,std::char_traits<char>,std::allocator<char> >();
|
| /freebsd-9-stable/bin/expr/ |
| D | expr.y | 74 void to_string(struct val *); 187 to_string(struct val *vp) in to_string() function 341 to_string(a); in compare_vals() 342 to_string(b); in compare_vals() 526 to_string(a); in op_colon() 527 to_string(b); in op_colon()
|
| /freebsd-9-stable/contrib/libc++/include/ |
| D | bitset | 74 …basic_string<charT, traits, Allocator> to_string(charT zero = charT('0'), charT one = charT('1')) … 76 …basic_string<charT, traits, allocator<charT> > to_string(charT zero = charT('0'), charT one = char… 78 …basic_string<charT, char_traits<charT>, allocator<charT> > to_string(charT zero = charT('0'), char… 79 …basic_string<char, char_traits<char>, allocator<char> > to_string(char zero = '0', char one = '1')… 686 basic_string<_CharT, _Traits, _Allocator> to_string(_CharT __zero = _CharT('0'), 689 basic_string<_CharT, _Traits, allocator<_CharT> > to_string(_CharT __zero = _CharT('0'), 692 …basic_string<_CharT, char_traits<_CharT>, allocator<_CharT> > to_string(_CharT __zero = _CharT('0'… 694 basic_string<char, char_traits<char>, allocator<char> > to_string(char __zero = '0', 922 bitset<_Size>::to_string(_CharT __zero, _CharT __one) const 937 bitset<_Size>::to_string(_CharT __zero, _CharT __one) const [all …]
|
| D | string | 390 string to_string(int val); 391 string to_string(unsigned val); 392 string to_string(long val); 393 string to_string(unsigned long val); 394 string to_string(long long val); 395 string to_string(unsigned long long val); 396 string to_string(float val); 397 string to_string(double val); 398 string to_string(long double val); 4087 _LIBCPP_FUNC_VIS string to_string(int __val); [all …]
|
| D | ostream | 1103 return __os << __x.template to_string<_CharT, _Traits>
|
| /freebsd-9-stable/contrib/libstdc++/include/std/ |
| D | std_bitset.h | 1019 to_string() const 1030 to_string() const 1031 { return to_string<_CharT, _Traits, std::allocator<_CharT> >(); } 1036 to_string() const 1038 return to_string<_CharT, std::char_traits<_CharT>, 1043 to_string() const 1045 return to_string<char, std::char_traits<char>,
|
| /freebsd-9-stable/contrib/ntp/sntp/ag-tpl/0-old/ |
| D | mdoc2man | 185 print_line(Mdoc::to_string(@ret)) if @ret;
|
| D | mdoc2texi | 155 my $s = Mdoc::to_string(@ret);
|
| D | Mdoc.pm | 348 sub to_string { subroutine
|
| /freebsd-9-stable/contrib/ntp/sntp/ag-tpl/ |
| D | mdoc2man | 211 print_line(Mdoc::to_string(@ret)) if @ret;
|
| D | Mdoc.pm | 375 sub to_string { subroutine
|
| /freebsd-9-stable/contrib/groff/src/roff/troff/ |
| D | env.h | 93 const char *to_string();
|
| D | env.cpp | 2628 const char *tab_stops::to_string() in to_string() function in tab_stops 2800 return tabs.to_string(); in get_tabs()
|
| /freebsd-9-stable/contrib/libc++/include/experimental/ |
| D | string_view | 118 basic_string<charT, traits, Allocator> to_string( 351 to_string( const _Allocator& __a = _Allocator()) const
|
| /freebsd-9-stable/contrib/libstdc++/ |
| D | ChangeLog-2004 | 793 DR 434. bitset::to_string() hard to use [Ready] 794 * include/std/std_bitset.h (to_string): Add three overloads, taking 797 * testsuite/23_containers/bitset/to_string/1.cc: New.
|
| D | ChangeLog-2005 | 3588 DR 434. bitset::to_string() hard to use [Ready] 3589 * include/debug/bitset (to_string): Add three overloads, taking
|
| D | ChangeLog-2006 | 3742 * testsuite/util/regression/trait/assoc/to_string.hpp: Same.
|
| /freebsd-9-stable/contrib/groff/ |
| D | ChangeLog.115 | 5722 * troff/env.c (tab_stops::to_string):
|