Searched refs:__copy (Results 1 – 9 of 9) sorted by relevance
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | compiler_attributes.h | 111 # define __copy(symbol) __attribute__((__copy__(symbol))) macro 113 # define __copy(symbol) macro
|
| H A D | module.h | 136 int init_module(void) __copy(initfn) \ 144 void cleanup_module(void) __copy(exitfn) \
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/common/linux/ |
| H A D | compiler.h | 71 # define __copy(symbol) __attribute__((__copy__(symbol))) macro 73 # define __copy(symbol) macro
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/ |
| H A D | any | 357 __copy(*__this, *__other); 386 static void __copy(any const & __this, any & __dest) { 433 __copy(*__this, *__other); 467 static void __copy(any const & __this, any & __dest) {
|
| H A D | filesystem | 1387 void __copy(const path& __from, const path& __to, copy_options __opt, 1490 __copy(__from, __to, copy_options::none); 1495 __copy(__from, __to, copy_options::none, &__ec); 1500 __copy(__from, __to, __opt); 1506 __copy(__from, __to, __opt, &__ec);
|
| H A D | algorithm | 1633 __copy(_InputIterator __first, _InputIterator __last, _OutputIterator __result) 1648 __copy(_Tp* __first, _Tp* __last, _Up* __result) 1661 return _VSTD::__copy(__unwrap_iter(__first), __unwrap_iter(__last), __unwrap_iter(__result));
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/ |
| H A D | any | 357 __copy(*__this, *__other); 386 static void __copy(any const & __this, any & __dest) { 433 __copy(*__this, *__other); 467 static void __copy(any const & __this, any & __dest) {
|
| H A D | filesystem | 1387 void __copy(const path& __from, const path& __to, copy_options __opt, 1490 __copy(__from, __to, copy_options::none); 1495 __copy(__from, __to, copy_options::none, &__ec); 1500 __copy(__from, __to, __opt); 1506 __copy(__from, __to, __opt, &__ec);
|
| H A D | algorithm | 1633 __copy(_InputIterator __first, _InputIterator __last, _OutputIterator __result) 1648 __copy(_Tp* __first, _Tp* __last, _Up* __result) 1661 return _VSTD::__copy(__unwrap_iter(__first), __unwrap_iter(__last), __unwrap_iter(__result));
|