Home
last modified time | relevance | path

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

/third_party/rust/rust/compiler/rustc_data_structures/src/snapshot_map/
Dmod.rs99 pub fn rollback_to(&mut self, snapshot: Snapshot) { in rollback_to() function
/third_party/rust/rust/compiler/rustc_infer/src/infer/
Dundo_log.rs131 pub fn rollback_to(&mut self, snapshot: Snapshot<'tcx>) { in rollback_to() method
Dmod.rs782 fn rollback_to(&self, cause: &str, snapshot: CombinedSnapshot<'tcx>) { in rollback_to() method
/third_party/rust/rust/compiler/rustc_infer/src/infer/region_constraints/
Dmod.rs412 pub(super) fn rollback_to(&mut self, snapshot: RegionSnapshot) { in rollback_to() method
/third_party/rust/rust/src/tools/rust-analyzer/crates/hir-ty/src/infer/
Dunify.rs475 pub(crate) fn rollback_to(&mut self, snapshot: InferenceTableSnapshot) { in rollback_to() method