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

Method zombie

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

Source from the content-addressed store, hash-verified

52 }
53
54 pub fn zombie(&self, word: Word, reason: &str) {
55 if let Some(current_span) = self.current_span {
56 self.zombie_with_span(word, current_span, reason);
57 } else {
58 self.zombie_no_span(word, reason);
59 }
60 }
61
62 pub fn validate_atomic(&self, ty: Word, to_zombie: Word) {
63 if !self.i8_i16_atomics_allowed {

Callers 14

validate_atomicMethod · 0.80
emit_access_chainMethod · 0.80
call_libm_intrinsicMethod · 0.80
zombie_ptr_equalMethod · 0.80
checked_binopMethod · 0.80
volatile_loadMethod · 0.80
bitcastMethod · 0.80
memcpyMethod · 0.80

Calls 2

zombie_with_spanMethod · 0.80
zombie_no_spanMethod · 0.80

Tested by

no test coverage detected