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

/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandReturnObject.h33 return static_pointer_cast<StreamString>(stream_sp)->GetString();
40 return static_pointer_cast<StreamString>(stream_sp)->GetString();
/freebsd-11-stable/contrib/llvm-project/lldb/source/API/
H A DSBTraceOptions.cpp77 std::static_pointer_cast<StructuredData::Dictionary>(obj_sp));
H A DSBTypeCategory.cpp212 std::static_pointer_cast<TypeFilterImpl>(children_sp);
289 std::static_pointer_cast<ScriptedSyntheticChildren>(children_sp);
307 std::static_pointer_cast<TypeFilterImpl>(children_sp);
345 std::static_pointer_cast<ScriptedSyntheticChildren>(children_sp);
H A DSBValue.cpp534 std::static_pointer_cast<TypeFilterImpl>(synthetic_sp);
554 std::static_pointer_cast<ScriptedSyntheticChildren>(children_sp);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/Darwin/
H A DNativeThreadDarwin.cpp280 return std::static_pointer_cast<NativeProcessDarwin>(GetProcess());
/freebsd-11-stable/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointOptions.cpp383 std::static_pointer_cast<CommandBaton>(m_callback_baton_sp);
473 auto cmd_baton = std::static_pointer_cast<CommandBaton>(m_callback_baton_sp);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DPythonDataObjects.cpp1379 file_sp = std::static_pointer_cast<File>(
1430 file_sp = std::static_pointer_cast<File>(
1441 file_sp = std::static_pointer_cast<File>(
/freebsd-11-stable/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-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCodeViewYAMLDebugSections.cpp941 std::static_pointer_cast<DebugStringTableSubsection>(Result));
953 std::static_pointer_cast<DebugChecksumsSubsection>(Result));
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Utility/
H A DSharingPtr.h353 inline SharingPtr<T> static_pointer_cast(const SharingPtr<U> &r) { function in namespace:lldb_private
/freebsd-11-stable/contrib/llvm-project/lldb/source/Expression/
H A DIRExecutionUnit.cpp1272 auto Delegate = std::static_pointer_cast<lldb_private::ObjectFileJITDelegate>(
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Disassembler/llvm/
H A DDisassemblerLLVMC.cpp87 m_disasm_wp(std::static_pointer_cast<DisassemblerLLVMC>(
/freebsd-11-stable/contrib/llvm-project/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp3919 std::static_pointer_cast<MenuDelegate>(app_delegate_sp);
4026 std::static_pointer_cast<WindowDelegate>(app_delegate_sp));
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerLLGS.cpp1075 static_pointer_cast<StructuredData::Dictionary>(custom_params_sp));
H A DGDBRemoteCommunicationClient.cpp3481 static_pointer_cast<StructuredData::Dictionary>(
H A DProcessGDBRemote.cpp3454 std::static_pointer_cast<ProcessGDBRemote>(shared_from_this());

Completed in 219 milliseconds