Home
last modified time | relevance | path

Searched defs:MonoItem (Results 1 – 3 of 3) sorted by relevance

/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_middle/src/mir/
H A Dmono.rs43 pub enum MonoItem<'tcx> { enum
49 impl<'tcx> MonoItem<'tcx> { implementation
208 impl<'a, 'tcx> HashStable<StableHashingContext<'a>> for MonoItem<'tcx> { implementation
228 impl<'tcx> fmt::Display for MonoItem<'tcx> { implementation
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_codegen_ssa/src/
H A Dmono_item.rs20 impl<'a, 'tcx: 'a> MonoItemExt<'a, 'tcx> for MonoItem<'tcx> { implementation
/dports/lang/rust/rustc-1.58.1-src/src/tools/compiletest/src/
H A Druntest.rs2630 struct MonoItem { in run_codegen_units_test() struct
2631 name: String, in run_codegen_units_test()
2632 codegen_units: HashSet<String>, in run_codegen_units_test()
2633 string: String, in run_codegen_units_test()
2637 fn str_to_mono_item(s: &str, cgu_has_crate_disambiguator: bool) -> MonoItem { in run_codegen_units_test()