MCPcopy Create free account
hub / github.com/bytecodealliance/wasmtime / no_alias_region

Function no_alias_region

cranelift/codegen/src/ir/memflags.rs:164–166  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

162}
163
164const fn no_alias_region() -> PackedOption<AliasRegion> {
165 PackedOption::new(AliasRegion(u32::MAX))
166}
167
168impl MemFlagsData {
169 /// Create a new empty set of flags.

Callers 2

newMethod · 0.85
fromMethod · 0.85

Calls 2

AliasRegionClass · 0.85
newFunction · 0.50

Tested by

no test coverage detected