Searched refs:__new (Results 1 – 13 of 13) sorted by relevance
/external/kmod/shared/ |
D | missing.h | 41 char *__new = alloca(__len + 1); \ 42 __new[__len] = '\0'; \ 43 memcpy(__new, __old, __len); \
|
/external/rust/cxx/src/ |
D | shared_ptr.rs | 46 T::__new(value, new); in new() 186 unsafe fn __new(value: Self, new: *mut c_void) in __new() method 222 unsafe fn __new(value: Self, new: *mut c_void) {
|
D | unique_ptr.rs | 44 repr: T::__new(value), in new() 212 fn __new(value: Self) -> *mut c_void in __new() method
|
/external/libdrm/ |
D | xf86drm.h | 414 register unsigned int __new __asm("o1"); \ 417 __new = new; \ 424 : "=&r" (__new) \ 425 : "0" (__new), \ 429 __ret = (__new != __old); \
|
/external/rust/cxx/src/symbols/ |
D | rust_vec.rs | 16 unsafe extern "C" fn __new(this: *mut RustVec<$ty>) {
|
/external/libcxx/include/ |
D | filesystem | 1532 const path& __new) { 1533 __copy_symlink(__existing, __new); 1537 copy_symlink(const path& __ext, const path& __new, error_code& __ec) noexcept { 1538 __copy_symlink(__ext, __new, &__ec); 1571 create_directory_symlink(const path& __to, const path& __new) { 1572 __create_directory_symlink(__to, __new); 1576 create_directory_symlink(const path& __to, const path& __new, 1578 __create_directory_symlink(__to, __new, &__ec); 1582 const path& __new) { 1583 __create_hard_link(__to, __new); [all …]
|
/external/llvm-project/libcxx/include/ |
D | filesystem | 1584 const path& __new) { 1585 __copy_symlink(__existing, __new); 1589 copy_symlink(const path& __ext, const path& __new, error_code& __ec) noexcept { 1590 __copy_symlink(__ext, __new, &__ec); 1623 create_directory_symlink(const path& __to, const path& __new) { 1624 __create_directory_symlink(__to, __new); 1628 create_directory_symlink(const path& __to, const path& __new, 1630 __create_directory_symlink(__to, __new, &__ec); 1634 const path& __new) { 1635 __create_hard_link(__to, __new); [all …]
|
/external/clang/test/Rewriter/ |
D | modern-write-bf-abi.mm | 41 + (id)__new:(const id [])objects :(NSUInteger)count :(BOOL)hasObjects :(BOOL)hasStrong :(BOOL)trans…
|
/external/llvm-project/clang/test/Rewriter/ |
D | modern-write-bf-abi.mm | 41 + (id)__new:(const id [])objects :(NSUInteger)count :(BOOL)hasObjects :(BOOL)hasStrong :(BOOL)trans…
|
/external/clang/test/Analysis/ |
D | malloc.mm | 190 void OSAtomicEnqueue( OSQueueHead *__list, void *__new, size_t __offset) __attribute__((weak_import…
|
/external/llvm-project/clang/test/Analysis/ |
D | malloc.mm | 211 extern "C" void OSAtomicEnqueue( OSQueueHead *__list, void *__new, size_t __offset) __attribute__((…
|
/external/rust/cxx/macro/src/ |
D | expand.rs | 1265 fn __new(value: Self) -> *mut ::std::ffi::c_void { in expand_unique_ptr() 1361 unsafe fn __new(value: Self, new: *mut ::std::ffi::c_void) { in expand_shared_ptr()
|
/external/libabigail/tests/data/test-read-dwarf/ |
D | test22-pr19097-libstdc++.so.6.0.17.so.abi | 23791 …<parameter type-id='type-id-98' name='__new' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0i… 23804 …<parameter type-id='type-id-98' name='__new' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0i… 23816 …<parameter type-id='type-id-98' name='__new' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0i… 24100 …<parameter type-id='type-id-368' name='__new' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0… 24113 …<parameter type-id='type-id-368' name='__new' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0… 24125 …<parameter type-id='type-id-368' name='__new' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0… 49129 …<parameter type-id='type-id-98' name='__new' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0i… 49142 …<parameter type-id='type-id-98' name='__new' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0i… 49154 …<parameter type-id='type-id-98' name='__new' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0i… 49436 …<parameter type-id='type-id-368' name='__new' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0… [all …]
|