MCPcopy Create free account
hub / github.com/Rust-GPU/rust-cuda / resume

Method resume

crates/rustc_codegen_nvvm/src/builder.rs:1004–1006  ·  view source on GitHub ↗
(&mut self, _exn: &'ll Value)

Source from the content-addressed store, hash-verified

1002 fn set_cleanup(&mut self, _landing_pad: &'ll Value) {}
1003
1004 fn resume(&mut self, _exn: &'ll Value) -> &'ll Value {
1005 self.unsupported("resumes");
1006 }
1007
1008 fn cleanup_pad(&mut self, _parent: Option<&'ll Value>, _args: &[&'ll Value]) {}
1009

Callers

nothing calls this directly

Calls 1

unsupportedMethod · 0.80

Tested by

no test coverage detected