Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/tools/lldb/source/API/
DSBTypeCategory.cpp172 TypeFilterImplSP filter_sp = std::static_pointer_cast<TypeFilterImpl>(children_sp); in GetFilterForType()
243 …ScriptedSyntheticChildrenSP synth_sp = std::static_pointer_cast<ScriptedSyntheticChildren>(childre… in GetSyntheticForType()
260 TypeFilterImplSP filter_sp = std::static_pointer_cast<TypeFilterImpl>(children_sp); in GetFilterAtIndex()
295 …ScriptedSyntheticChildrenSP synth_sp = std::static_pointer_cast<ScriptedSyntheticChildren>(childre… in GetSyntheticAtIndex()
DSBValue.cpp649 TypeFilterImplSP filter_sp = std::static_pointer_cast<TypeFilterImpl>(synthetic_sp); in GetTypeFilter()
672 …ScriptedSyntheticChildrenSP synth_sp = std::static_pointer_cast<ScriptedSyntheticChildren>(childre… in GetTypeSynthetic()
/freebsd-10-stable/contrib/libstdc++/include/tr1/
Dboost_shared_ptr.h746 static_pointer_cast(const __shared_ptr<_Tp1, _Lp>& __r) in static_pointer_cast() function
1033 static_pointer_cast(const shared_ptr<_Tp1>& __r) in static_pointer_cast() function
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Utility/
DSharingPtr.h452 static_pointer_cast(const SharingPtr<U>& r) in static_pointer_cast() function
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Core/
DIOHandler.cpp5159 … MenuDelegateSP app_menu_delegate_sp = std::static_pointer_cast<MenuDelegate>(app_delegate_sp); in Activate()
5235 main_window_sp->SetDelegate (std::static_pointer_cast<WindowDelegate>(app_delegate_sp)); in Activate()
/freebsd-10-stable/contrib/libc++/include/
Dmemory453 shared_ptr<T> static_pointer_cast(shared_ptr<U> const& r) noexcept;
4887 static_pointer_cast(const shared_ptr<_Up>& __r) _NOEXCEPT
/freebsd-10-stable/contrib/libstdc++/
DChangeLog-20061346 __dynamic_cast_tag), static_pointer_cast(const shared_ptr<>&),