Home
last modified time | relevance | path

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

/third_party/rust/rust/compiler/rustc_monomorphize/src/
Dlib.rs24 mod polymorphize; module
/third_party/rust/rust/compiler/rustc_middle/src/ty/
Dinstance.rs629 pub fn polymorphize(self, tcx: TyCtxt<'tcx>) -> Self { in polymorphize() method
641 fn polymorphize<'tcx>( in polymorphize() function