| /freebsd-14.2/contrib/llvm-project/lldb/include/lldb/ |
| H A D | lldb-forward.h | 309 typedef std::shared_ptr<lldb_private::ABI> ABISP; 310 typedef std::shared_ptr<lldb_private::Baton> BatonSP; 311 typedef std::shared_ptr<lldb_private::Block> BlockSP; 336 typedef std::shared_ptr<lldb_private::Event> EventSP; 344 typedef std::shared_ptr<lldb_private::File> FileSP; 364 typedef std::shared_ptr<lldb_private::Module> ModuleSP; 389 typedef std::shared_ptr<lldb_private::Queue> QueueSP; 392 typedef std::shared_ptr<lldb_private::REPL> REPLSP; 445 typedef std::shared_ptr<lldb_private::Trace> TraceSP; 448 typedef std::shared_ptr<lldb_private::Type> TypeSP; [all …]
|
| /freebsd-14.2/contrib/llvm-project/libcxx/include/__memory/ |
| H A D | shared_ptr.h | 668 _LIBCPP_HIDE_FROM_ABI shared_ptr<_Tp>& operator=(shared_ptr<_Yp>&& __r) { 810 shared_ptr(weak_ptr<_Tp>) -> shared_ptr<_Tp>; 812 shared_ptr(unique_ptr<_Tp, _Dp>) -> shared_ptr<_Tp>; 1242 return __p ? shared_ptr<_Tp>(__r, __p) : shared_ptr<_Tp>(); 1251 return __p ? shared_ptr<_Tp>(std::move(__r), __p) : shared_ptr<_Tp>(); 1471 struct _LIBCPP_TEMPLATE_VIS owner_less<shared_ptr<_Tp> > : __binary_function<shared_ptr<_Tp>, share… 1614 _LIBCPP_HIDE_FROM_ABI shared_ptr<_Tp> atomic_exchange(shared_ptr<_Tp>* __p, shared_ptr<_Tp> __r) { 1630 atomic_compare_exchange_strong(shared_ptr<_Tp>* __p, shared_ptr<_Tp>* __v, shared_ptr<_Tp> __w) { 1648 atomic_compare_exchange_weak(shared_ptr<_Tp>* __p, shared_ptr<_Tp>* __v, shared_ptr<_Tp> __w) { 1654 shared_ptr<_Tp>* __p, shared_ptr<_Tp>* __v, shared_ptr<_Tp> __w, memory_order, memory_order) { [all …]
|
| /freebsd-14.2/contrib/llvm-project/libcxx/include/ |
| H A D | memory | 600 shared_ptr(const shared_ptr& r) noexcept; 602 shared_ptr(shared_ptr&& r) noexcept; 607 shared_ptr(nullptr_t) : shared_ptr() { } 613 shared_ptr& operator=(const shared_ptr& r) noexcept; 615 shared_ptr& operator=(shared_ptr&& r) noexcept; 639 shared_ptr(weak_ptr<T>) -> shared_ptr<T>; 641 shared_ptr(unique_ptr<T, D>) -> shared_ptr<T>; 836 shared_ptr<T> atomic_load(const shared_ptr<T>* p); 844 shared_ptr<T> atomic_exchange(shared_ptr<T>* p, shared_ptr<T> r); 850 atomic_compare_exchange_weak(shared_ptr<T>* p, shared_ptr<T>* v, shared_ptr<T> w); [all …]
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Tooling/ |
| H A D | Tooling.h | 86 runInvocation(std::shared_ptr<CompilerInvocation> Invocation, 88 std::shared_ptr<PCHContainerOperations> PCHContainerOps, 103 bool runInvocation(std::shared_ptr<CompilerInvocation> Invocation, 190 std::shared_ptr<PCHContainerOperations> PCHContainerOps = 200 std::shared_ptr<PCHContainerOperations> PCHContainerOps = 213 std::shared_ptr<PCHContainerOperations> PCHContainerOps = 232 std::shared_ptr<PCHContainerOperations> PCHContainerOps = 292 std::shared_ptr<CompilerInvocation> Invocation, 299 std::shared_ptr<PCHContainerOperations> PCHContainerOps; 327 std::shared_ptr<PCHContainerOperations> PCHContainerOps = [all …]
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Frontend/ |
| H A D | ASTUnit.h | 109 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; 141 std::shared_ptr<CompilerInvocation> Invocation; 313 std::shared_ptr<GlobalCodeCompletionAllocator> 446 void setPreprocessor(std::shared_ptr<Preprocessor> pp); 669 create(std::shared_ptr<CompilerInvocation> CI, 755 std::shared_ptr<CompilerInvocation> CI, [all …]
|
| H A D | CompilerInvocation.h | 77 std::shared_ptr<LangOptions> LangOpts; 80 std::shared_ptr<TargetOptions> TargetOpts; 86 std::shared_ptr<HeaderSearchOptions> HSOpts; 89 std::shared_ptr<PreprocessorOptions> PPOpts; 94 std::shared_ptr<MigratorOptions> MigratorOpts; 97 std::shared_ptr<APINotesOptions> APINotesOpts; 100 std::shared_ptr<CodeGenOptions> CodeGenOpts; 103 std::shared_ptr<FileSystemOptions> FSOpts; 106 std::shared_ptr<FrontendOptions> FrontendOpts; 109 std::shared_ptr<DependencyOutputOptions> DependencyOutputOpts; [all …]
|
| H A D | CompilerInstance.h | 81 std::shared_ptr<CompilerInvocation> Invocation; 102 std::shared_ptr<Preprocessor> PP; 129 std::shared_ptr<ModuleDependencyCollector> ModuleDepCollector; 132 std::shared_ptr<PCHContainerOperations> ThePCHContainerOperations; 191 std::shared_ptr<PCHContainerOperations> PCHContainerOps = 245 void setInvocation(std::shared_ptr<CompilerInvocation> Value); 476 std::shared_ptr<Preprocessor> getPreprocessorPtr() { return PP; } in getPreprocessorPtr() 479 llvm::BuryPointer(new std::shared_ptr<Preprocessor>(PP)); in resetAndLeakPreprocessor() 483 void setPreprocessor(std::shared_ptr<Preprocessor> Value); 554 std::shared_ptr<ModuleDependencyCollector> Collector); [all …]
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | ClangPersistentVariables.h | 41 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;
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/ObjectYAML/ |
| H A D | CodeViewYAMLDebugSections.cpp | 110 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-14.2/contrib/llvm-project/clang/lib/Index/ |
| H A D | IndexingAction.cpp | 27 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-14.2/contrib/kyua/engine/ |
| H A D | scheduler.hpp | 173 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; 270 void register_interface(const std::string&, const std::shared_ptr< interface >);
|
| H A D | scheduler.cpp | 202 const std::shared_ptr< scheduler::interface > interface; 327 typedef std::shared_ptr< exec_data > exec_data_ptr; 369 std::shared_ptr< scheduler::interface > _interface; 384 const std::shared_ptr< scheduler::interface > interface, in list_test_cases() 407 std::shared_ptr< scheduler::interface > _interface; 468 const std::shared_ptr< scheduler::interface > interface, in run_test_program() 504 std::shared_ptr< scheduler::interface > _interface; 523 const std::shared_ptr< scheduler::interface > interface, in run_test_cleanup() 588 std::shared_ptr< scheduler::interface > 847 std::shared_ptr< bimpl > pbimpl, std::shared_ptr< impl > pimpl) : in test_result_handle() [all …]
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Index/ |
| H A D | IndexingAction.h | 37 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-14.2/contrib/kyua/utils/text/ |
| H A D | regex.hpp | 50 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-14.2/contrib/kyua/utils/process/ |
| H A D | executor.hpp | 91 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-14.2/contrib/llvm-project/lldb/source/Plugins/ObjectContainer/BSD-Archive/ |
| H A D | ObjectContainerBSDArchive.h | 110 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( 175 void SetArchive(Archive::shared_ptr &archive_sp); 177 Archive::shared_ptr m_archive_sp;
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/ARCMigrate/ |
| H A D | ARCMT.h | 42 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-14.2/contrib/llvm-project/lldb/tools/lldb-server/ |
| H A D | LLDBServerUtilities.cpp | 26 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()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
| H A D | StringsAndChecksums.h | 76 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>;
|
| /freebsd-14.2/contrib/kyua/utils/fs/ |
| H A D | directory.hpp | 71 std::shared_ptr< impl > _pimpl; 73 directory_iterator(std::shared_ptr< impl >); 107 std::shared_ptr< impl > _pimpl;
|
| /freebsd-14.2/contrib/kyua/engine/execenv/ |
| H A D | execenv.cpp | 44 static std::vector< std::shared_ptr< execenv::manager > > 49 execenv::register_execenv(const std::shared_ptr< execenv::manager > manager) in register_execenv() 55 const std::vector< std::shared_ptr< execenv::manager> >
|
| /freebsd-14.2/contrib/kyua/store/ |
| H A D | read_transaction.hpp | 73 std::shared_ptr< impl > _pimpl; 76 results_iterator(std::shared_ptr< impl >); 103 std::shared_ptr< impl > _pimpl;
|
| /freebsd-14.2/contrib/kyua/utils/format/ |
| H A D | containers_test.cpp | 106 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-14.2/contrib/llvm-project/llvm/lib/ExecutionEngine/MCJIT/ |
| H A D | MCJIT.h | 30 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,
|
| /freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Host/ |
| H A D | StreamFile.h | 33 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
|