Home
last modified time | relevance | path

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

/third_party/rust/rust/compiler/rustc_query_system/src/query/
Dconfig.rs38 fn cache_on_disk(self, tcx: Qcx::DepContext, key: &Self::Key) -> bool; in cache_on_disk() method
/third_party/rust/rust/compiler/rustc_query_impl/src/
Dlib.rs89 fn cache_on_disk(self, tcx: TyCtxt<'tcx>, key: &Self::Key) -> bool { in cache_on_disk() function
/third_party/rust/rust/compiler/rustc_middle/src/query/
Dplumbing.rs42 pub cache_on_disk: fn(tcx: TyCtxt<'tcx>, key: &C::Key) -> bool, field