| /dragonfly/contrib/gcc-8.0/libstdc++-v3/config/locale/dragonfly/ |
| D | codecvt_members.cc | 45 do_out(state_type& __state, const intern_type* __from, in do_out() argument 58 for (__from_next = __from, __to_next = __to; in do_out() 67 __from = __from_next; in do_out() 76 for (; __from < __from_next; ++__from) in do_out() 77 __to_next += wcrtomb(__to_next, *__from, &__tmp_state); in do_out() 116 do_in(state_type& __state, const extern_type* __from, in do_in() argument 129 for (__from_next = __from, __to_next = __to; in do_in() 140 __from = __from_next; in do_in() 149 for (;; ++__to_next, __from += __conv) in do_in() 151 __conv = mbrtowc(__to_next, __from, __from_end - __from, in do_in() [all …]
|
| D | collate_members.cc | 52 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()
|
| /dragonfly/contrib/gcc-4.7/libstdc++-v3/config/locale/generic/ |
| D | codecvt_members.cc | 45 do_out(state_type& __state, const intern_type* __from, in do_out() argument 63 if (MB_CUR_MAX * (__from_end - __from) - (__to_end - __to) <= 0) in do_out() 64 while (__from < __from_end) in do_out() 66 const size_t __conv = wcrtomb(__to, *__from, &__tmp_state); in do_out() 74 __from++; in do_out() 79 while (__from < __from_end && __to < __to_end) in do_out() 81 const size_t __conv = wcrtomb(__buf, *__from, &__tmp_state); in do_out() 96 __from++; in do_out() 100 if (__ret == ok && __from < __from_end) in do_out() 103 __from_next = __from; in do_out() [all …]
|
| D | collate_members.cc | 52 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/ |
| D | codecvt.cc | 741 const intern_type* __from, in do_out() argument 746 range<const char16_t> from{ __from, __from_end }; in do_out() 765 do_in(state_type&, const extern_type* __from, const extern_type* __from_end, in do_in() argument 770 range<const char> from{ __from, __from_end }; in do_in() 793 do_length(state_type&, const extern_type* __from, in do_length() argument 796 __end = utf16_span(__from, __end, __max); in do_length() 797 return __end - __from; in do_length() 817 do_out(state_type&, const intern_type* __from, const intern_type* __from_end, in do_out() argument 822 range<const char32_t> from{ __from, __from_end }; in do_out() 841 do_in(state_type&, const extern_type* __from, const extern_type* __from_end, in do_in() argument [all …]
|
| /dragonfly/contrib/gcc-8.0/libstdc++-v3/include/bits/ |
| D | codecvt.h | 116 out(state_type& __state, const intern_type* __from, in _GLIBCXX_VISIBILITY() 121 return this->do_out(__state, __from, __from_end, __from_next, in _GLIBCXX_VISIBILITY() 196 in(state_type& __state, const extern_type* __from, in _GLIBCXX_VISIBILITY() 201 return this->do_in(__state, __from, __from_end, __from_next, in _GLIBCXX_VISIBILITY() 214 length(state_type& __state, const extern_type* __from, in _GLIBCXX_VISIBILITY() 216 { return this->do_length(__state, __from, __end, __max); } in _GLIBCXX_VISIBILITY() 237 do_out(state_type& __state, const intern_type* __from, in _GLIBCXX_VISIBILITY() 247 do_in(state_type& __state, const extern_type* __from, in _GLIBCXX_VISIBILITY() 259 do_length(state_type&, const extern_type* __from, in _GLIBCXX_VISIBILITY() 304 do_out(state_type& __state, const intern_type* __from, in _GLIBCXX_VISIBILITY() [all …]
|
| D | fs_ops.h | 55 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() 62 void copy(const path& __from, const path& __to, copy_options __options); in _GLIBCXX_VISIBILITY() 63 void copy(const path& __from, const path& __to, copy_options __options, 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() [all …]
|
| /dragonfly/contrib/gcc-4.7/libstdc++-v3/include/bits/ |
| D | codecvt.h | 117 out(state_type& __state, const intern_type* __from, in _GLIBCXX_VISIBILITY() 122 return this->do_out(__state, __from, __from_end, __from_next, in _GLIBCXX_VISIBILITY() 197 in(state_type& __state, const extern_type* __from, in _GLIBCXX_VISIBILITY() 202 return this->do_in(__state, __from, __from_end, __from_next, in _GLIBCXX_VISIBILITY() 215 length(state_type& __state, const extern_type* __from, in _GLIBCXX_VISIBILITY() 217 { return this->do_length(__state, __from, __end, __max); } in _GLIBCXX_VISIBILITY() 238 do_out(state_type& __state, const intern_type* __from, in _GLIBCXX_VISIBILITY() 248 do_in(state_type& __state, const extern_type* __from, in _GLIBCXX_VISIBILITY() 260 do_length(state_type&, const extern_type* __from, in _GLIBCXX_VISIBILITY() 307 do_out(state_type& __state, const intern_type* __from, in _GLIBCXX_VISIBILITY() [all …]
|
| /dragonfly/contrib/gcc-8.0/libstdc++-v3/include/ext/ |
| D | codecvt_specializations.h | 262 do_out(state_type& __state, const intern_type* __from, in _GLIBCXX_VISIBILITY() 272 do_in(state_type& __state, const extern_type* __from, in _GLIBCXX_VISIBILITY() 284 do_length(state_type&, const extern_type* __from, in _GLIBCXX_VISIBILITY() 309 do_out(state_type& __state, const intern_type* __from, in _GLIBCXX_VISIBILITY() 319 size_t __fbytes = __fmultiple * (__from_end - __from); in _GLIBCXX_VISIBILITY() 337 size_t __size = __from_end - __from; in _GLIBCXX_VISIBILITY() 341 char_traits<intern_type>::copy(__cfixed + 1, __from, __size); in _GLIBCXX_VISIBILITY() 348 intern_type* __cfixed = const_cast<intern_type*>(__from); in _GLIBCXX_VISIBILITY() 362 if (__fbytes < __fmultiple * (__from_end - __from)) in _GLIBCXX_VISIBILITY() 413 do_in(state_type& __state, const extern_type* __from, in _GLIBCXX_VISIBILITY() [all …]
|
| /dragonfly/contrib/gcc-4.7/libstdc++-v3/include/ext/ |
| D | codecvt_specializations.h | 261 do_out(state_type& __state, const intern_type* __from, in _GLIBCXX_VISIBILITY() 271 do_in(state_type& __state, const extern_type* __from, in _GLIBCXX_VISIBILITY() 283 do_length(state_type&, const extern_type* __from, in _GLIBCXX_VISIBILITY() 308 do_out(state_type& __state, const intern_type* __from, in _GLIBCXX_VISIBILITY() 318 size_t __fbytes = __fmultiple * (__from_end - __from); in _GLIBCXX_VISIBILITY() 336 size_t __size = __from_end - __from; in _GLIBCXX_VISIBILITY() 340 char_traits<intern_type>::copy(__cfixed + 1, __from, __size); in _GLIBCXX_VISIBILITY() 347 intern_type* __cfixed = const_cast<intern_type*>(__from); in _GLIBCXX_VISIBILITY() 361 if (__fbytes < __fmultiple * (__from_end - __from)) in _GLIBCXX_VISIBILITY() 412 do_in(state_type& __state, const extern_type* __from, in _GLIBCXX_VISIBILITY() [all …]
|
| /dragonfly/contrib/gcc-8.0/libstdc++-v3/src/c++98/ |
| D | codecvt.cc | 56 do_out(state_type&, const intern_type* __from, in do_out() argument 64 __from_next = __from; in do_out() 80 do_in(state_type&, const extern_type* __from, in do_in() argument 87 __from_next = __from; in do_in() 104 do_length (state_type&, const extern_type* __from, in do_length() argument 107 size_t __d = static_cast<size_t>(__end - __from); in do_length()
|
| /dragonfly/contrib/gcc-4.7/libstdc++-v3/src/c++98/ |
| D | codecvt.cc | 56 do_out(state_type&, const intern_type* __from, in do_out() argument 64 __from_next = __from; in do_out() 80 do_in(state_type&, const extern_type* __from, in do_in() argument 87 __from_next = __from; in do_in() 104 do_length (state_type&, const extern_type* __from, in do_length() argument 107 size_t __d = static_cast<size_t>(__end - __from); in do_length()
|
| /dragonfly/contrib/gcc-4.7/libstdc++-v3/include/profile/impl/ |
| D | profiler_container_size.h | 127 __resize_cost(std::size_t __from, std::size_t) in __resize_cost() argument 128 { return __from; } in __resize_cost() 132 __resize(std::size_t __from, std::size_t __to) in __resize() argument 134 _M_cost += this->__resize_cost(__from, __to); in __resize() 201 __resize(const void* __obj, int __from, int __to) in __resize() argument 210 __object_info->__resize(__from, __to); in __resize()
|
| D | profiler_list_to_vector.h | 140 __resize(std::size_t __from, std::size_t) in __resize() argument 141 { _M_resize += __from; } in __resize() 223 __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()
|
| D | profiler_vector_to_list.h | 127 __resize(std::size_t __from, std::size_t) in __resize() argument 128 { _M_resize += __from; } in __resize() 224 __resize(const void* __obj, std::size_t __from, std::size_t __to) in __resize() argument 228 __res->__resize(__from, __to); in __resize() 328 __trace_vector_to_list_resize(const void* __obj, std::size_t __from, 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()
|
| D | profiler_vector_size.h | 86 __trace_vector_size_resize(const void* __obj, std::size_t __from, in __trace_vector_size_resize() argument 92 _GLIBCXX_PROFILE_DATA(_S_vector_size)->__resize(__obj, __from, __to); in __trace_vector_size_resize()
|
| D | profiler_hashtable_size.h | 87 __trace_hashtable_size_resize(const void* __obj, std::size_t __from, in __trace_hashtable_size_resize() argument 93 _GLIBCXX_PROFILE_DATA(_S_hashtable_size)->__resize(__obj, __from, __to); in __trace_hashtable_size_resize()
|
| /dragonfly/contrib/gcc-4.7/libstdc++-v3/include/debug/ |
| D | safe_sequence.tcc | 69 _M_transfer_from_if(_Safe_sequence& __from, _Predicate __pred) in _M_transfer_from_if() argument 80 __gnu_cxx::__scoped_lock sentry(__from._M_get_mutex()); in _M_transfer_from_if() 82 for (_Safe_iterator_base* __iter = __from._M_iterators; __iter;) in _M_transfer_from_if() 102 for (_Safe_iterator_base* __iter2 = __from._M_const_iterators; in _M_transfer_from_if()
|
| /dragonfly/contrib/gcc-8.0/libstdc++-v3/include/debug/ |
| D | safe_sequence.tcc | 69 _M_transfer_from_if(_Safe_sequence& __from, _Predicate __pred) in _M_transfer_from_if() argument 80 __gnu_cxx::__scoped_lock sentry(__from._M_get_mutex()); in _M_transfer_from_if() 82 for (_Safe_iterator_base* __iter = __from._M_iterators; __iter;) in _M_transfer_from_if() 103 for (_Safe_iterator_base* __iter2 = __from._M_const_iterators; in _M_transfer_from_if()
|
| /dragonfly/contrib/gcc-8.0/libstdc++-v3/include/profile/impl/ |
| D | profiler_container_size.h | 121 __resize_cost(std::size_t __from, std::size_t) in __resize_cost() argument 122 { return __from; } in __resize_cost() 126 __resize(std::size_t __from, std::size_t __to) in __resize() argument 128 _M_cost += this->__resize_cost(__from, __to); in __resize()
|
| D | profiler_vector_to_list.h | 108 __resize(std::size_t __from, std::size_t) in __resize() argument 109 { _M_resize += __from; } in __resize() 242 std::size_t __from, in __trace_vector_to_list_resize() argument 248 __obj_info->__resize(__from, __to); in __trace_vector_to_list_resize()
|
| D | profiler_list_to_vector.h | 120 __resize(std::size_t __from, std::size_t) in __resize() argument 121 { _M_resize += __from; } in __resize() 243 std::size_t __from, std::size_t __to) in __trace_list_to_vector_resize() argument 248 __obj_info->__resize(__from, __to); in __trace_list_to_vector_resize()
|
| D | profiler_hashtable_size.h | 79 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()
|
| D | profiler_vector_size.h | 79 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()
|
| /dragonfly/contrib/gcc-8.0/libstdc++-v3/include/std/ |
| D | sstream | 303 __xfer_bufptrs(const basic_stringbuf& __from, basic_stringbuf* __to) 306 const _CharT* const __str = __from._M_string.data(); 308 if (__from.eback()) 310 _M_goff[0] = __from.eback() - __str; 311 _M_goff[1] = __from.gptr() - __str; 312 _M_goff[2] = __from.egptr() - __str; 313 __end = __from.egptr(); 315 if (__from.pbase()) 317 _M_poff[0] = __from.pbase() - __str; 318 _M_poff[1] = __from.pptr() - __from.pbase(); [all …]
|