Home
last modified time | relevance | path

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

/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_middle/src/mir/interpret/
H A Derror.rs419 ThreadLocalStatic(DefId), enumerator
433 ThreadLocalStatic(did) => write!(f, "cannot access thread local static ({:?})", did), in fmt()
/dports/lang/rust/rustc-1.58.1-src/src/tools/miri/src/
H A Ddiagnostics.rs135 … Unsupported(UnsupportedOpInfo::ThreadLocalStatic(_) | UnsupportedOpInfo::ReadExternStatic(_)) => in report_error()
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_const_eval/src/interpret/
H A Dmachine.rs273 throw_unsup!(ThreadLocalStatic(def_id)) in thread_local_static_base_pointer()