Home
last modified time | relevance | path

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

/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_borrowck/src/
H A Dplace_ext.rs56 if body.local_decls[self.local].is_ref_to_thread_local() { in ignore_borrow()
H A Dlib.rs1593 if self.body.local_decls[root_place.local].is_ref_to_thread_local() { in check_for_invalidation_at_exit()
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_borrowck/src/diagnostics/
H A Dconflict_errors.rs935 if self.body.local_decls[borrowed_local].is_ref_to_thread_local() { in report_borrowed_value_does_not_live_long_enough()
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_middle/src/mir/
H A Dmod.rs1063 pub fn is_ref_to_thread_local(&self) -> bool { in is_ref_to_thread_local() method