Searched refs:__null (Results 1 - 5 of 5) sorted by relevance
/third_party/rust/crates/cxx/src/ |
H A D | weak_ptr.rs | 34 T::__null(new); in null() 103 unsafe fn __null(new: *mut c_void); in __null() functions 120 unsafe fn __null(new: *mut c_void) { in __null() functions 124 fn __null(new: *mut c_void); in __null() functions 127 unsafe { __null(new) } in __null()
|
H A D | shared_ptr.rs | 33 T::__null(new); in null() 188 unsafe fn __null(new: *mut c_void); in __null() functions 214 unsafe fn __null(new: *mut c_void) { in __null() functions 218 fn __null(new: *mut c_void); in __null() functions 221 unsafe { __null(new) } in __null()
|
H A D | unique_ptr.rs | 32 repr: T::__null(), in null() 213 fn __null() -> MaybeUninit<*mut c_void>; in __null() functions 251 fn __null() -> MaybeUninit<*mut c_void> { in __null() functions 281 fn __null() -> MaybeUninit<*mut c_void> { in __null() functions
|
/third_party/rust/crates/cxx/macro/src/ |
H A D | expand.rs | 1427 fn __null() -> ::cxx::core::mem::MaybeUninit<*mut ::cxx::core::ffi::c_void> { in expand_unique_ptr() functions 1430 fn __null(this: *mut ::cxx::core::mem::MaybeUninit<*mut ::cxx::core::ffi::c_void>); in expand_unique_ptr() functions 1433 unsafe { __null(&mut repr) } in expand_unique_ptr() 1512 unsafe fn __null(new: *mut ::cxx::core::ffi::c_void) { in expand_shared_ptr() functions 1515 fn __null(new: *mut ::cxx::core::ffi::c_void); in expand_shared_ptr() functions 1517 __null(new); in expand_shared_ptr() 1567 unsafe fn __null(new: *mut ::cxx::core::ffi::c_void) { in expand_weak_ptr() functions 1570 fn __null(new: *mut ::cxx::core::ffi::c_void); in expand_weak_ptr() functions 1572 __null(new); in expand_weak_ptr()
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/ |
H A D | stylo.hpp | 18553 return __gthrw_pthread_create (__threadid, __null, __func, __args); 18623 __gthrw_pthread_mutex_init (__mutex, __null); 36619 do { AnnotateMozCrashReason("MOZ_CRASH(" "indexing into zero-length array" ")"); do { *((volatile int*) __null) = 87; ::abort(); } while (0); } while (0); 36624 do { AnnotateMozCrashReason("MOZ_CRASH(" "indexing into zero-length array" ")"); do { *((volatile int*) __null) = 92; ::abort(); } while (0); } while (0); 36845 do { static_assert(mozilla::detail::AssertionConditionType<decltype((detail::IsInBounds<From, To>(aFrom)))>::isValid, "invalid assertion condition"); if ((__builtin_expect(!!(!(!!((detail::IsInBounds<From, To>(aFrom))))), 0))) { do { } while (0); AnnotateMozCrashReason("MOZ_RELEASE_ASSERT(" "(detail::IsInBounds<From, To>(aFrom))" ")"); do { *((volatile int*) __null) = 250; ::abort(); } while (0); } } while (0); [all...] |
Completed in 29 milliseconds