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

Function unwrap

crates/rustc_codegen_nvvm/rustc_llvm_wrapper/RustWrapper.cpp:562–565  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

560 DEFINE_ISA_CONVERSION_FUNCTIONS(Metadata, LLVMMetadataRef)
561
562 inline Metadata **unwrap(LLVMMetadataRef *Vals)
563 {
564 return reinterpret_cast<Metadata **>(Vals);
565 }
566}
567#endif
568

Calls

no outgoing calls

Tested by

no test coverage detected