Home
last modified time | relevance | path

Searched refs:par_for_each_module (Results 1 – 4 of 4) sorted by relevance

/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_passes/src/
H A Dhir_id_validator.rs21 hir_map.par_for_each_module(|module_id| { in check_crate()
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_interface/src/
H A Dpasses.rs891 tcx.hir().par_for_each_module(|module| { in analysis()
921 tcx.hir().par_for_each_module(|module| { in analysis()
991 tcx.hir().par_for_each_module(|module| { in analysis()
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_lint/src/
H A Dlate.rs502 tcx.hir().par_for_each_module(|module| tcx.ensure().lint_mod(module)); in check_crate()
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_middle/src/hir/map/
H A Dmod.rs668 pub fn par_for_each_module(&self, f: impl Fn(LocalDefId)) { in par_for_each_module() method
673 pub fn par_for_each_module(&self, f: impl Fn(LocalDefId) + Sync) { in par_for_each_module() method