Home
last modified time | relevance | path

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

/third_party/rust/rust/compiler/rustc_query_system/src/dep_graph/
Dmod.rs82 fn try_load_from_on_disk_cache(self, dep_node: DepNode<Self::DepKind>) { in try_load_from_on_disk_cache() method
Ddep_node.rs222 pub try_load_from_on_disk_cache: Option<fn(Tcx, DepNode<Tcx::DepKind>)>, field
/third_party/rust/rust/compiler/rustc_query_impl/src/
Dplumbing.rs370 fn try_load_from_on_disk_cache<'tcx, Q>(query: Q, tcx: TyCtxt<'tcx>, dep_node: DepNode) in try_load_from_on_disk_cache() function