Searched refs:static_pointer_cast (Results 1 - 8 of 8) sorted by relevance

/freebsd-11.0-release/contrib/llvm/tools/lldb/source/API/
H A DSBTypeCategory.cpp193 TypeFilterImplSP filter_sp = std::static_pointer_cast<TypeFilterImpl>(children_sp);
264 ScriptedSyntheticChildrenSP synth_sp = std::static_pointer_cast<ScriptedSyntheticChildren>(children_sp);
281 TypeFilterImplSP filter_sp = std::static_pointer_cast<TypeFilterImpl>(children_sp);
316 ScriptedSyntheticChildrenSP synth_sp = std::static_pointer_cast<ScriptedSyntheticChildren>(children_sp);
H A DSBValue.cpp786 TypeFilterImplSP filter_sp = std::static_pointer_cast<TypeFilterImpl>(synthetic_sp);
809 ScriptedSyntheticChildrenSP synth_sp = std::static_pointer_cast<ScriptedSyntheticChildren>(children_sp);
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Host/common/
H A DNativeBreakpointList.cpp214 auto software_bp_sp = std::static_pointer_cast<SoftwareBreakpoint>(bp_sp);
/freebsd-11.0-release/contrib/libstdc++/include/tr1/
H A Dboost_shared_ptr.h746 static_pointer_cast(const __shared_ptr<_Tp1, _Lp>& __r) function in namespace:std
1033 static_pointer_cast(const shared_ptr<_Tp1>& __r) function in namespace:std
/freebsd-11.0-release/contrib/llvm/tools/lldb/include/lldb/Utility/
H A DSharingPtr.h476 static_pointer_cast(const SharingPtr<U>& r) function in namespace:lldb_private
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Expression/
H A DIRExecutionUnit.cpp972 lldb::ModuleSP jit_module_sp = lldb_private::Module::CreateJITModule (std::static_pointer_cast<lldb_private::ObjectFileJITDelegate>(shared_from_this()));
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Core/
H A DIOHandler.cpp5453 MenuDelegateSP app_menu_delegate_sp = std::static_pointer_cast<MenuDelegate>(app_delegate_sp);
5529 main_window_sp->SetDelegate (std::static_pointer_cast<WindowDelegate>(app_delegate_sp));
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Symbol/
H A DClangASTContext.cpp9670 return std::static_pointer_cast<Variable>(decl_search_it->second);

Completed in 107 milliseconds