Home
last modified time | relevance | path

Searched defs:create_fn_alloc (Results 1 – 2 of 2) sorted by relevance

/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_middle/src/mir/interpret/
H A Dmod.rs486 pub fn create_fn_alloc(self, instance: Instance<'tcx>) -> AllocId { in create_fn_alloc() method
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_const_eval/src/interpret/
H A Dmemory.rs185 pub fn create_fn_alloc( in create_fn_alloc() method