Home
last modified time | relevance | path

Searched defs:loadable_from_disk (Results 1 – 5 of 5) sorted by relevance

/third_party/rust/rust/compiler/rustc_query_system/src/query/
Dconfig.rs53 fn loadable_from_disk(self, qcx: Qcx, key: &Self::Key, idx: SerializedDepNodeIndex) -> bool; in loadable_from_disk() method
/third_party/rust/rust/compiler/rustc_query_impl/src/
Dlib.rs135 fn loadable_from_disk( in loadable_from_disk() function
Dplumbing.rs384 pub(crate) fn loadable_from_disk<'tcx>(tcx: TyCtxt<'tcx>, id: SerializedDepNodeIndex) -> bool { in loadable_from_disk() function
/third_party/rust/rust/compiler/rustc_middle/src/query/
Dplumbing.rs52 pub loadable_from_disk: field
Don_disk_cache.rs387 pub fn loadable_from_disk(&self, dep_node_index: SerializedDepNodeIndex) -> bool { in loadable_from_disk() method