MCPcopy Create free account
hub / github.com/bytecodealliance/rustix / zero

Function zero

src/backend/linux_raw/conv.rs:89–91  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

87/// Pass a zero, or null, argument.
88#[inline]
89pub(super) fn zero<'a, Num: ArgNumber>() -> ArgReg<'a, Num> {
90 raw_arg(null_mut())
91}
92
93/// Pass the `mem::size_of` of a type.
94#[inline]

Callers

nothing calls this directly

Calls 1

raw_argFunction · 0.85

Tested by

no test coverage detected