Searched refs:__new (Results 1 - 8 of 8) sorted by relevance
/third_party/eudev/src/shared/ |
H A D | missing.h | 174 char *__new = (char *)alloca(__len + 1); \ 175 __new[__len] = '\0'; \ 176 (char *)memcpy(__new, __old, __len); \
|
/third_party/rust/crates/cxx/src/ |
H A D | shared_ptr.rs | 46 T::__new(value, new); in new() 190 unsafe fn __new(value: Self, new: *mut c_void) in __new() functions 223 unsafe fn __new(value: Self, new: *mut c_void) { in __new() functions
|
H A D | unique_ptr.rs | 43 repr: T::__new(value), in new() 215 fn __new(value: Self) -> MaybeUninit<*mut c_void> in __new() functions
|
/third_party/libdrm/ |
H A D | xf86drm.h | 414 register unsigned int __new __asm("o1"); \ 417 __new = new; \ 424 : "=&r" (__new) \ 425 : "0" (__new), \ 429 __ret = (__new != __old); \
|
/third_party/rust/crates/cxx/src/symbols/ |
H A D | rust_vec.rs | 19 unsafe extern "C" fn __new(this: *mut RustVec<$ty>) {
|
/third_party/rust/crates/libc/src/unix/nto/ |
H A D | neutrino.rs | 1117 __new: *mut ::c_uint, in InterruptCharacteristic() 1123 __new: *mut ::c_uint, in InterruptCharacteristic_r() 1155 __new: *const i64, in SchedWaypoint() 1161 __new: *const i64, in SchedWaypoint_r()
|
/third_party/rust/crates/cxx/macro/src/ |
H A D | expand.rs | 1404 fn __new(value: Self) -> ::cxx::core::mem::MaybeUninit<*mut ::cxx::core::ffi::c_void> { in expand_unique_ptr() functions 1491 unsafe fn __new(value: Self, new: *mut ::cxx::core::ffi::c_void) { in expand_shared_ptr() functions
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/ |
H A D | stylo.hpp | 2197 extern int rename (const char *__old, const char *__new) throw (); 2203 const char *__new) throw (); 29027 char_type __sep, const char_type* __p, char_type* __new, 29037 char_type __sep, ios_base& __io, char_type* __new, 29042 char_type* __new, const char_type* __cs, int& __len) const; 29911 _CharT* __new, const _CharT* __cs, int& __len) const 29915 __pad<_CharT, char_traits<_CharT> >::_S_pad(__io, __fill, __new, 29970 ios_base&, _CharT* __new, _CharT* __cs, int& __len) const 29972 _CharT* __p = std::__add_grouping(__new, __sep, __grouping, 29974 __len = __p - __new; [all...] |
Completed in 29 milliseconds