Home
last modified time | relevance | path

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

12345678910

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/
H A Dlldb-forward.h313 typedef std::shared_ptr<lldb_private::ABI> ABISP;
314 typedef std::shared_ptr<lldb_private::Baton> BatonSP;
315 typedef std::shared_ptr<lldb_private::Block> BlockSP;
346 typedef std::shared_ptr<lldb_private::Event> EventSP;
353 typedef std::shared_ptr<lldb_private::File> FileSP;
374 typedef std::shared_ptr<lldb_private::Module> ModuleSP;
414 typedef std::shared_ptr<lldb_private::Queue> QueueSP;
417 typedef std::shared_ptr<lldb_private::REPL> REPLSP;
439 typedef std::shared_ptr<lldb_private::Stream> StreamSP;
467 typedef std::shared_ptr<lldb_private::Type> TypeSP;
[all …]
/freebsd-12.1/contrib/libc++/include/
H A Dmemory409 shared_ptr(const shared_ptr& r) noexcept;
411 shared_ptr(shared_ptr&& r) noexcept;
416 shared_ptr(nullptr_t) : shared_ptr() { }
610 shared_ptr<T> atomic_exchange(shared_ptr<T>* p, shared_ptr<T> r);
4046 shared_ptr<_Tp>::shared_ptr() _NOEXCEPT
4063 shared_ptr<_Tp>::shared_ptr(_Yp* __p,
4190 shared_ptr<_Tp>::shared_ptr(const shared_ptr& __r) _NOEXCEPT
4201 shared_ptr<_Tp>::shared_ptr(const shared_ptr<_Yp>& __r,
4215 shared_ptr<_Tp>::shared_ptr(shared_ptr&& __r) _NOEXCEPT
4226 shared_ptr<_Tp>::shared_ptr(shared_ptr<_Yp>&& __r,
[all …]
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporterVisitors.h60 virtual std::shared_ptr<PathDiagnosticPiece>
75 virtual std::shared_ptr<PathDiagnosticPiece>
81 static std::shared_ptr<PathDiagnosticPiece>
109 std::shared_ptr<PathDiagnosticPiece> VisitNode(const ExplodedNode *N,
135 std::shared_ptr<PathDiagnosticPiece> VisitNode(const ExplodedNode *N,
153 std::shared_ptr<PathDiagnosticPiece> VisitNode(const ExplodedNode *N,
186 std::shared_ptr<PathDiagnosticPiece>
191 std::shared_ptr<PathDiagnosticPiece>
195 std::shared_ptr<PathDiagnosticPiece>
199 std::shared_ptr<PathDiagnosticPiece>
[all …]
/freebsd-12.1/contrib/libstdc++/include/tr1/
H A Dboost_shared_ptr.h461 class shared_ptr; variable
976 shared_ptr() in shared_ptr() function
989 shared_ptr(const shared_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
1011 shared_ptr(const shared_ptr<_Tp1>& __r, __dynamic_cast_tag) in shared_ptr() function
1015 shared_ptr&
1023 shared_ptr&
1032 shared_ptr<_Tp>
1037 shared_ptr<_Tp>
[all …]
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Tooling/
H A DTooling.h80 runInvocation(std::shared_ptr<CompilerInvocation> Invocation,
82 std::shared_ptr<PCHContainerOperations> PCHContainerOps,
97 bool runInvocation(std::shared_ptr<CompilerInvocation> Invocation,
186 std::shared_ptr<PCHContainerOperations> PCHContainerOps =
196 std::shared_ptr<PCHContainerOperations> PCHContainerOps =
209 std::shared_ptr<PCHContainerOperations> PCHContainerOps =
228 std::shared_ptr<PCHContainerOperations> PCHContainerOps =
286 std::shared_ptr<CompilerInvocation> Invocation,
293 std::shared_ptr<PCHContainerOperations> PCHContainerOps;
320 std::shared_ptr<PCHContainerOperations> PCHContainerOps =
[all …]
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Frontend/
H A DASTUnit.h107 std::shared_ptr<LangOptions> LangOpts;
114 std::shared_ptr<Preprocessor> PP;
116 std::shared_ptr<TargetOptions> TargetOpts;
117 std::shared_ptr<HeaderSearchOptions> HSOpts;
118 std::shared_ptr<PreprocessorOptions> PPOpts;
137 std::shared_ptr<CompilerInvocation> Invocation;
306 std::shared_ptr<GlobalCodeCompletionAllocator>
438 void setPreprocessor(std::shared_ptr<Preprocessor> pp);
659 create(std::shared_ptr<CompilerInvocation> CI,
742 std::shared_ptr<CompilerInvocation> CI,
[all …]
H A DCompilerInstance.h75 std::shared_ptr<CompilerInvocation> Invocation;
99 std::shared_ptr<Preprocessor> PP;
126 std::shared_ptr<ModuleDependencyCollector> ModuleDepCollector;
129 std::shared_ptr<PCHContainerOperations> ThePCHContainerOperations;
194 std::shared_ptr<PCHContainerOperations> PCHContainerOps =
246 void setInvocation(std::shared_ptr<CompilerInvocation> Value);
454 std::shared_ptr<Preprocessor> getPreprocessorPtr() { return PP; } in getPreprocessorPtr()
457 llvm::BuryPointer(new std::shared_ptr<Preprocessor>(PP)); in resetAndLeakPreprocessor()
461 void setPreprocessor(std::shared_ptr<Preprocessor> Value);
527 std::shared_ptr<ModuleDependencyCollector> Collector);
[all …]
H A DCompilerInvocation.h68 std::shared_ptr<LangOptions> LangOpts;
71 std::shared_ptr<TargetOptions> TargetOpts;
77 std::shared_ptr<HeaderSearchOptions> HeaderSearchOpts;
80 std::shared_ptr<PreprocessorOptions> PreprocessorOpts;
101 std::shared_ptr<HeaderSearchOptions> getHeaderSearchOptsPtr() const { in getHeaderSearchOptsPtr()
105 std::shared_ptr<PreprocessorOptions> getPreprocessorOptsPtr() { in getPreprocessorOptsPtr()
/freebsd-12.1/contrib/llvm/lib/ObjectYAML/
H A DCodeViewYAMLDebugSections.cpp111 std::shared_ptr<DebugSubsection>
125 std::shared_ptr<DebugSubsection>
141 std::shared_ptr<DebugSubsection>
157 std::shared_ptr<DebugSubsection>
171 std::shared_ptr<DebugSubsection>
185 std::shared_ptr<DebugSubsection>
443 std::shared_ptr<DebugSubsection>
464 std::shared_ptr<DebugSubsection>
474 std::shared_ptr<DebugSubsection>
499 std::shared_ptr<DebugSubsection>
[all …]
/freebsd-12.1/contrib/llvm/tools/clang/lib/Index/
H A DIndexingAction.cpp49 std::shared_ptr<Preprocessor> PP;
50 std::shared_ptr<IndexingContext> IndexCtx;
53 IndexASTConsumer(std::shared_ptr<Preprocessor> PP, in IndexASTConsumer()
54 std::shared_ptr<IndexingContext> IndexCtx) in IndexASTConsumer()
81 std::shared_ptr<IndexingContext> IndexCtx;
84 IndexPPCallbacks(std::shared_ptr<IndexingContext> IndexCtx) in IndexPPCallbacks()
112 std::shared_ptr<IndexDataConsumer> DataConsumer;
113 std::shared_ptr<IndexingContext> IndexCtx;
115 IndexActionBase(std::shared_ptr<IndexDataConsumer> dataConsumer, in IndexActionBase()
137 IndexAction(std::shared_ptr<IndexDataConsumer> DataConsumer, in IndexAction()
[all …]
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugLine.h55 typedef std::shared_ptr<Prologue> shared_ptr; typedef
152 typedef std::shared_ptr<LineTable> shared_ptr; typedef
165 Prologue::shared_ptr prologue;
179 State(Prologue::shared_ptr &prologue_sp, lldb_private::Log *log,
188 Prologue::shared_ptr prologue;
243 LineTable::shared_ptr GetLineTable(const dw_offset_t offset) const;
246 typedef std::map<dw_offset_t, LineTable::shared_ptr> LineTableMap;
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ObjectContainer/BSD-Archive/
H A DObjectContainerBSDArchive.h108 typedef std::shared_ptr<Archive> shared_ptr; typedef
109 typedef std::multimap<lldb_private::FileSpec, shared_ptr> Map;
121 static Archive::shared_ptr FindCachedArchive(
125 static Archive::shared_ptr ParseAndCacheArchiveForFile(
170 void SetArchive(Archive::shared_ptr &archive_sp);
172 Archive::shared_ptr m_archive_sp;
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/ARCMigrate/
H A DARCMT.h43 std::shared_ptr<PCHContainerOperations> PCHContainerOps,
55 std::shared_ptr<PCHContainerOperations> PCHContainerOps,
71 std::shared_ptr<PCHContainerOperations> PCHContainerOps,
99 std::shared_ptr<PCHContainerOperations> PCHContainerOps;
107 std::shared_ptr<PCHContainerOperations> PCHContainerOps,
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Utility/
H A DJSON.h32 typedef std::shared_ptr<JSONValue> SP;
57 typedef std::shared_ptr<JSONString> SP;
75 typedef std::shared_ptr<JSONNumber> SP;
144 typedef std::shared_ptr<JSONTrue> SP;
162 typedef std::shared_ptr<JSONFalse> SP;
180 typedef std::shared_ptr<JSONNull> SP;
198 typedef std::shared_ptr<JSONObject> SP;
225 typedef std::shared_ptr<JSONArray> SP;
/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/CodeView/
H A DStringsAndChecksums.h75 std::shared_ptr<DebugStringTableSubsectionRef> OwnedStrings;
76 std::shared_ptr<DebugChecksumsSubsectionRef> OwnedChecksums;
84 using StringsPtr = std::shared_ptr<DebugStringTableSubsection>;
85 using ChecksumsPtr = std::shared_ptr<DebugChecksumsSubsection>;
/freebsd-12.1/contrib/llvm/tools/clang/lib/Tooling/
H A DTooling.cpp132 std::shared_ptr<PCHContainerOperations> PCHContainerOps) { in runToolOnCode()
161 std::shared_ptr<PCHContainerOperations> PCHContainerOps) { in runToolOnCodeWithArgs()
179 std::shared_ptr<PCHContainerOperations> PCHContainerOps, in runToolOnCodeWithArgs()
336 std::shared_ptr<CompilerInvocation> Invocation, in runInvocation()
337 std::shared_ptr<PCHContainerOperations> PCHContainerOps) { in runInvocation()
350 std::shared_ptr<CompilerInvocation> Invocation, FileManager *Files, in runInvocation()
351 std::shared_ptr<PCHContainerOperations> PCHContainerOps, in runInvocation()
378 std::shared_ptr<PCHContainerOperations> PCHContainerOps, in ClangTool()
544 bool runInvocation(std::shared_ptr<CompilerInvocation> Invocation, in runInvocation()
546 std::shared_ptr<PCHContainerOperations> PCHContainerOps, in runInvocation()
[all …]
/freebsd-12.1/contrib/llvm/lib/ExecutionEngine/MCJIT/
H A DMCJIT.h32 std::shared_ptr<LegacyJITSymbolResolver> Resolver) in LinkingSymbolResolver()
44 std::shared_ptr<LegacyJITSymbolResolver> ClientResolver;
70 std::shared_ptr<MCJITMemoryManager> MemMgr,
71 std::shared_ptr<LegacyJITSymbolResolver> Resolver);
182 std::shared_ptr<MCJITMemoryManager> MemMgr;
306 std::shared_ptr<MCJITMemoryManager> MemMgr,
307 std::shared_ptr<LegacyJITSymbolResolver> Resolver,
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DLanguage.h99 …for (std::shared_ptr<TypeScavenger> scavenger : { std::shared_ptr<TypeScavenger>(new ScavengerType… in EitherTypeScavenger()
115 std::vector<std::shared_ptr<TypeScavenger>> m_scavengers;
122 …for (std::shared_ptr<TypeScavenger> scavenger : { std::shared_ptr<TypeScavenger>(new ScavengerType… in UnionTypeScavenger()
139 std::vector<std::shared_ptr<TypeScavenger>> m_scavengers;
/freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/
H A DAMDGPUHSAMetadataStreamer.h55 std::shared_ptr<msgpack::Node> HSAMetadataRoot =
73 std::shared_ptr<msgpack::ArrayNode>
76 std::shared_ptr<msgpack::MapNode>
102 std::shared_ptr<msgpack::Node> &getRootMetadata(StringRef Key) { in getRootMetadata()
106 std::shared_ptr<msgpack::Node> &getHSAMetadataRoot() { in getHSAMetadataRoot()
/freebsd-12.1/contrib/llvm/lib/ExecutionEngine/Orc/
H A DOrcMCJITReplacement.h65 std::shared_ptr<MCJITMemoryManager> ClientMM) in MCJITReplacementMemMgr()
140 std::shared_ptr<MCJITMemoryManager> ClientMM;
172 SymbolNameSet lookup(std::shared_ptr<AsynchronousSymbolQuery> Query, in lookup()
224 std::shared_ptr<MCJITMemoryManager> MemMgr, in createOrcMCJITReplacement()
225 std::shared_ptr<LegacyJITSymbolResolver> Resolver, in createOrcMCJITReplacement()
236 OrcMCJITReplacement(std::shared_ptr<MCJITMemoryManager> MemMgr, in OrcMCJITReplacement()
237 std::shared_ptr<LegacyJITSymbolResolver> ClientResolver, in OrcMCJITReplacement()
471 std::shared_ptr<MCJITReplacementMemMgr> MemMgr;
472 std::shared_ptr<LinkingORCResolver> Resolver;
473 std::shared_ptr<LegacyJITSymbolResolver> ClientResolver;
/freebsd-12.1/contrib/llvm/tools/lldb/tools/lldb-server/
H A DLLDBServerUtilities.cpp25 static std::shared_ptr<raw_ostream> GetLogStream(StringRef log_file) { in GetLogStream()
28 std::shared_ptr<raw_ostream> stream_sp = std::make_shared<raw_fd_ostream>( in GetLogStream()
37 return std::shared_ptr<raw_ostream>(&errs(), [](raw_ostream *) {}); in GetLogStream()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Tooling/Refactoring/
H A DRefactoringActionRuleRequirements.h88 virtual ArrayRef<std::shared_ptr<RefactoringOption>>
101 ArrayRef<std::shared_ptr<RefactoringOption>>
117 std::shared_ptr<RefactoringOption> Opt;
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DPCHContainerOperations.cpp30 std::shared_ptr<PCHBuffer> Buffer;
35 std::shared_ptr<PCHBuffer> Buffer) in RawPCHContainerGenerator()
57 std::shared_ptr<PCHBuffer> Buffer) const { in CreatePCHContainerGenerator()
/freebsd-12.1/contrib/llvm/include/llvm/ExecutionEngine/Orc/
H A DCore.h505 std::set<std::shared_ptr<AsynchronousSymbolQuery>>;
612 SymbolNameSet legacyLookup(std::shared_ptr<AsynchronousSymbolQuery> Q,
617 std::vector<std::shared_ptr<AsynchronousSymbolQuery>>;
627 DenseMap<SymbolStringPtr, std::shared_ptr<UnmaterializedInfo>>;
652 void lodgeQuery(std::shared_ptr<AsynchronousSymbolQuery> &Q,
656 void lodgeQueryImpl(std::shared_ptr<AsynchronousSymbolQuery> &Q,
661 lookupImpl(std::shared_ptr<AsynchronousSymbolQuery> &Q,
712 ExecutionSession(std::shared_ptr<SymbolStringPool> SSP = nullptr);
718 std::shared_ptr<SymbolStringPool> getSymbolStringPool() const { return SSP; } in getSymbolStringPool()
766 std::shared_ptr<AsynchronousSymbolQuery> Q, SymbolNameSet Names)>;
[all …]
/freebsd-12.1/sys/contrib/zstd/contrib/pzstd/
H A DPzstd.cpp66 WorkQueue<std::shared_ptr<BufferWorkQueue>> outs{options.numThreads + 1}; in handleOneInput()
273 std::shared_ptr<BufferWorkQueue> in, in compress()
274 std::shared_ptr<BufferWorkQueue> out, in compress()
386 WorkQueue<std::shared_ptr<BufferWorkQueue>>& chunks, in asyncCompressChunks()
432 std::shared_ptr<BufferWorkQueue> in, in decompress()
433 std::shared_ptr<BufferWorkQueue> out) { in decompress()
501 WorkQueue<std::shared_ptr<BufferWorkQueue>>& frames, in asyncDecompressFrames()
578 WorkQueue<std::shared_ptr<BufferWorkQueue>>& outs, in writeFile()
586 std::shared_ptr<BufferWorkQueue> out; in writeFile()

12345678910