Home
last modified time | relevance | path

Searched refs:shared_ptr (Results 1 – 25 of 312) sorted by relevance

12345678910>>...13

/openbsd-src/gnu/llvm/lldb/include/lldb/
H A Dlldb-forward.h299 typedef std::shared_ptr<lldb_private::ABI> ABISP;
300 typedef std::shared_ptr<lldb_private::Baton> BatonSP;
301 typedef std::shared_ptr<lldb_private::Block> BlockSP;
302 typedef std::shared_ptr<lldb_private::Breakpoint> BreakpointSP;
304 typedef std::shared_ptr<lldb_private::BreakpointSite> BreakpointSiteSP;
305 typedef std::shared_ptr<lldb_private::BreakpointLocation> BreakpointLocationSP;
307 typedef std::shared_ptr<lldb_private::BreakpointPrecondition>
309 typedef std::shared_ptr<lldb_private::BreakpointResolver> BreakpointResolverSP;
310 typedef std::shared_ptr<lldb_private::Broadcaster> BroadcasterSP;
311 typedef std::shared_ptr<lldb_private::BroadcasterManager> BroadcasterManagerSP;
[all …]
/openbsd-src/gnu/llvm/libcxx/include/__memory/
H A Dshared_ptr.h459 class _LIBCPP_SHARED_PTR_TRIVIAL_ABI _LIBCPP_TEMPLATE_VIS shared_ptr
475 _LIBCPP_CONSTEXPR shared_ptr() _NOEXCEPT
481 _LIBCPP_CONSTEXPR shared_ptr(nullptr_t) _NOEXCEPT
497 explicit shared_ptr(_Yp* __p) : __ptr_(__p) {
508 shared_ptr(_Yp* __p, _Dp __d)
535 shared_ptr(_Yp* __p, _Dp __d, _Alloc __a)
567 shared_ptr(nullptr_t __p, _Dp __d)
593 shared_ptr(nullptr_t __p, _Dp __d, _Alloc __a)
624 shared_ptr(const shared_ptr<_Yp>& __r, element_type *__p) _NOEXCEPT
633 shared_ptr(const shared_ptr& __r) _NOEXCEPT
[all …]
/openbsd-src/gnu/llvm/libcxx/include/
H A Dmemory583 class shared_ptr
591 constexpr shared_ptr() noexcept;
592 template<class Y> explicit shared_ptr(Y* p);
593 template<class Y, class D> shared_ptr(Y* p, D d);
594 template<class Y, class D, class A> shared_ptr(Y* p, D d, A a);
595 template <class D> shared_ptr(nullptr_t p, D d);
596 template <class D, class A> shared_ptr(nullptr_t p, D d, A a);
597 template<class Y> shared_ptr(const shared_ptr<Y>& r, T *p) noexcept;
598 shared_ptr(const shared_ptr& r) noexcept;
599 template<class Y> shared_ptr(const shared_ptr<Y>& r) noexcept;
[all …]
/openbsd-src/gnu/llvm/clang/include/clang/Tooling/
H A DTooling.h86 runInvocation(std::shared_ptr<CompilerInvocation> Invocation,
88 std::shared_ptr<PCHContainerOperations> PCHContainerOps,
103 bool runInvocation(std::shared_ptr<CompilerInvocation> Invocation,
105 std::shared_ptr<PCHContainerOperations> PCHContainerOps,
166 std::shared_ptr<PCHContainerOperations> PCHContainerOps =
190 std::shared_ptr<PCHContainerOperations> PCHContainerOps =
200 std::shared_ptr<PCHContainerOperations> PCHContainerOps =
213 std::shared_ptr<PCHContainerOperations> PCHContainerOps =
232 std::shared_ptr<PCHContainerOperations> PCHContainerOps =
254 std::shared_ptr<PCHContainerOperations> PCHContainerOps =
[all …]
/openbsd-src/gnu/gcc/libstdc++-v3/include/tr1/
H A Dboost_shared_ptr.h461 class shared_ptr; variable
972 class shared_ptr
976 shared_ptr() in shared_ptr() function
981 shared_ptr(_Tp1* __p) in shared_ptr() function
985 shared_ptr(_Tp1* __p, _Deleter __d) in shared_ptr() function
989 shared_ptr(const shared_ptr<_Tp1>& __r) in shared_ptr() function
994 shared_ptr(const weak_ptr<_Tp1>& __r) in shared_ptr() function
999 shared_ptr(std::auto_ptr<_Tp1>& __r) in shared_ptr() function
1003 shared_ptr(const shared_ptr<_Tp1>& __r, __static_cast_tag) in shared_ptr() function
1007 shared_ptr(const shared_ptr<_Tp1>& __r, __const_cast_tag) in shared_ptr() function
[all …]
/openbsd-src/gnu/llvm/clang/include/clang/Frontend/
H A DASTUnit.h108 std::shared_ptr<LangOptions> LangOpts;
115 std::shared_ptr<Preprocessor> PP;
117 std::shared_ptr<TargetOptions> TargetOpts;
118 std::shared_ptr<HeaderSearchOptions> HSOpts;
119 std::shared_ptr<PreprocessorOptions> PPOpts;
138 std::shared_ptr<CompilerInvocation> Invocation;
310 std::shared_ptr<GlobalCodeCompletionAllocator>
324 std::shared_ptr<GlobalCodeCompletionAllocator> CachedCompletionAllocator;
369 bool Parse(std::shared_ptr<PCHContainerOperations> PCHContainerOps,
374 std::shared_ptr<PCHContainerOperations> PCHContainerOps,
[all …]
H A DCompilerInstance.h75 std::shared_ptr<CompilerInvocation> Invocation;
96 std::shared_ptr<Preprocessor> PP;
123 std::shared_ptr<ModuleDependencyCollector> ModuleDepCollector;
126 std::shared_ptr<PCHContainerOperations> ThePCHContainerOperations;
128 std::vector<std::shared_ptr<DependencyCollector>> DependencyCollectors;
185 std::shared_ptr<PCHContainerOperations> PCHContainerOps =
237 void setInvocation(std::shared_ptr<CompilerInvocation> Value);
297 std::shared_ptr<HeaderSearchOptions> getHeaderSearchOptsPtr() const { in getHeaderSearchOptsPtr()
449 std::shared_ptr<Preprocessor> getPreprocessorPtr() { return PP; } in getPreprocessorPtr()
452 llvm::BuryPointer(new std::shared_ptr<Preprocessor>(PP)); in resetAndLeakPreprocessor()
[all …]
H A DCompilerInvocation.h80 std::shared_ptr<LangOptions> LangOpts;
83 std::shared_ptr<TargetOptions> TargetOpts;
89 std::shared_ptr<HeaderSearchOptions> HeaderSearchOpts;
92 std::shared_ptr<PreprocessorOptions> PreprocessorOpts;
118 std::shared_ptr<HeaderSearchOptions> getHeaderSearchOptsPtr() const { in getHeaderSearchOptsPtr()
122 std::shared_ptr<PreprocessorOptions> getPreprocessorOptsPtr() { in getPreprocessorOptsPtr()
/openbsd-src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangPersistentVariables.h36 ClangPersistentVariables(std::shared_ptr<Target> target_sp);
45 std::shared_ptr<ClangASTImporter> GetClangASTImporter();
46 std::shared_ptr<ClangModulesDeclVendor> GetClangModulesDeclVendor();
73 std::shared_ptr<TypeSystemClang> ctx);
112 std::shared_ptr<ClangASTImporter> m_ast_importer_sp;
113 std::shared_ptr<ClangModulesDeclVendor> m_modules_decl_vendor_sp;
114 std::shared_ptr<Target> m_target_sp;
H A DClangPersistentVariables.cpp30 std::shared_ptr<Target> target_sp) in ClangPersistentVariables()
91 std::shared_ptr<TypeSystemClang> ctx) { in RegisterPersistentDecl()
109 std::shared_ptr<ClangASTImporter>
117 std::shared_ptr<ClangModulesDeclVendor>
/openbsd-src/gnu/llvm/llvm/lib/ObjectYAML/
H A DCodeViewYAMLDebugSections.cpp92 virtual std::shared_ptr<DebugSubsection>
110 std::shared_ptr<DebugSubsection>
113 static Expected<std::shared_ptr<YAMLChecksumsSubsection>>
124 std::shared_ptr<DebugSubsection>
127 static Expected<std::shared_ptr<YAMLLinesSubsection>>
140 std::shared_ptr<DebugSubsection>
143 static Expected<std::shared_ptr<YAMLInlineeLinesSubsection>>
156 std::shared_ptr<DebugSubsection>
159 static Expected<std::shared_ptr<YAMLCrossModuleExportsSubsection>>
170 std::shared_ptr<DebugSubsection>
[all …]
/openbsd-src/gnu/llvm/clang/lib/Index/
H A DIndexingAction.cpp27 std::shared_ptr<IndexingContext> IndexCtx;
30 IndexPPCallbacks(std::shared_ptr<IndexingContext> IndexCtx) in IndexPPCallbacks()
102 std::shared_ptr<IndexDataConsumer> DataConsumer;
103 std::shared_ptr<IndexingContext> IndexCtx;
104 std::shared_ptr<Preprocessor> PP;
108 IndexASTConsumer(std::shared_ptr<IndexDataConsumer> DataConsumer, in IndexASTConsumer()
110 std::shared_ptr<Preprocessor> PP, in IndexASTConsumer()
150 std::shared_ptr<IndexDataConsumer> DataConsumer;
154 IndexAction(std::shared_ptr<IndexDataConsumer> DataConsumer, in IndexAction()
172 std::shared_ptr<IndexDataConsumer> DataConsumer, in createIndexingASTConsumer()
[all …]
/openbsd-src/gnu/llvm/clang/include/clang/Index/
H A DIndexingAction.h37 createIndexingASTConsumer(std::shared_ptr<IndexDataConsumer> DataConsumer,
39 std::shared_ptr<Preprocessor> PP);
42 std::shared_ptr<IndexDataConsumer> DataConsumer,
43 const IndexingOptions &Opts, std::shared_ptr<Preprocessor> PP,
50 createIndexingAction(std::shared_ptr<IndexDataConsumer> DataConsumer,
/openbsd-src/gnu/llvm/clang/include/clang/ARCMigrate/
H A DARCMT.h42 std::shared_ptr<PCHContainerOperations> PCHContainerOps,
54 std::shared_ptr<PCHContainerOperations> PCHContainerOps,
70 std::shared_ptr<PCHContainerOperations> PCHContainerOps,
98 std::shared_ptr<PCHContainerOperations> PCHContainerOps;
106 std::shared_ptr<PCHContainerOperations> PCHContainerOps,
/openbsd-src/gnu/llvm/lldb/source/Plugins/ObjectContainer/BSD-Archive/
H A DObjectContainerBSDArchive.h117 typedef std::shared_ptr<Archive> shared_ptr; typedef
118 typedef std::multimap<lldb_private::FileSpec, shared_ptr> Map;
130 static Archive::shared_ptr FindCachedArchive(
134 static Archive::shared_ptr ParseAndCacheArchiveForFile(
182 void SetArchive(Archive::shared_ptr &archive_sp);
184 Archive::shared_ptr m_archive_sp;
/openbsd-src/gnu/llvm/lldb/tools/lldb-server/
H A DLLDBServerUtilities.cpp26 TestLogHandler(std::shared_ptr<llvm::raw_ostream> stream_sp) in TestLogHandler()
35 std::shared_ptr<raw_ostream> m_stream_sp;
38 static std::shared_ptr<TestLogHandler> GetLogStream(StringRef log_file) { in GetLogStream()
51 std::shared_ptr<raw_ostream>(&errs(), [](raw_ostream *) {})); in GetLogStream()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/Windows/Common/
H A DForwardDecl.h35 typedef std::shared_ptr<IDebugDelegate> DebugDelegateSP;
36 typedef std::shared_ptr<DebuggerThread> DebuggerThreadSP;
37 typedef std::shared_ptr<ExceptionRecord> ExceptionRecordSP;
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/
H A DStringsAndChecksums.h76 std::shared_ptr<DebugStringTableSubsectionRef> OwnedStrings;
77 std::shared_ptr<DebugChecksumsSubsectionRef> OwnedChecksums;
85 using StringsPtr = std::shared_ptr<DebugStringTableSubsection>;
86 using ChecksumsPtr = std::shared_ptr<DebugChecksumsSubsection>;
/openbsd-src/gnu/llvm/lldb/tools/debugserver/source/
H A DJSON.h29 typedef std::shared_ptr<JSONValue> SP;
54 typedef std::shared_ptr<JSONString> SP;
72 typedef std::shared_ptr<JSONNumber> SP;
142 typedef std::shared_ptr<JSONTrue> SP;
160 typedef std::shared_ptr<JSONFalse> SP;
178 typedef std::shared_ptr<JSONNull> SP;
196 typedef std::shared_ptr<JSONObject> SP;
240 typedef std::shared_ptr<JSONArray> SP;
/openbsd-src/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/
H A DCore.h424 FailedToMaterialize(std::shared_ptr<SymbolStringPool> SSP,
425 std::shared_ptr<SymbolDependenceMap> Symbols);
432 std::shared_ptr<SymbolStringPool> SSP;
433 std::shared_ptr<SymbolDependenceMap> Symbols;
441 SymbolsNotFound(std::shared_ptr<SymbolStringPool> SSP, SymbolNameSet Symbols);
442 SymbolsNotFound(std::shared_ptr<SymbolStringPool> SSP,
446 std::shared_ptr<SymbolStringPool> getSymbolStringPool() { return SSP; } in getSymbolStringPool()
450 std::shared_ptr<SymbolStringPool> SSP;
459 SymbolsCouldNotBeRemoved(std::shared_ptr<SymbolStringPool> SSP,
463 std::shared_ptr<SymbolStringPool> getSymbolStringPool() { return SSP; } in getSymbolStringPool()
[all …]
/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/MCJIT/
H A DMCJIT.h30 std::shared_ptr<LegacyJITSymbolResolver> Resolver) in LinkingSymbolResolver()
42 std::shared_ptr<LegacyJITSymbolResolver> ClientResolver;
68 std::shared_ptr<MCJITMemoryManager> MemMgr,
69 std::shared_ptr<LegacyJITSymbolResolver> Resolver);
173 std::shared_ptr<MCJITMemoryManager> MemMgr;
297 std::shared_ptr<MCJITMemoryManager> MemMgr,
298 std::shared_ptr<LegacyJITSymbolResolver> Resolver,
/openbsd-src/gnu/llvm/lldb/include/lldb/DataFormatters/
H A DTypeCategory.h39 using SubcontainerSP = std::shared_ptr<Subcontainer>;
57 std::shared_ptr<FormatterImpl> format_sp) { in Add()
100 std::shared_ptr<FormatterImpl> &entry) { in Get()
109 std::shared_ptr<FormatterImpl> entry; in AnyMatches()
150 const std::shared_ptr<FormatterImpl> &)> in ForEach()
163 std::array<std::shared_ptr<Subcontainer>, lldb::eLastFormatterMatchType + 1>
188 std::function<bool(const TypeMatcher &, const std::shared_ptr<T> &)>
357 typedef std::shared_ptr<TypeCategoryImpl> SharedPointer;
/openbsd-src/gnu/llvm/lldb/include/lldb/Core/
H A DStreamFile.h33 StreamFile(std::shared_ptr<File> file) : m_file_sp(file) { assert(file); }; in StreamFile()
41 std::shared_ptr<File> GetFileSP() { return m_file_sp; } in GetFileSP()
47 std::shared_ptr<File> m_file_sp; // never NULL
/openbsd-src/gnu/llvm/lldb/include/lldb/Utility/
H A DSharedCluster.h24 static std::shared_ptr<ClusterManager> Create() { in Create()
25 return std::shared_ptr<ClusterManager>(new ClusterManager()); in Create()
40 std::shared_ptr<T> GetSharedPointer(T *desired_object) { in GetSharedPointer()
/openbsd-src/gnu/llvm/clang/lib/Tooling/
H A DTooling.cpp177 std::shared_ptr<PCHContainerOperations> PCHContainerOps) { in runToolOnCode()
206 std::shared_ptr<PCHContainerOperations> PCHContainerOps) { in runToolOnCodeWithArgs()
223 std::shared_ptr<PCHContainerOperations> PCHContainerOps, in runToolOnCodeWithArgs()
323 FileManager *Files, std::shared_ptr<PCHContainerOperations> PCHContainerOps) in ToolInvocation()
330 std::shared_ptr<PCHContainerOperations> PCHContainerOps) in ToolInvocation()
400 std::shared_ptr<CompilerInvocation> Invocation, in runInvocation()
401 std::shared_ptr<PCHContainerOperations> PCHContainerOps) { in runInvocation()
414 std::shared_ptr<CompilerInvocation> Invocation, FileManager *Files, in runInvocation()
415 std::shared_ptr<PCHContainerOperations> PCHContainerOps, in runInvocation()
442 std::shared_ptr<PCHContainerOperations> PCHContainerOps, in ClangTool()
[all …]

12345678910>>...13