Home
last modified time | relevance | path

Searched refs:__to (Results 1 – 25 of 35) sorted by relevance

12

/dragonfly/contrib/gcc-4.7/libstdc++-v3/config/locale/generic/
H A Dcodecvt_members.cc47 extern_type* __to, extern_type* __to_end, in do_out() argument
73 __to += __conv; in do_out()
79 while (__from < __from_end && __to < __to_end) in do_out()
93 memcpy(__to, __buf, __conv); in do_out()
95 __to += __conv; in do_out()
104 __to_next = __to; in do_out()
112 intern_type* __to, intern_type* __to_end, in do_in() argument
123 while (__from < __from_end && __to < __to_end) in do_in()
142 *__to = L'\0'; in do_in()
146 __to++; in do_in()
[all …]
H A Dcollate_members.cc52 collate<char>::_M_transform(char* __to, const char* __from, in _M_transform() argument
54 { return strxfrm(__to, __from, __n); } in _M_transform()
68 collate<wchar_t>::_M_transform(wchar_t* __to, const wchar_t* __from, in _M_transform() argument
70 { return wcsxfrm(__to, __from, __n); } in _M_transform()
/dragonfly/contrib/gcc-8.0/libstdc++-v3/src/c++11/
H A Dcodecvt.cc759 __to_next = __to; in do_unshift()
835 __to_next = __to; in do_unshift()
904 __to_next = __to; in do_unshift()
980 __to_next = __to; in do_unshift()
1072 __to_next = __to; in do_unshift()
1171 __to_next = __to; in do_unshift()
1246 __to_next = __to; in do_unshift()
1335 __to_next = __to; in do_unshift()
1430 __to_next = __to; in do_unshift()
1506 __to_next = __to; in do_unshift()
[all …]
/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/bits/
H A Dcodecvt.h118 extern_type* __to, extern_type* __to_end, in _GLIBCXX_VISIBILITY()
122 __to, __to_end, __to_next); in _GLIBCXX_VISIBILITY()
198 intern_type* __to, intern_type* __to_end, in _GLIBCXX_VISIBILITY()
202 __to, __to_end, __to_next); in _GLIBCXX_VISIBILITY()
239 extern_type* __to, extern_type* __to_end, in _GLIBCXX_VISIBILITY()
249 intern_type* __to, intern_type* __to_end, in _GLIBCXX_VISIBILITY()
316 intern_type* __to, intern_type* __to_end, in _GLIBCXX_VISIBILITY()
378 intern_type* __to, intern_type* __to_end, in _GLIBCXX_VISIBILITY()
436 extern_type* __to, extern_type* __to_end, in _GLIBCXX_VISIBILITY()
496 extern_type* __to, extern_type* __to_end, in _GLIBCXX_VISIBILITY()
[all …]
H A Dfs_ops.h55 copy(const path& __from, const path& __to) in _GLIBCXX_VISIBILITY()
56 { copy(__from, __to, copy_options::none); } in _GLIBCXX_VISIBILITY()
59 copy(const path& __from, const path& __to, error_code& __ec) in _GLIBCXX_VISIBILITY()
60 { copy(__from, __to, copy_options::none, __ec); } in _GLIBCXX_VISIBILITY()
67 copy_file(const path& __from, const path& __to) in _GLIBCXX_VISIBILITY()
68 { return copy_file(__from, __to, copy_options::none); } in _GLIBCXX_VISIBILITY()
71 copy_file(const path& __from, const path& __to, error_code& __ec) in _GLIBCXX_VISIBILITY()
72 { return copy_file(__from, __to, copy_options::none, __ec); } in _GLIBCXX_VISIBILITY()
100 void create_symlink(const path& __to, const path& __new_symlink); in _GLIBCXX_VISIBILITY()
101 void create_symlink(const path& __to, const path& __new_symlink, in _GLIBCXX_VISIBILITY()
[all …]
H A Dforward_list.tcc53 _Fwd_list_node_base* __to in _M_insert_after() local
56 __thing->_M_next = __to->_M_next; in _M_insert_after()
57 __to->_M_next = __thing; in _M_insert_after()
58 return __to->_M_next; in _M_insert_after()
102 _Node_base* __to = &this->_M_impl._M_head; in _M_range_initialize() local
106 __to = __to->_M_next; in _M_range_initialize()
116 _Node_base* __to = &this->_M_impl._M_head; in _M_fill_initialize() local
120 __to = __to->_M_next; in _M_fill_initialize()
129 _Node_base* __to = &this->_M_impl._M_head; in _M_default_initialize() local
132 __to->_M_next = this->_M_create_node(); in _M_default_initialize()
[all …]
H A Dlocale_facets.h313 { return this->do_widen(__lo, __hi, __to); } in _GLIBCXX_VISIBILITY()
354 char __dfault, char* __to) const in _GLIBCXX_VISIBILITY()
590 char __dfault, char* __to) const = 0; in _GLIBCXX_VISIBILITY()
665 char __dfault, char* __to) const; in _GLIBCXX_VISIBILITY()
904 __builtin_memcpy(__to, __lo, __hi - __lo); in _GLIBCXX_VISIBILITY()
909 return this->do_widen(__lo, __hi, __to); in _GLIBCXX_VISIBILITY()
965 char __dfault, char* __to) const in _GLIBCXX_VISIBILITY()
970 __builtin_memcpy(__to, __lo, __hi - __lo); in _GLIBCXX_VISIBILITY()
1110 __builtin_memcpy(__to, __lo, __hi - __lo); in _GLIBCXX_VISIBILITY()
1164 __builtin_memcpy(__to, __lo, __hi - __lo); in _GLIBCXX_VISIBILITY()
[all …]
H A Dfs_fwd.h301 void copy(const path& __from, const path& __to, copy_options __options); in _GLIBCXX_VISIBILITY()
302 void copy(const path& __from, const path& __to, copy_options __options, in _GLIBCXX_VISIBILITY()
305 bool copy_file(const path& __from, const path& __to, copy_options __option); in _GLIBCXX_VISIBILITY()
306 bool copy_file(const path& __from, const path& __to, copy_options __option, in _GLIBCXX_VISIBILITY()
/dragonfly/contrib/gcc-4.7/libstdc++-v3/include/bits/
H A Dcodecvt.h119 extern_type* __to, extern_type* __to_end, in _GLIBCXX_VISIBILITY()
123 __to, __to_end, __to_next); in _GLIBCXX_VISIBILITY()
199 intern_type* __to, intern_type* __to_end, in _GLIBCXX_VISIBILITY()
203 __to, __to_end, __to_next); in _GLIBCXX_VISIBILITY()
240 extern_type* __to, extern_type* __to_end, in _GLIBCXX_VISIBILITY()
250 intern_type* __to, intern_type* __to_end, in _GLIBCXX_VISIBILITY()
309 extern_type* __to, extern_type* __to_end, in _GLIBCXX_VISIBILITY()
319 intern_type* __to, intern_type* __to_end, in _GLIBCXX_VISIBILITY()
369 extern_type* __to, extern_type* __to_end, in _GLIBCXX_VISIBILITY()
379 intern_type* __to, intern_type* __to_end, in _GLIBCXX_VISIBILITY()
[all …]
H A Dforward_list.tcc49 __to = __to->_M_next; in _Fwd_list_base()
60 _Fwd_list_node_base* __to in _M_insert_after() local
63 __thing->_M_next = __to->_M_next; in _M_insert_after()
64 __to->_M_next = __thing; in _M_insert_after()
65 return __to->_M_next; in _M_insert_after()
110 __to = __to->_M_next; in _M_initialize_dispatch()
121 _Node_base* __to = &this->_M_impl._M_head; in _M_fill_initialize() local
125 __to = __to->_M_next; in _M_fill_initialize()
134 _Node_base* __to = &this->_M_impl._M_head; in _M_default_initialize() local
137 __to->_M_next = this->_M_create_node(); in _M_default_initialize()
[all …]
H A Dlocale_facets.h349 char __dfault, char* __to) const in _GLIBCXX_VISIBILITY()
585 char __dfault, char* __to) const = 0; in _GLIBCXX_VISIBILITY()
660 char __dfault, char* __to) const; in _GLIBCXX_VISIBILITY()
898 __builtin_memcpy(__to, __lo, __hi - __lo); in _GLIBCXX_VISIBILITY()
903 return this->do_widen(__lo, __hi, __to); in _GLIBCXX_VISIBILITY()
959 char __dfault, char* __to) const in _GLIBCXX_VISIBILITY()
963 __builtin_memcpy(__to, __lo, __hi - __lo); in _GLIBCXX_VISIBILITY()
1102 __builtin_memcpy(__to, __lo, __hi - __lo); in _GLIBCXX_VISIBILITY()
1153 char __dfault, char* __to) const in _GLIBCXX_VISIBILITY()
1155 __builtin_memcpy(__to, __lo, __hi - __lo); in _GLIBCXX_VISIBILITY()
[all …]
/dragonfly/contrib/gcc-8.0/libstdc++-v3/src/c++98/
H A Dcodecvt.cc58 extern_type* __to, extern_type*, in do_out() argument
65 __to_next = __to; in do_out()
71 do_unshift(state_type&, extern_type* __to, in do_unshift() argument
74 __to_next = __to; in do_unshift()
82 intern_type* __to, intern_type*, intern_type*& __to_next) const in do_in() argument
88 __to_next = __to; in do_in()
136 do_unshift(state_type&, extern_type* __to, in do_unshift() argument
140 __to_next = __to; in do_unshift()
/dragonfly/contrib/gcc-4.7/libstdc++-v3/src/c++98/
H A Dcodecvt.cc58 extern_type* __to, extern_type*, in do_out() argument
65 __to_next = __to; in do_out()
71 do_unshift(state_type&, extern_type* __to, in do_unshift() argument
74 __to_next = __to; in do_unshift()
82 intern_type* __to, intern_type*, intern_type*& __to_next) const in do_in() argument
88 __to_next = __to; in do_in()
136 do_unshift(state_type&, extern_type* __to, in do_unshift() argument
140 __to_next = __to; in do_unshift()
/dragonfly/contrib/gcc-4.7/libstdc++-v3/include/ext/
H A Dcodecvt_specializations.h263 extern_type* __to, extern_type* __to_end, in _GLIBCXX_VISIBILITY()
273 intern_type* __to, intern_type* __to_end, in _GLIBCXX_VISIBILITY()
310 extern_type* __to, extern_type* __to_end, in _GLIBCXX_VISIBILITY()
320 size_t __tbytes = __tmultiple * (__to_end - __to); in _GLIBCXX_VISIBILITY()
324 char* __cto = reinterpret_cast<char*>(__to); in _GLIBCXX_VISIBILITY()
385 size_t __tlen = __tmultiple * (__to_end - __to); in _GLIBCXX_VISIBILITY()
389 char* __cto = reinterpret_cast<char*>(__to); in _GLIBCXX_VISIBILITY()
396 if (__tlen == __tmultiple * (__to_end - __to)) in _GLIBCXX_VISIBILITY()
414 intern_type* __to, intern_type* __to_end, in _GLIBCXX_VISIBILITY()
424 size_t __tlen = __tmultiple * (__to_end - __to); in _GLIBCXX_VISIBILITY()
[all …]
/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/ext/
H A Dcodecvt_specializations.h264 extern_type* __to, extern_type* __to_end, in _GLIBCXX_VISIBILITY()
274 intern_type* __to, intern_type* __to_end, in _GLIBCXX_VISIBILITY()
311 extern_type* __to, extern_type* __to_end, in _GLIBCXX_VISIBILITY()
321 size_t __tbytes = __tmultiple * (__to_end - __to); in _GLIBCXX_VISIBILITY()
325 char* __cto = reinterpret_cast<char*>(__to); in _GLIBCXX_VISIBILITY()
386 size_t __tlen = __tmultiple * (__to_end - __to); in _GLIBCXX_VISIBILITY()
390 char* __cto = reinterpret_cast<char*>(__to); in _GLIBCXX_VISIBILITY()
397 if (__tlen == __tmultiple * (__to_end - __to)) in _GLIBCXX_VISIBILITY()
415 intern_type* __to, intern_type* __to_end, in _GLIBCXX_VISIBILITY()
425 size_t __tlen = __tmultiple * (__to_end - __to); in _GLIBCXX_VISIBILITY()
[all …]
/dragonfly/contrib/gcc-8.0/libstdc++-v3/config/locale/dragonfly/
H A Dcollate_members.cc52 collate<char>::_M_transform(char* __to, const char* __from, in _M_transform() argument
54 { return strxfrm_l(__to, __from, __n, (locale_t)_M_c_locale_collate); } in _M_transform()
68 collate<wchar_t>::_M_transform(wchar_t* __to, const wchar_t* __from, in _M_transform() argument
70 { return wcsxfrm_l(__to, __from, __n, (locale_t)_M_c_locale_collate); } in _M_transform()
H A Dcodecvt_members.cc47 extern_type* __to, extern_type* __to_end, in do_out() argument
58 for (__from_next = __from, __to_next = __to; in do_out()
118 intern_type* __to, intern_type* __to_end, in do_in() argument
129 for (__from_next = __from, __to_next = __to; in do_in()
233 wchar_t* __to = static_cast<wchar_t*>(__builtin_alloca(sizeof(wchar_t) in do_length() local
245 size_t __conv = mbsnrtowcs(__to, &__from, in do_length()
/dragonfly/contrib/gcc-4.7/libstdc++-v3/include/profile/impl/
H A Dprofiler_container_size.h132 __resize(std::size_t __from, std::size_t __to) in __resize() argument
134 _M_cost += this->__resize_cost(__from, __to); in __resize()
136 _M_max = std::max(_M_max, __to); in __resize()
201 __resize(const void* __obj, int __from, int __to) in __resize() argument
210 __object_info->__resize(__from, __to); in __resize()
H A Dprofiler_list_to_vector.h223 __resize(const void* __obj, std::size_t __from, std::size_t __to) in __resize() argument
227 __res->__resize(__from, __to); in __resize()
315 std::size_t __from, std::size_t __to) in __trace_list_to_vector_resize() argument
320 _GLIBCXX_PROFILE_DATA(_S_list_to_vector)->__resize(__obj, __from, __to); in __trace_list_to_vector_resize()
H A Dprofiler_vector_to_list.h224 __resize(const void* __obj, std::size_t __from, std::size_t __to) in __resize() argument
228 __res->__resize(__from, __to); in __resize()
329 std::size_t __to) in __trace_vector_to_list_resize() argument
334 _GLIBCXX_PROFILE_DATA(_S_vector_to_list)->__resize(__obj, __from, __to); in __trace_vector_to_list_resize()
H A Dprofiler_hashtable_size.h88 std::size_t __to) in __trace_hashtable_size_resize() argument
93 _GLIBCXX_PROFILE_DATA(_S_hashtable_size)->__resize(__obj, __from, __to); in __trace_hashtable_size_resize()
H A Dprofiler_vector_size.h87 std::size_t __to) in __trace_vector_size_resize() argument
92 _GLIBCXX_PROFILE_DATA(_S_vector_size)->__resize(__obj, __from, __to); in __trace_vector_size_resize()
/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/profile/impl/
H A Dprofiler_container_size.h126 __resize(std::size_t __from, std::size_t __to) in __resize() argument
128 _M_cost += this->__resize_cost(__from, __to); in __resize()
130 _M_max = std::max(_M_max, __to); in __resize()
H A Dprofiler_hashtable_size.h79 std::size_t __from, std::size_t __to) in __trace_hashtable_size_resize() argument
84 __obj_info->__resize(__from, __to); in __trace_hashtable_size_resize()
H A Dprofiler_vector_size.h79 std::size_t __from, std::size_t __to) in __trace_vector_size_resize() argument
84 __obj_info->__resize(__from, __to); in __trace_vector_size_resize()

12