/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/experimental/bits/ |
H A D | shared_ptr.h | 50 template<typename _Tp> class shared_ptr; in _GLIBCXX_VISIBILITY() local 63 class shared_ptr : public __shared_ptr<_Tp> in _GLIBCXX_VISIBILITY() 90 constexpr shared_ptr() noexcept = default; in _GLIBCXX_VISIBILITY() 94 shared_ptr(_Tp1* __p) : _Base_type(__p) in _GLIBCXX_VISIBILITY() 98 shared_ptr(_Tp1* __p, _Deleter __d) in _GLIBCXX_VISIBILITY() 104 shared_ptr(_Tp1* __p, _Deleter __d, _Alloc __a) in _GLIBCXX_VISIBILITY() 109 shared_ptr(nullptr_t __p, _Deleter __d) in _GLIBCXX_VISIBILITY() 113 shared_ptr(nullptr_t __p, _Deleter __d, _Alloc __a) in _GLIBCXX_VISIBILITY() 117 shared_ptr(const shared_ptr<_Tp1>& __r, element_type* __p) noexcept in _GLIBCXX_VISIBILITY() 120 shared_ptr(const shared_ptr& __r) noexcept in _GLIBCXX_VISIBILITY() [all …]
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/experimental/bits/ |
H A D | shared_ptr.h | 50 template<typename _Tp> class shared_ptr; in _GLIBCXX_VISIBILITY() local 63 class shared_ptr : public __shared_ptr<_Tp> in _GLIBCXX_VISIBILITY() 90 constexpr shared_ptr() noexcept = default; in _GLIBCXX_VISIBILITY() 94 shared_ptr(_Tp1* __p) : _Base_type(__p) in _GLIBCXX_VISIBILITY() 98 shared_ptr(_Tp1* __p, _Deleter __d) in _GLIBCXX_VISIBILITY() 104 shared_ptr(_Tp1* __p, _Deleter __d, _Alloc __a) in _GLIBCXX_VISIBILITY() 109 shared_ptr(nullptr_t __p, _Deleter __d) in _GLIBCXX_VISIBILITY() 113 shared_ptr(nullptr_t __p, _Deleter __d, _Alloc __a) in _GLIBCXX_VISIBILITY() 117 shared_ptr(const shared_ptr<_Tp1>& __r, element_type* __p) noexcept in _GLIBCXX_VISIBILITY() 120 shared_ptr(const shared_ptr& __r) noexcept in _GLIBCXX_VISIBILITY() [all …]
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/ |
H A D | shared_ptr.h | 94 get_deleter(const shared_ptr<_Tp>& __p) noexcept in _GLIBCXX_VISIBILITY() 175 class shared_ptr : public __shared_ptr<_Tp> in _GLIBCXX_VISIBILITY() 184 is_assignable<__shared_ptr<_Tp>&, _Arg>::value, shared_ptr& in _GLIBCXX_VISIBILITY() 202 constexpr shared_ptr() noexcept : __shared_ptr<_Tp>() { } in _GLIBCXX_VISIBILITY() 204 shared_ptr(const shared_ptr&) noexcept = default; ///< Copy constructor in _GLIBCXX_VISIBILITY() 214 shared_ptr(_Yp* __p) : __shared_ptr<_Tp>(__p) { } in _GLIBCXX_VISIBILITY() 231 shared_ptr(_Yp* __p, _Deleter __d) in _GLIBCXX_VISIBILITY() 248 shared_ptr(nullptr_t __p, _Deleter __d) in _GLIBCXX_VISIBILITY() 268 shared_ptr(_Yp* __p, _Deleter __d, _Alloc __a) in _GLIBCXX_VISIBILITY() 287 shared_ptr(nullptr_t __p, _Deleter __d, _Alloc __a) in _GLIBCXX_VISIBILITY() [all …]
|
H A D | shared_ptr_atomic.h | 113 atomic_is_lock_free(const shared_ptr<_Tp>* __p) in _GLIBCXX_VISIBILITY() 128 inline shared_ptr<_Tp> in _GLIBCXX_VISIBILITY() 129 atomic_load_explicit(const shared_ptr<_Tp>* __p, memory_order) in _GLIBCXX_VISIBILITY() 136 inline shared_ptr<_Tp> in _GLIBCXX_VISIBILITY() 137 atomic_load(const shared_ptr<_Tp>* __p) in _GLIBCXX_VISIBILITY() 165 atomic_store_explicit(shared_ptr<_Tp>* __p, shared_ptr<_Tp> __r, in _GLIBCXX_VISIBILITY() 174 atomic_store(shared_ptr<_Tp>* __p, shared_ptr<_Tp> __r) in _GLIBCXX_VISIBILITY() 201 inline shared_ptr<_Tp> in _GLIBCXX_VISIBILITY() 202 atomic_exchange_explicit(shared_ptr<_Tp>* __p, shared_ptr<_Tp> __r, in _GLIBCXX_VISIBILITY() 211 inline shared_ptr<_Tp> in _GLIBCXX_VISIBILITY() [all …]
|
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/ |
H A D | shared_ptr.h | 93 get_deleter(const shared_ptr<_Tp>& __p) noexcept in _GLIBCXX_VISIBILITY() 121 class shared_ptr : public __shared_ptr<_Tp> in _GLIBCXX_VISIBILITY() 130 is_assignable<__shared_ptr<_Tp>&, _Arg>::value, shared_ptr& in _GLIBCXX_VISIBILITY() 147 constexpr shared_ptr() noexcept : __shared_ptr<_Tp>() { } in _GLIBCXX_VISIBILITY() 149 shared_ptr(const shared_ptr&) noexcept = default; ///< Copy constructor in _GLIBCXX_VISIBILITY() 159 shared_ptr(_Yp* __p) : __shared_ptr<_Tp>(__p) { } in _GLIBCXX_VISIBILITY() 176 shared_ptr(_Yp* __p, _Deleter __d) in _GLIBCXX_VISIBILITY() 193 shared_ptr(nullptr_t __p, _Deleter __d) in _GLIBCXX_VISIBILITY() 213 shared_ptr(_Yp* __p, _Deleter __d, _Alloc __a) in _GLIBCXX_VISIBILITY() 232 shared_ptr(nullptr_t __p, _Deleter __d, _Alloc __a) in _GLIBCXX_VISIBILITY() [all …]
|
H A D | shared_ptr_atomic.h | 87 atomic_is_lock_free(const shared_ptr<_Tp>* __p) in _GLIBCXX_VISIBILITY() 102 inline shared_ptr<_Tp> in _GLIBCXX_VISIBILITY() 103 atomic_load_explicit(const shared_ptr<_Tp>* __p, memory_order) in _GLIBCXX_VISIBILITY() 110 inline shared_ptr<_Tp> in _GLIBCXX_VISIBILITY() 111 atomic_load(const shared_ptr<_Tp>* __p) in _GLIBCXX_VISIBILITY() 139 atomic_store_explicit(shared_ptr<_Tp>* __p, shared_ptr<_Tp> __r, in _GLIBCXX_VISIBILITY() 148 atomic_store(shared_ptr<_Tp>* __p, shared_ptr<_Tp> __r) in _GLIBCXX_VISIBILITY() 175 inline shared_ptr<_Tp> in _GLIBCXX_VISIBILITY() 176 atomic_exchange_explicit(shared_ptr<_Tp>* __p, shared_ptr<_Tp> __r, in _GLIBCXX_VISIBILITY() 185 inline shared_ptr<_Tp> in _GLIBCXX_VISIBILITY() [all …]
|
/netbsd-src/external/apache2/llvm/dist/libcxx/include/__memory/ |
H A D | shared_ptr.h | 417 class _LIBCPP_SHARED_PTR_TRIVIAL_ABI _LIBCPP_TEMPLATE_VIS shared_ptr 434 _LIBCPP_CONSTEXPR shared_ptr() _NOEXCEPT; 436 _LIBCPP_CONSTEXPR shared_ptr(nullptr_t) _NOEXCEPT; 449 explicit shared_ptr(_Yp* __p) : __ptr_(__p) { 459 shared_ptr(_Yp* __p, _Dp __d, 462 shared_ptr(_Yp* __p, _Dp __d, _Alloc __a, 464 template <class _Dp> shared_ptr(nullptr_t __p, _Dp __d); 465 template <class _Dp, class _Alloc> shared_ptr(nullptr_t __p, _Dp __d, _Alloc __a); 466 …template<class _Yp> _LIBCPP_INLINE_VISIBILITY shared_ptr(const shared_ptr<_Yp>& __r, element_type*… 468 shared_ptr(const shared_ptr& __r) _NOEXCEPT; [all …]
|
/netbsd-src/external/apache2/llvm/dist/libcxx/include/ |
H A D | memory | 402 class shared_ptr 409 constexpr shared_ptr() noexcept; 410 template<class Y> explicit shared_ptr(Y* p); 411 template<class Y, class D> shared_ptr(Y* p, D d); 412 template<class Y, class D, class A> shared_ptr(Y* p, D d, A a); 413 template <class D> shared_ptr(nullptr_t p, D d); 414 template <class D, class A> shared_ptr(nullptr_t p, D d, A a); 415 template<class Y> shared_ptr(const shared_ptr<Y>& r, T *p) noexcept; 416 shared_ptr(const shared_ptr& r) noexcept; 417 template<class Y> shared_ptr(const shared_ptr<Y>& r) noexcept; [all …]
|
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/tr1/ |
H A D | shared_ptr.h | 501 class shared_ptr; in _GLIBCXX_VISIBILITY() local 983 class shared_ptr in _GLIBCXX_VISIBILITY() 987 shared_ptr() in _GLIBCXX_VISIBILITY() 992 shared_ptr(_Tp1* __p) in _GLIBCXX_VISIBILITY() 996 shared_ptr(_Tp1* __p, _Deleter __d) in _GLIBCXX_VISIBILITY() 1000 shared_ptr(const shared_ptr<_Tp1>& __r) in _GLIBCXX_VISIBILITY() 1005 shared_ptr(const weak_ptr<_Tp1>& __r) in _GLIBCXX_VISIBILITY() 1011 shared_ptr(std::auto_ptr<_Tp1>& __r) in _GLIBCXX_VISIBILITY() 1016 shared_ptr(const shared_ptr<_Tp1>& __r, __static_cast_tag) in _GLIBCXX_VISIBILITY() 1020 shared_ptr(const shared_ptr<_Tp1>& __r, __const_cast_tag) in _GLIBCXX_VISIBILITY() [all …]
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Tooling/ |
H A D | Tooling.h | 79 runInvocation(std::shared_ptr<CompilerInvocation> Invocation, 81 std::shared_ptr<PCHContainerOperations> PCHContainerOps, 96 bool runInvocation(std::shared_ptr<CompilerInvocation> Invocation, 98 std::shared_ptr<PCHContainerOperations> PCHContainerOps, 159 std::shared_ptr<PCHContainerOperations> PCHContainerOps = 183 std::shared_ptr<PCHContainerOperations> PCHContainerOps = 193 std::shared_ptr<PCHContainerOperations> PCHContainerOps = 206 std::shared_ptr<PCHContainerOperations> PCHContainerOps = 225 std::shared_ptr<PCHContainerOperations> PCHContainerOps = 247 std::shared_ptr<PCHContainerOperations> PCHContainerOps = [all …]
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/tr1/ |
H A D | shared_ptr.h | 506 class shared_ptr; in _GLIBCXX_VISIBILITY() local 993 class shared_ptr in _GLIBCXX_VISIBILITY() 997 shared_ptr() in _GLIBCXX_VISIBILITY() 1002 shared_ptr(_Tp1* __p) in _GLIBCXX_VISIBILITY() 1006 shared_ptr(_Tp1* __p, _Deleter __d) in _GLIBCXX_VISIBILITY() 1010 shared_ptr(const shared_ptr<_Tp1>& __r) in _GLIBCXX_VISIBILITY() 1015 shared_ptr(const weak_ptr<_Tp1>& __r) in _GLIBCXX_VISIBILITY() 1023 shared_ptr(std::auto_ptr<_Tp1>& __r) in _GLIBCXX_VISIBILITY() 1029 shared_ptr(const shared_ptr<_Tp1>& __r, __static_cast_tag) in _GLIBCXX_VISIBILITY() 1033 shared_ptr(const shared_ptr<_Tp1>& __r, __const_cast_tag) in _GLIBCXX_VISIBILITY() [all …]
|
/netbsd-src/external/apache2/llvm/dist/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; 139 std::shared_ptr<CompilerInvocation> Invocation; 311 std::shared_ptr<GlobalCodeCompletionAllocator> 325 std::shared_ptr<GlobalCodeCompletionAllocator> CachedCompletionAllocator; 370 bool Parse(std::shared_ptr<PCHContainerOperations> PCHContainerOps, 375 std::shared_ptr<PCHContainerOperations> PCHContainerOps, [all …]
|
H A D | CompilerInstance.h | 75 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 = 234 void setInvocation(std::shared_ptr<CompilerInvocation> Value); 294 std::shared_ptr<HeaderSearchOptions> getHeaderSearchOptsPtr() const { in getHeaderSearchOptsPtr() 446 std::shared_ptr<Preprocessor> getPreprocessorPtr() { return PP; } in getPreprocessorPtr() 449 llvm::BuryPointer(new std::shared_ptr<Preprocessor>(PP)); in resetAndLeakPreprocessor() [all …]
|
H A D | CompilerInvocation.h | 75 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()
|
/netbsd-src/external/apache2/llvm/dist/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 …]
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Index/ |
H A D | IndexingAction.cpp | 27 std::shared_ptr<IndexingContext> IndexCtx; 30 IndexPPCallbacks(std::shared_ptr<IndexingContext> IndexCtx) in IndexPPCallbacks() 83 std::shared_ptr<IndexDataConsumer> DataConsumer; 84 std::shared_ptr<IndexingContext> IndexCtx; 85 std::shared_ptr<Preprocessor> PP; 89 IndexASTConsumer(std::shared_ptr<IndexDataConsumer> DataConsumer, in IndexASTConsumer() 91 std::shared_ptr<Preprocessor> PP, in IndexASTConsumer() 131 std::shared_ptr<IndexDataConsumer> DataConsumer; 135 IndexAction(std::shared_ptr<IndexDataConsumer> DataConsumer, in IndexAction() 153 std::shared_ptr<IndexDataConsumer> DataConsumer, in createIndexingASTConsumer() [all …]
|
/netbsd-src/external/apache2/llvm/dist/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,
|
/netbsd-src/external/apache2/llvm/dist/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,
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/ |
H A D | Tooling.cpp | 158 std::shared_ptr<PCHContainerOperations> PCHContainerOps) { in runToolOnCode() 187 std::shared_ptr<PCHContainerOperations> PCHContainerOps) { in runToolOnCodeWithArgs() 204 std::shared_ptr<PCHContainerOperations> PCHContainerOps, in runToolOnCodeWithArgs() 304 FileManager *Files, std::shared_ptr<PCHContainerOperations> PCHContainerOps) in ToolInvocation() 311 std::shared_ptr<PCHContainerOperations> PCHContainerOps) in ToolInvocation() 366 std::shared_ptr<CompilerInvocation> Invocation, in runInvocation() 367 std::shared_ptr<PCHContainerOperations> PCHContainerOps) { in runInvocation() 380 std::shared_ptr<CompilerInvocation> Invocation, FileManager *Files, in runInvocation() 381 std::shared_ptr<PCHContainerOperations> PCHContainerOps, in runInvocation() 408 std::shared_ptr<PCHContainerOperations> PCHContainerOps, in ClangTool() [all …]
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/ |
H A D | StringsAndChecksums.h | 74 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>;
|
/netbsd-src/external/apache2/llvm/dist/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); 180 std::shared_ptr<MCJITMemoryManager> MemMgr; 304 std::shared_ptr<MCJITMemoryManager> MemMgr, 305 std::shared_ptr<LegacyJITSymbolResolver> Resolver,
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/TextAPI/ |
H A D | InterfaceFile.cpp | 121 void InterfaceFile::addDocument(std::shared_ptr<InterfaceFile> &&Document) { in addDocument() 123 [](const std::shared_ptr<InterfaceFile> &LHS, in addDocument() 124 const std::shared_ptr<InterfaceFile> &RHS) { in addDocument() 157 [](const std::shared_ptr<InterfaceFile> LHS, in operator ==() 158 const std::shared_ptr<InterfaceFile> RHS) { in operator ==()
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Tooling/Refactoring/ |
H A D | RefactoringActionRuleRequirements.h | 87 virtual ArrayRef<std::shared_ptr<RefactoringOption>> 100 ArrayRef<std::shared_ptr<RefactoringOption>> 116 std::shared_ptr<RefactoringOption> Opt;
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/ |
H A D | PCHContainerOperations.cpp | 29 std::shared_ptr<PCHBuffer> Buffer; 34 std::shared_ptr<PCHBuffer> Buffer) in RawPCHContainerGenerator() 56 std::shared_ptr<PCHBuffer> Buffer) const { in CreatePCHContainerGenerator()
|
/netbsd-src/external/bsd/kyua-cli/dist/store/ |
H A D | transaction.hpp | 80 std::shared_ptr< impl > _pimpl; 83 results_iterator(std::shared_ptr< impl >); 109 std::shared_ptr< impl > _pimpl;
|