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

Method sess

crates/rustc_codegen_nvvm/src/context.rs:222–224  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

220 }
221
222 fn sess(&self) -> &Session {
223 self.tcx.sess
224 }
225
226 fn check_overflow(&self) -> bool {
227 self.check_overflow

Callers 15

predefine_staticMethod · 0.80
scalar_to_backendMethod · 0.80
module_codegenFunction · 0.80
check_and_apply_linkageFunction · 0.80
newMethod · 0.80
handle_layout_errMethod · 0.80
set_var_nameMethod · 0.80
lookup_debug_locMethod · 0.80
dbg_scope_fnMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected