Searched defs:ScopePtr (Results 1 – 3 of 3) sorted by relevance
756 struct ScopePtr<T>(*const T); struct759 unsafe impl<T: Sync> Send for ScopePtr<T> {} implementation762 unsafe impl<T: Sync> Sync for ScopePtr<T> {} implementation764 impl<T> ScopePtr<T> { impl
26 using ScopePtr = c10::intrusive_ptr<Scope>; variable
1016 std::unordered_map<ScopePtr, scope_list>& identical_scope_map) { in SortScopesByMaxDepth()