Home
last modified time | relevance | path

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

12345678910>>...12

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-forward.h287 typedef std::shared_ptr<lldb_private::ABI> ABISP;
288 typedef std::shared_ptr<lldb_private::Baton> BatonSP;
289 typedef std::shared_ptr<lldb_private::Block> BlockSP;
316 typedef std::shared_ptr<lldb_private::Event> EventSP;
324 typedef std::shared_ptr<lldb_private::File> FileSP;
346 typedef std::shared_ptr<lldb_private::Module> ModuleSP;
386 typedef std::shared_ptr<lldb_private::Queue> QueueSP;
389 typedef std::shared_ptr<lldb_private::REPL> REPLSP;
444 typedef std::shared_ptr<lldb_private::Trace> TraceSP;
447 typedef std::shared_ptr<lldb_private::Type> TypeSP;
[all …]
/freebsd-13.1/contrib/llvm-project/libcxx/include/__memory/
H A Dshared_ptr.h476 shared_ptr(const shared_ptr<_Yp>& __r,
480 shared_ptr(shared_ptr&& __r) _NOEXCEPT;
691 shared_ptr(weak_ptr<_Tp>) -> shared_ptr<_Tp>;
699 shared_ptr<_Tp>::shared_ptr() _NOEXCEPT
716 shared_ptr<_Tp>::shared_ptr(_Yp* __p, _Dp __d,
835 shared_ptr<_Tp>::shared_ptr(const shared_ptr<_Yp>& __r, element_type *__p) _NOEXCEPT
845 shared_ptr<_Tp>::shared_ptr(const shared_ptr& __r) _NOEXCEPT
856 shared_ptr<_Tp>::shared_ptr(const shared_ptr<_Yp>& __r,
868 shared_ptr<_Tp>::shared_ptr(shared_ptr&& __r) _NOEXCEPT
879 shared_ptr<_Tp>::shared_ptr(shared_ptr<_Yp>&& __r,
[all …]
/freebsd-13.1/contrib/llvm-project/libcxx/include/
H A Dmemory419 shared_ptr(const shared_ptr& r) noexcept;
421 shared_ptr(shared_ptr&& r) noexcept;
426 shared_ptr(nullptr_t) : shared_ptr() { }
432 shared_ptr& operator=(const shared_ptr& r) noexcept;
434 shared_ptr& operator=(shared_ptr&& r) noexcept;
458 shared_ptr(weak_ptr<T>) -> shared_ptr<T>;
460 shared_ptr(unique_ptr<T, D>) -> shared_ptr<T>;
620 shared_ptr<T> atomic_load(const shared_ptr<T>* p);
628 shared_ptr<T> atomic_exchange(shared_ptr<T>* p, shared_ptr<T> r);
634 atomic_compare_exchange_weak(shared_ptr<T>* p, shared_ptr<T>* v, shared_ptr<T> w);
[all …]
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Tooling/
H A DTooling.h87 runInvocation(std::shared_ptr<CompilerInvocation> Invocation,
89 std::shared_ptr<PCHContainerOperations> PCHContainerOps,
104 bool runInvocation(std::shared_ptr<CompilerInvocation> Invocation,
191 std::shared_ptr<PCHContainerOperations> PCHContainerOps =
201 std::shared_ptr<PCHContainerOperations> PCHContainerOps =
214 std::shared_ptr<PCHContainerOperations> PCHContainerOps =
233 std::shared_ptr<PCHContainerOperations> PCHContainerOps =
284 std::shared_ptr<CompilerInvocation> Invocation,
291 std::shared_ptr<PCHContainerOperations> PCHContainerOps;
318 std::shared_ptr<PCHContainerOperations> PCHContainerOps =
[all …]
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Frontend/
H A DASTUnit.h109 std::shared_ptr<LangOptions> LangOpts;
116 std::shared_ptr<Preprocessor> PP;
118 std::shared_ptr<TargetOptions> TargetOpts;
119 std::shared_ptr<HeaderSearchOptions> HSOpts;
120 std::shared_ptr<PreprocessorOptions> PPOpts;
139 std::shared_ptr<CompilerInvocation> Invocation;
311 std::shared_ptr<GlobalCodeCompletionAllocator>
443 void setPreprocessor(std::shared_ptr<Preprocessor> pp);
666 create(std::shared_ptr<CompilerInvocation> CI,
751 std::shared_ptr<CompilerInvocation> CI,
[all …]
H A DCompilerInstance.h76 std::shared_ptr<CompilerInvocation> Invocation;
97 std::shared_ptr<Preprocessor> PP;
124 std::shared_ptr<ModuleDependencyCollector> ModuleDepCollector;
127 std::shared_ptr<PCHContainerOperations> ThePCHContainerOperations;
185 std::shared_ptr<PCHContainerOperations> PCHContainerOps =
234 void setInvocation(std::shared_ptr<CompilerInvocation> Value);
446 std::shared_ptr<Preprocessor> getPreprocessorPtr() { return PP; } in getPreprocessorPtr()
449 llvm::BuryPointer(new std::shared_ptr<Preprocessor>(PP)); in resetAndLeakPreprocessor()
453 void setPreprocessor(std::shared_ptr<Preprocessor> Value);
519 std::shared_ptr<ModuleDependencyCollector> Collector);
[all …]
H A DCompilerInvocation.h75 std::shared_ptr<LangOptions> LangOpts;
78 std::shared_ptr<TargetOptions> TargetOpts;
84 std::shared_ptr<HeaderSearchOptions> HeaderSearchOpts;
87 std::shared_ptr<PreprocessorOptions> PreprocessorOpts;
113 std::shared_ptr<HeaderSearchOptions> getHeaderSearchOptsPtr() const { in getHeaderSearchOptsPtr()
117 std::shared_ptr<PreprocessorOptions> getPreprocessorOptsPtr() { in getPreprocessorOptsPtr()
/freebsd-13.1/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCodeViewYAMLDebugSections.cpp110 std::shared_ptr<DebugSubsection>
124 std::shared_ptr<DebugSubsection>
140 std::shared_ptr<DebugSubsection>
156 std::shared_ptr<DebugSubsection>
170 std::shared_ptr<DebugSubsection>
184 std::shared_ptr<DebugSubsection>
442 std::shared_ptr<DebugSubsection>
463 std::shared_ptr<DebugSubsection>
473 std::shared_ptr<DebugSubsection>
498 std::shared_ptr<DebugSubsection>
[all …]
/freebsd-13.1/contrib/llvm-project/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;
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()
173 const IndexingOptions &Opts, std::shared_ptr<Preprocessor> PP, in createIndexingASTConsumer()
[all …]
/freebsd-13.1/contrib/kyua/engine/
H A Dscheduler.hpp173 std::shared_ptr< impl > _pimpl;
193 std::shared_ptr< bimpl > _pbimpl;
197 result_handle(std::shared_ptr< bimpl >);
217 std::shared_ptr< impl > _pimpl;
220 test_result_handle(std::shared_ptr< bimpl >, std::shared_ptr< impl >);
235 std::shared_ptr< impl > _pimpl;
269 void register_interface(const std::string&, const std::shared_ptr< interface >);
H A Dscheduler.cpp196 const std::shared_ptr< scheduler::interface > interface;
273 typedef std::shared_ptr< exec_data > exec_data_ptr;
315 std::shared_ptr< scheduler::interface > _interface;
330 const std::shared_ptr< scheduler::interface > interface, in list_test_cases()
353 std::shared_ptr< scheduler::interface > _interface;
414 const std::shared_ptr< scheduler::interface > interface, in run_test_program()
450 std::shared_ptr< scheduler::interface > _interface;
469 const std::shared_ptr< scheduler::interface > interface, in run_test_cleanup()
500 std::shared_ptr< scheduler::interface >
759 std::shared_ptr< bimpl > pbimpl, std::shared_ptr< impl > pimpl) : in test_result_handle()
[all …]
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangPersistentVariables.h35 ClangPersistentVariables(std::shared_ptr<Target> target_sp);
44 std::shared_ptr<ClangASTImporter> GetClangASTImporter();
45 std::shared_ptr<ClangModulesDeclVendor> GetClangModulesDeclVendor();
111 std::shared_ptr<ClangASTImporter> m_ast_importer_sp;
112 std::shared_ptr<ClangModulesDeclVendor> m_modules_decl_vendor_sp;
113 std::shared_ptr<Target> m_target_sp;
/freebsd-13.1/contrib/llvm-project/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,
/freebsd-13.1/contrib/kyua/utils/text/
H A Dregex.hpp50 std::shared_ptr< impl > _pimpl;
53 regex_matches(std::shared_ptr< impl >);
72 std::shared_ptr< impl > _pimpl;
74 regex(std::shared_ptr< impl >);
/freebsd-13.1/contrib/kyua/utils/process/
H A Dexecutor.hpp91 typedef std::shared_ptr< std::size_t > refcnt_t;
118 std::shared_ptr< impl > _pimpl;
121 exec_handle(std::shared_ptr< impl >);
147 std::shared_ptr< impl > _pimpl;
150 exit_handle(std::shared_ptr< impl >);
179 std::shared_ptr< impl > _pimpl;
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ObjectContainer/BSD-Archive/
H A DObjectContainerBSDArchive.h110 typedef std::shared_ptr<Archive> shared_ptr; typedef
111 typedef std::multimap<lldb_private::FileSpec, shared_ptr> Map;
123 static Archive::shared_ptr FindCachedArchive(
127 static Archive::shared_ptr ParseAndCacheArchiveForFile(
172 void SetArchive(Archive::shared_ptr &archive_sp);
174 Archive::shared_ptr m_archive_sp;
/freebsd-13.1/contrib/llvm-project/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,
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DStringsAndChecksums.h74 std::shared_ptr<DebugStringTableSubsectionRef> OwnedStrings;
75 std::shared_ptr<DebugChecksumsSubsectionRef> OwnedChecksums;
83 using StringsPtr = std::shared_ptr<DebugStringTableSubsection>;
84 using ChecksumsPtr = std::shared_ptr<DebugChecksumsSubsection>;
/freebsd-13.1/contrib/kyua/utils/fs/
H A Ddirectory.hpp71 std::shared_ptr< impl > _pimpl;
73 directory_iterator(std::shared_ptr< impl >);
107 std::shared_ptr< impl > _pimpl;
/freebsd-13.1/contrib/kyua/store/
H A Dread_transaction.hpp73 std::shared_ptr< impl > _pimpl;
76 results_iterator(std::shared_ptr< impl >);
103 std::shared_ptr< impl > _pimpl;
/freebsd-13.1/contrib/llvm-project/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);
180 std::shared_ptr<MCJITMemoryManager> MemMgr;
304 std::shared_ptr<MCJITMemoryManager> MemMgr,
305 std::shared_ptr<LegacyJITSymbolResolver> Resolver,
/freebsd-13.1/contrib/kyua/utils/format/
H A Dcontainers_test.cpp106 do_check("<NULL>", std::shared_ptr< char >()); in ATF_TEST_CASE_BODY()
107 do_check("<NULL>", std::shared_ptr< int >()); in ATF_TEST_CASE_BODY()
114 do_check("f", std::shared_ptr< char >(new char('f'))); in ATF_TEST_CASE_BODY()
115 do_check("8", std::shared_ptr< int >(new int(8))); in ATF_TEST_CASE_BODY()
/freebsd-13.1/contrib/llvm-project/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
/freebsd-13.1/contrib/llvm-project/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()
/freebsd-13.1/contrib/llvm-project/lldb/tools/lldb-server/
H A DLLDBServerUtilities.cpp23 static std::shared_ptr<raw_ostream> GetLogStream(StringRef log_file) { in GetLogStream()
26 std::shared_ptr<raw_ostream> stream_sp = std::make_shared<raw_fd_ostream>( in GetLogStream()
35 return std::shared_ptr<raw_ostream>(&errs(), [](raw_ostream *) {}); in GetLogStream()

12345678910>>...12