Searched refs:IS_DIRTY (Results 1 – 1 of 1) sorted by relevance
14 if IS_DIRTY.with(|c| c.get()) { in abort_if_dirty()20 IS_DIRTY.with(|c| c.set(false)); in cleanup()38 IS_DIRTY.with(|c| c.set(true)); in emit_diagnostic()68 static IS_DIRTY: Cell<bool> = Cell::new(false); constant