Home
last modified time | relevance | path

Searched refs:IS_DIRTY (Results 1 – 1 of 1) sorted by relevance

/external/rust/crates/proc-macro-error/src/imp/
Ddelegate.rs14 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