Home
last modified time | relevance | path

Searched refs:__null (Results 1 – 9 of 9) sorted by relevance

/third_party/rust/crates/cxx/src/
Dweak_ptr.rs34 T::__null(new); in null()
103 unsafe fn __null(new: *mut c_void); in __null() method
120 unsafe fn __null(new: *mut c_void) {
124 fn __null(new: *mut c_void);
127 unsafe { __null(new) }
Dshared_ptr.rs33 T::__null(new); in null()
188 unsafe fn __null(new: *mut c_void); in __null() method
214 unsafe fn __null(new: *mut c_void) {
218 fn __null(new: *mut c_void);
221 unsafe { __null(new) }
Dunique_ptr.rs32 repr: T::__null(), in null()
213 fn __null() -> MaybeUninit<*mut c_void>; in __null() method
251 fn __null() -> MaybeUninit<*mut c_void> { in __null() method
281 fn __null() -> MaybeUninit<*mut c_void> { in __null() function
/third_party/rust/crates/cxx/macro/src/
Dexpand.rs1427 fn __null() -> ::cxx::core::mem::MaybeUninit<*mut ::cxx::core::ffi::c_void> { in expand_unique_ptr()
1430 … fn __null(this: *mut ::cxx::core::mem::MaybeUninit<*mut ::cxx::core::ffi::c_void>); in expand_unique_ptr()
1433 unsafe { __null(&mut repr) } in expand_unique_ptr()
1512 unsafe fn __null(new: *mut ::cxx::core::ffi::c_void) { in expand_shared_ptr()
1515 fn __null(new: *mut ::cxx::core::ffi::c_void); in expand_shared_ptr()
1517 __null(new); in expand_shared_ptr()
1567 unsafe fn __null(new: *mut ::cxx::core::ffi::c_void) { in expand_weak_ptr()
1570 fn __null(new: *mut ::cxx::core::ffi::c_void); in expand_weak_ptr()
1572 __null(new); in expand_weak_ptr()
/third_party/mesa3d/docs/relnotes/
D9.1.6.rst45 is_loop_terminator(ir_if*): assertion „inst != \__null“ failed.
D7.9.2.rst89 Assertion \`ret != \__null' failed.
D7.10.1.rst87 Assertion \`ret != \__null' failed.
/third_party/openh264/module/
Dgmp-openh264.cpp90 # define nullptr __null
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp18553 return __gthrw_pthread_create (__threadid, __null, __func, __args); in __gthread_create()
18623 __gthrw_pthread_mutex_init (__mutex, __null); in __gthread_mutex_init_function()
36619 …Z_CRASH(" "indexing into zero-length array" ")"); do { *((volatile int*) __null) = 87; ::abort(); … in operator []()
36624 …Z_CRASH(" "indexing into zero-length array" ")"); do { *((volatile int*) __null) = 92; ::abort(); … in operator []()
36845 …T(" "(detail::IsInBounds<From, To>(aFrom))" ")"); do { *((volatile int*) __null) = 250; ::abort();… in ReleaseAssertedCast()
44384 … (index_ >= 0 && index <= span_->Length())" ")"); do { *((volatile int*) __null) = 176; ::abort();… in span_iterator()
44399 …ozCrashReason("MOZ_RELEASE_ASSERT(" "span_" ")"); do { *((volatile int*) __null) = 190; ::abort();… in operator *()
44405 …ozCrashReason("MOZ_RELEASE_ASSERT(" "span_" ")"); do { *((volatile int*) __null) = 196; ::abort();… in operator ->()
44411 …&& index_ >= 0 && index_ < span_->Length()" ")"); do { *((volatile int*) __null) = 202; ::abort();… in operator ++()
44425 …&& index_ > 0 && index_ <= span_->Length()" ")"); do { *((volatile int*) __null) = 216; ::abort();… in operator --()
[all …]