| /src/contrib/llvm-project/lldb/include/lldb/ |
| H A D | lldb-forward.h | 314 typedef std::shared_ptr<lldb_private::ABI> ABISP; 316 typedef std::shared_ptr<lldb_private::Baton> BatonSP; 317 typedef std::shared_ptr<lldb_private::Block> BlockSP; 318 typedef std::shared_ptr<lldb_private::Breakpoint> BreakpointSP; 320 typedef std::shared_ptr<lldb_private::BreakpointSite> BreakpointSiteSP; 321 typedef std::shared_ptr<lldb_private::BreakpointLocation> BreakpointLocationSP; 323 typedef std::shared_ptr<lldb_private::BreakpointPrecondition> 325 typedef std::shared_ptr<lldb_private::BreakpointResolver> BreakpointResolverSP; 326 typedef std::shared_ptr<lldb_private::Broadcaster> BroadcasterSP; 327 typedef std::shared_ptr<lldb_private::BroadcasterManager> BroadcasterManagerSP; [all …]
|
| /src/contrib/llvm-project/libcxx/include/__memory/ |
| H A D | shared_ptr.h | 416 class _LIBCPP_SHARED_PTR_TRIVIAL_ABI _LIBCPP_TEMPLATE_VIS shared_ptr { 429 using __trivially_relocatable = shared_ptr; 436 …_LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR shared_ptr() _NOEXCEPT : __ptr_(nullptr), __cntrl_(nullptr… 438 …_LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR shared_ptr(nullptr_t) _NOEXCEPT : __ptr_(nullptr), __cntrl… 451 _LIBCPP_HIDE_FROM_ABI explicit shared_ptr(_Yp* __p) : __ptr_(__p) { 461 _LIBCPP_HIDE_FROM_ABI shared_ptr(_Yp* __p, _Dp __d) : __ptr_(__p) { 485 _LIBCPP_HIDE_FROM_ABI shared_ptr(_Yp* __p, _Dp __d, _Alloc __a) : __ptr_(__p) { 511 _LIBCPP_HIDE_FROM_ABI shared_ptr( 535 _LIBCPP_HIDE_FROM_ABI shared_ptr( 565 _LIBCPP_HIDE_FROM_ABI shared_ptr(const shared_ptr<_Yp>& __r, element_type* __p) _NOEXCEPT [all …]
|
| /src/contrib/llvm-project/libcxx/include/ |
| H A D | memory | 585 class shared_ptr 593 constexpr shared_ptr() noexcept; 594 template<class Y> explicit shared_ptr(Y* p); 595 template<class Y, class D> shared_ptr(Y* p, D d); 596 template<class Y, class D, class A> shared_ptr(Y* p, D d, A a); 597 template <class D> shared_ptr(nullptr_t p, D d); 598 template <class D, class A> shared_ptr(nullptr_t p, D d, A a); 599 template<class Y> shared_ptr(const shared_ptr<Y>& r, T *p) noexcept; 600 shared_ptr(const shared_ptr& r) noexcept; 601 template<class Y> shared_ptr(const shared_ptr<Y>& r) noexcept; [all …]
|
| /src/contrib/llvm-project/clang/include/clang/Frontend/ |
| 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; 134 std::vector<std::shared_ptr<DependencyCollector>> DependencyCollectors; 152 std::shared_ptr<FailedModulesSet> FailedModules; 209 std::shared_ptr<PCHContainerOperations> PCHContainerOps = 263 std::shared_ptr<CompilerInvocation> getInvocationPtr() { return Invocation; } in getInvocationPtr() 266 void setInvocation(std::shared_ptr<CompilerInvocation> Value); 324 std::shared_ptr<HeaderSearchOptions> getHeaderSearchOptsPtr() const { in getHeaderSearchOptsPtr() [all …]
|
| 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> 327 std::shared_ptr<GlobalCodeCompletionAllocator> CachedCompletionAllocator; 373 bool Parse(std::shared_ptr<PCHContainerOperations> PCHContainerOps, 378 std::shared_ptr<PCHContainerOperations> PCHContainerOps, [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 …]
|
| /src/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, 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 …]
|
| /src/contrib/llvm-project/llvm/lib/ObjectYAML/ |
| H A D | CodeViewYAMLDebugSections.cpp | 92 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 …]
|
| /src/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;
|
| /src/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; 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 …]
|
| /src/contrib/kyua/engine/ |
| H A D | scheduler.hpp | 175 std::shared_ptr< impl > _pimpl; 195 std::shared_ptr< bimpl > _pbimpl; 199 result_handle(std::shared_ptr< bimpl >); 219 std::shared_ptr< impl > _pimpl; 222 test_result_handle(std::shared_ptr< bimpl >, std::shared_ptr< impl >); 237 std::shared_ptr< impl > _pimpl; 274 void register_interface(const std::string&, const std::shared_ptr< interface >);
|
| H A D | scheduler.cpp | 124 typedef std::map< std::string, std::shared_ptr< scheduler::interface > > 203 const std::shared_ptr< scheduler::interface > interface; 243 const std::shared_ptr< scheduler::interface > interface_, in test_exec_data() 328 typedef std::shared_ptr< exec_data > exec_data_ptr; 370 std::shared_ptr< scheduler::interface > _interface; 385 const std::shared_ptr< scheduler::interface > interface, in list_test_cases() 408 std::shared_ptr< scheduler::interface > _interface; 469 const std::shared_ptr< scheduler::interface > interface, in run_test_program() 505 std::shared_ptr< scheduler::interface > _interface; 524 const std::shared_ptr< scheduler::interface > interface, in run_test_cleanup() [all …]
|
| /src/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,
|
| /src/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;
|
| /src/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;
|
| /src/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 >);
|
| /src/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,
|
| /src/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/ |
| H A D | Core.h | 427 FailedToMaterialize(std::shared_ptr<SymbolStringPool> SSP, 428 std::shared_ptr<SymbolDependenceMap> Symbols); 435 std::shared_ptr<SymbolStringPool> SSP; 436 std::shared_ptr<SymbolDependenceMap> Symbols; 445 UnsatisfiedSymbolDependencies(std::shared_ptr<SymbolStringPool> SSP, 453 std::shared_ptr<SymbolStringPool> SSP; 465 SymbolsNotFound(std::shared_ptr<SymbolStringPool> SSP, SymbolNameSet Symbols); 466 SymbolsNotFound(std::shared_ptr<SymbolStringPool> SSP, 470 std::shared_ptr<SymbolStringPool> getSymbolStringPool() { return SSP; } in getSymbolStringPool() 474 std::shared_ptr<SymbolStringPool> SSP; [all …]
|
| /src/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()
|
| /src/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>;
|
| /src/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;
|
| /src/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,
|
| /src/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> >
|
| /src/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;
|
| /src/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()
|