MCPcopy Create free account
hub / github.com/Rust-GPU/rust-gpu / zombie_no_span

Method zombie_no_span

crates/rustc_codegen_spirv/src/codegen_cx/mod.rs:190–192  ·  view source on GitHub ↗
(&self, word: Word, reason: &str)

Source from the content-addressed store, hash-verified

188 );
189 }
190 pub fn zombie_no_span(&self, word: Word, reason: &str) {
191 self.zombie_with_span(word, DUMMY_SP, reason);
192 }
193
194 pub fn finalize_module(self) -> Module {
195 let mut result = self.builder.finalize();

Callers 6

constant_intMethod · 0.80
scalar_to_backendMethod · 0.80
const_data_from_allocMethod · 0.80
const_ptrcastMethod · 0.80
create_const_alloc2Method · 0.80
zombieMethod · 0.80

Calls 1

zombie_with_spanMethod · 0.80

Tested by

no test coverage detected