Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Interpreter/
H A DCommandReturnObject.h35 return static_pointer_cast<StreamString>(stream_sp)->GetString(); in GetOutputData()
42 return static_pointer_cast<StreamString>(stream_sp)->GetString(); in GetErrorData()
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBTypeCategory.cpp166 std::static_pointer_cast<TypeFilterImpl>(children_sp); in GetFilterForType()
237 std::static_pointer_cast<ScriptedSyntheticChildren>(children_sp); in GetSyntheticForType()
254 std::static_pointer_cast<TypeFilterImpl>(children_sp); in GetFilterAtIndex()
285 std::static_pointer_cast<ScriptedSyntheticChildren>(children_sp); in GetSyntheticAtIndex()
H A DSBTraceOptions.cpp59 std::static_pointer_cast<StructuredData::Dictionary>(obj_sp)); in setTraceParams()
H A DSBValue.cpp642 std::static_pointer_cast<TypeFilterImpl>(synthetic_sp); in GetTypeFilter()
661 std::static_pointer_cast<ScriptedSyntheticChildren>(children_sp); in GetTypeSynthetic()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/Darwin/
H A DNativeThreadDarwin.cpp281 return std::static_pointer_cast<NativeProcessDarwin>(GetProcess()); in GetNativeProcessDarwinSP()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Breakpoint/
H A DBreakpointOptions.cpp400 std::static_pointer_cast<CommandBaton>(m_callback_baton_sp); in SerializeToStructuredData()
492 auto cmd_baton = std::static_pointer_cast<CommandBaton>(m_callback_baton_sp); in GetCommandLineCallbacks()
/freebsd-12.1/contrib/libstdc++/include/tr1/
H A 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-12.1/contrib/llvm/lib/ObjectYAML/
H A DCodeViewYAMLDebugSections.cpp942 std::static_pointer_cast<DebugStringTableSubsection>(Result)); in initializeStringsAndChecksums()
954 std::static_pointer_cast<DebugChecksumsSubsection>(Result)); in initializeStringsAndChecksums()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Utility/
H A DSharingPtr.h356 inline SharingPtr<T> static_pointer_cast(const SharingPtr<U> &r) { in static_pointer_cast() function
/freebsd-12.1/contrib/llvm/tools/lldb/source/Expression/
H A DIRExecutionUnit.cpp1233 auto Delegate = std::static_pointer_cast<lldb_private::ObjectFileJITDelegate>( in GetJITModule()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Disassembler/llvm/
H A DDisassemblerLLVMC.cpp87 m_disasm_wp(std::static_pointer_cast<DisassemblerLLVMC>( in InstructionLLVMC()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DIOHandler.cpp4513 std::static_pointer_cast<MenuDelegate>(app_delegate_sp); in Activate()
4620 std::static_pointer_cast<WindowDelegate>(app_delegate_sp)); in Activate()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerLLGS.cpp1072 static_pointer_cast<StructuredData::Dictionary>(custom_params_sp));
H A DGDBRemoteCommunicationClient.cpp3447 static_pointer_cast<StructuredData::Dictionary>( in SendGetTraceConfigPacket()
H A DProcessGDBRemote.cpp3525 std::static_pointer_cast<ProcessGDBRemote>(shared_from_this()); in LaunchAndConnectToDebugserver()
/freebsd-12.1/contrib/libc++/include/
H A Dmemory491 shared_ptr<T> static_pointer_cast(shared_ptr<U> const& r) noexcept;
4958 static_pointer_cast(const shared_ptr<_Up>& __r) _NOEXCEPT
/freebsd-12.1/contrib/libstdc++/
H A DChangeLog-20061346 __dynamic_cast_tag), static_pointer_cast(const shared_ptr<>&),