/external/libcxx/include/ |
D | codecvt | 98 extern_type* __to, extern_type* __to_end, extern_type*& __to_nxt) const; 102 intern_type* __to, intern_type* __to_end, intern_type*& __to_nxt) const; 105 extern_type* __to, extern_type* __to_end, extern_type*& __to_nxt) const; 133 extern_type* __to, extern_type* __to_end, extern_type*& __to_nxt) const; 137 intern_type* __to, intern_type* __to_end, intern_type*& __to_nxt) const; 140 extern_type* __to, extern_type* __to_end, extern_type*& __to_nxt) const; 168 extern_type* __to, extern_type* __to_end, extern_type*& __to_nxt) const; 172 intern_type* __to, intern_type* __to_end, intern_type*& __to_nxt) const; 175 extern_type* __to, extern_type* __to_end, extern_type*& __to_nxt) const; 221 extern_type* __to, extern_type* __to_end, extern_type*& __to_nxt) const; [all …]
|
D | __locale | 544 const char* widen(const char* __low, const char* __high, char_type* __to) const 546 return do_widen(__low, __high, __to); 556 …char_type* narrow(const char_type* __low, const char_type* __high, char __dfault, char* __to) const 558 return do_narrow(__low, __high, __dfault, __to); 653 const char* widen(const char* __low, const char* __high, char_type* __to) const 655 return do_widen(__low, __high, __to); 665 …const char* narrow(const char_type* __low, const char_type* __high, char __dfault, char* __to) con… 667 return do_narrow(__low, __high, __dfault, __to); 695 virtual const char* do_widen(const char* __low, const char* __high, char_type* __to) const; 697 … char* do_narrow(const char_type* __low, const char_type* __high, char __dfault, char* __to) const; [all …]
|
D | filesystem | 1387 void __copy(const path& __from, const path& __to, copy_options __opt, 1390 bool __copy_file(const path& __from, const path& __to, copy_options __opt, 1403 void __create_directory_symlink(const path& __to, const path& __new_symlink, 1406 void __create_hard_link(const path& __to, const path& __new_hard_link, 1409 void __create_symlink(const path& __to, const path& __new_symlink, 1489 const path& __to) { 1490 __copy(__from, __to, copy_options::none); 1493 inline _LIBCPP_INLINE_VISIBILITY void copy(const path& __from, const path& __to, 1495 __copy(__from, __to, copy_options::none, &__ec); 1498 inline _LIBCPP_INLINE_VISIBILITY void copy(const path& __from, const path& __to, [all …]
|
D | locale | 3760 _Elem* __to = &__ws[0]; 3761 _Elem* __to_end = __to + __ws.size(); 3767 __to, __to_end, __to_nxt); 3775 __ws.resize(__to - &__ws[0]); 3790 __to = &__ws[0] + __s; 3821 char* __to = &__bs[0]; 3822 char* __to_end = __to + __bs.size(); 3828 __to, __to_end, __to_nxt); 3836 __bs.resize(__to - &__bs[0]); 3851 __to = &__bs[0] + __s; [all …]
|
D | vector | 824 void __move_range(pointer __from_s, pointer __from_e, pointer __to); 1756 vector<_Tp, _Allocator>::__move_range(pointer __from_s, pointer __from_e, pointer __to) 1759 difference_type __n = __old_last - __to;
|
/external/llvm-project/libcxx/include/ |
D | codecvt | 97 extern_type* __to, extern_type* __to_end, extern_type*& __to_nxt) const; 101 intern_type* __to, intern_type* __to_end, intern_type*& __to_nxt) const; 104 extern_type* __to, extern_type* __to_end, extern_type*& __to_nxt) const; 135 extern_type* __to, extern_type* __to_end, extern_type*& __to_nxt) const; 139 intern_type* __to, intern_type* __to_end, intern_type*& __to_nxt) const; 142 extern_type* __to, extern_type* __to_end, extern_type*& __to_nxt) const; 173 extern_type* __to, extern_type* __to_end, extern_type*& __to_nxt) const; 177 intern_type* __to, intern_type* __to_end, intern_type*& __to_nxt) const; 180 extern_type* __to, extern_type* __to_end, extern_type*& __to_nxt) const; 226 extern_type* __to, extern_type* __to_end, extern_type*& __to_nxt) const; [all …]
|
D | __locale | 586 const char* widen(const char* __low, const char* __high, char_type* __to) const 588 return do_widen(__low, __high, __to); 598 …char_type* narrow(const char_type* __low, const char_type* __high, char __dfault, char* __to) const 600 return do_narrow(__low, __high, __dfault, __to); 695 const char* widen(const char* __low, const char* __high, char_type* __to) const 697 return do_widen(__low, __high, __to); 707 …const char* narrow(const char_type* __low, const char_type* __high, char __dfault, char* __to) con… 709 return do_narrow(__low, __high, __dfault, __to); 737 virtual const char* do_widen(const char* __low, const char* __high, char_type* __to) const; 739 … char* do_narrow(const char_type* __low, const char_type* __high, char __dfault, char* __to) const; [all …]
|
D | filesystem | 1439 void __copy(const path& __from, const path& __to, copy_options __opt, 1442 bool __copy_file(const path& __from, const path& __to, copy_options __opt, 1455 void __create_directory_symlink(const path& __to, const path& __new_symlink, 1458 void __create_hard_link(const path& __to, const path& __new_hard_link, 1461 void __create_symlink(const path& __to, const path& __new_symlink, 1541 const path& __to) { 1542 __copy(__from, __to, copy_options::none); 1545 inline _LIBCPP_INLINE_VISIBILITY void copy(const path& __from, const path& __to, 1547 __copy(__from, __to, copy_options::none, &__ec); 1550 inline _LIBCPP_INLINE_VISIBILITY void copy(const path& __from, const path& __to, [all …]
|
D | locale | 3755 _Elem* __to = &__ws[0]; 3756 _Elem* __to_end = __to + __ws.size(); 3762 __to, __to_end, __to_nxt); 3770 __ws.resize(__to - &__ws[0]); 3785 __to = &__ws[0] + __s; 3816 char* __to = &__bs[0]; 3817 char* __to_end = __to + __bs.size(); 3823 __to, __to_end, __to_nxt); 3831 __bs.resize(__to - &__bs[0]); 3846 __to = &__bs[0] + __s; [all …]
|
D | atomic | 685 volatile char* __to = reinterpret_cast<volatile char*>(&__a_value); 686 volatile char* __end = __to + sizeof(_Tp); 688 while (__to != __end) 689 *__to++ = *__from++;
|
D | vector | 825 void __move_range(pointer __from_s, pointer __from_e, pointer __to); 1748 vector<_Tp, _Allocator>::__move_range(pointer __from_s, pointer __from_e, pointer __to) 1751 difference_type __n = __old_last - __to;
|
/external/clang/lib/Headers/ |
D | __clang_cuda_cmath.h | 123 __DEVICE__ float nexttoward(float __from, float __to) { in nexttoward() argument 124 return __builtin_nexttowardf(__from, __to); in nexttoward() 126 __DEVICE__ double nexttoward(double __from, double __to) { in nexttoward() argument 127 return __builtin_nexttoward(__from, __to); in nexttoward()
|
/external/virglrenderer/src/gallium/auxiliary/util/ |
D | u_double_list.h | 99 #define LIST_REPLACE(__from, __to) list_replace(__from, __to) argument
|
/external/libdrm/ |
D | util_double_list.h | 94 #define LIST_REPLACE(__from, __to) list_replace(__from, __to) argument
|
/external/libabigail/tests/data/test-read-dwarf/ |
D | test10-pr18818-gcc.so.abi | 5739 …<parameter type-id='type-id-683' name='__to' filepath='/usr/include/c++/4.9/bits/codecvt.h' line='… 5752 …<parameter type-id='type-id-680' name='__to' filepath='/usr/include/c++/4.9/bits/codecvt.h' line='…
|
D | test22-pr19097-libstdc++.so.6.0.17.so.abi | 26327 …<parameter type-id='type-id-98' name='__to' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig… 26461 …<parameter type-id='type-id-368' name='__to' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0i… 44199 …<parameter type-id='type-id-368' name='__to' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0i… 44331 …<parameter type-id='type-id-98' name='__to' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig…
|