Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/lldb/source/API/
HDSBTypeCategory.cpp170 TypeFilterImplSP filter_sp = std::static_pointer_cast<TypeFilterImpl>(children_sp); in GetFilterForType()
241 …ScriptedSyntheticChildrenSP synth_sp = std::static_pointer_cast<ScriptedSyntheticChildren>(childre… in GetSyntheticForType()
258 TypeFilterImplSP filter_sp = std::static_pointer_cast<TypeFilterImpl>(children_sp); in GetFilterAtIndex()
293 …ScriptedSyntheticChildrenSP synth_sp = std::static_pointer_cast<ScriptedSyntheticChildren>(childre… in GetSyntheticAtIndex()
HDSBValue.cpp790 TypeFilterImplSP filter_sp = std::static_pointer_cast<TypeFilterImpl>(synthetic_sp); in GetTypeFilter()
813 …ScriptedSyntheticChildrenSP synth_sp = std::static_pointer_cast<ScriptedSyntheticChildren>(childre… in GetTypeSynthetic()
/NextBSD/contrib/llvm/tools/lldb/source/Host/common/
HDNativeBreakpointList.cpp214 auto software_bp_sp = std::static_pointer_cast<SoftwareBreakpoint>(bp_sp); in RemoveTrapsFromBuffer()
/NextBSD/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
/NextBSD/contrib/llvm/tools/lldb/source/Expression/
HDIRExecutionUnit.cpp954 …duleSP jit_module_sp = lldb_private::Module::CreateJITModule (std::static_pointer_cast<lldb_privat… in GetJITModule()
/NextBSD/contrib/llvm/tools/lldb/include/lldb/Utility/
HDSharingPtr.h470 static_pointer_cast(const SharingPtr<U>& r) in static_pointer_cast() function
/NextBSD/contrib/llvm/tools/lldb/source/Core/
HDIOHandler.cpp5485 … MenuDelegateSP app_menu_delegate_sp = std::static_pointer_cast<MenuDelegate>(app_delegate_sp); in Activate()
5561 main_window_sp->SetDelegate (std::static_pointer_cast<WindowDelegate>(app_delegate_sp)); in Activate()
/NextBSD/contrib/libc++/include/
Dmemory455 shared_ptr<T> static_pointer_cast(shared_ptr<U> const& r) noexcept;
4992 static_pointer_cast(const shared_ptr<_Up>& __r) _NOEXCEPT
/NextBSD/contrib/libstdc++/
DChangeLog-20061346 __dynamic_cast_tag), static_pointer_cast(const shared_ptr<>&),