Home
last modified time | relevance | path

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

/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_incremental/src/persist/
H A Dsave.rs27 if sess.has_errors_or_delayed_span_bugs() { in save_dep_graph()
87 if sess.has_errors_or_delayed_span_bugs() { in save_work_product_index()
H A Dfs.rs308 if sess.has_errors_or_delayed_span_bugs() { in finalize_session_directory()
/dports/devel/racer/racer-2.1.48/cargo-crates/rustc-ap-rustc_errors-718.0.0/src/
H A Dlib.rs722 pub fn has_errors_or_delayed_span_bugs(&self) -> bool { in has_errors_or_delayed_span_bugs() method
723 self.inner.borrow().has_errors_or_delayed_span_bugs() in has_errors_or_delayed_span_bugs()
931 fn has_errors_or_delayed_span_bugs(&self) -> bool { in has_errors_or_delayed_span_bugs() method
/dports/devel/racer/racer-2.1.48/cargo-crates/rustc-ap-rustc_errors-722.0.0/src/
H A Dlib.rs725 pub fn has_errors_or_delayed_span_bugs(&self) -> bool { in has_errors_or_delayed_span_bugs() method
726 self.inner.borrow().has_errors_or_delayed_span_bugs() in has_errors_or_delayed_span_bugs()
934 fn has_errors_or_delayed_span_bugs(&self) -> bool { in has_errors_or_delayed_span_bugs() method
/dports/lang/rust/rustc-1.58.1-src/vendor/rustc-ap-rustc_errors/src/
H A Dlib.rs725 pub fn has_errors_or_delayed_span_bugs(&self) -> bool { in has_errors_or_delayed_span_bugs() method
726 self.inner.borrow().has_errors_or_delayed_span_bugs() in has_errors_or_delayed_span_bugs()
934 fn has_errors_or_delayed_span_bugs(&self) -> bool { in has_errors_or_delayed_span_bugs() method
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_errors/src/
H A Dlib.rs880 pub fn has_errors_or_delayed_span_bugs(&self) -> bool { in has_errors_or_delayed_span_bugs() method
881 self.inner.borrow().has_errors_or_delayed_span_bugs() in has_errors_or_delayed_span_bugs()
1098 fn has_errors_or_delayed_span_bugs(&self) -> bool { in has_errors_or_delayed_span_bugs() method
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_session/src/
H A Dsession.rs409 pub fn has_errors_or_delayed_span_bugs(&self) -> bool { in has_errors_or_delayed_span_bugs() method
410 self.diagnostic().has_errors_or_delayed_span_bugs() in has_errors_or_delayed_span_bugs()
/dports/devel/racer/racer-2.1.48/cargo-crates/rustc-ap-rustc_session-722.0.0/src/
H A Dsession.rs461 pub fn has_errors_or_delayed_span_bugs(&self) -> bool { in has_errors_or_delayed_span_bugs() method
462 self.diagnostic().has_errors_or_delayed_span_bugs() in has_errors_or_delayed_span_bugs()
/dports/devel/racer/racer-2.1.48/cargo-crates/rustc-ap-rustc_session-718.0.0/src/
H A Dsession.rs462 pub fn has_errors_or_delayed_span_bugs(&self) -> bool { in has_errors_or_delayed_span_bugs() method
463 self.diagnostic().has_errors_or_delayed_span_bugs() in has_errors_or_delayed_span_bugs()
/dports/lang/rust/rustc-1.58.1-src/vendor/rustc-ap-rustc_session/src/
H A Dsession.rs461 pub fn has_errors_or_delayed_span_bugs(&self) -> bool { in has_errors_or_delayed_span_bugs() method
462 self.diagnostic().has_errors_or_delayed_span_bugs() in has_errors_or_delayed_span_bugs()
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_query_system/src/dep_graph/
H A Dgraph.rs594 if !tcx.dep_context().sess().has_errors_or_delayed_span_bugs() { in try_mark_parent_green()