Home
last modified time | relevance | path

Searched refs:delete (Results 1 – 25 of 787) sorted by relevance

12345678910>>...32

/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-5/include/bits/
A Denable_special_members.h89 { constexpr _Enable_default_constructor() noexcept = delete; }; in _GLIBCXX_VISIBILITY()
93 { ~_Enable_destructor() noexcept = delete; }; in _GLIBCXX_VISIBILITY()
99 constexpr _Enable_copy_move(_Enable_copy_move const&) noexcept = delete; in _GLIBCXX_VISIBILITY()
114 operator=(_Enable_copy_move const&) noexcept = delete; in _GLIBCXX_VISIBILITY()
123 constexpr _Enable_copy_move(_Enable_copy_move const&) noexcept = delete; in _GLIBCXX_VISIBILITY()
126 operator=(_Enable_copy_move const&) noexcept = delete; in _GLIBCXX_VISIBILITY()
136 constexpr _Enable_copy_move(_Enable_copy_move&&) noexcept = delete; in _GLIBCXX_VISIBILITY()
147 constexpr _Enable_copy_move(_Enable_copy_move const&) noexcept = delete; in _GLIBCXX_VISIBILITY()
148 constexpr _Enable_copy_move(_Enable_copy_move&&) noexcept = delete; in _GLIBCXX_VISIBILITY()
160 constexpr _Enable_copy_move(_Enable_copy_move&&) noexcept = delete; in _GLIBCXX_VISIBILITY()
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/include/bits/
A Denable_special_members.h89 { constexpr _Enable_default_constructor() noexcept = delete; }; in _GLIBCXX_VISIBILITY()
93 { ~_Enable_destructor() noexcept = delete; }; in _GLIBCXX_VISIBILITY()
99 constexpr _Enable_copy_move(_Enable_copy_move const&) noexcept = delete; in _GLIBCXX_VISIBILITY()
114 operator=(_Enable_copy_move const&) noexcept = delete; in _GLIBCXX_VISIBILITY()
123 constexpr _Enable_copy_move(_Enable_copy_move const&) noexcept = delete; in _GLIBCXX_VISIBILITY()
126 operator=(_Enable_copy_move const&) noexcept = delete; in _GLIBCXX_VISIBILITY()
136 constexpr _Enable_copy_move(_Enable_copy_move&&) noexcept = delete; in _GLIBCXX_VISIBILITY()
147 constexpr _Enable_copy_move(_Enable_copy_move const&) noexcept = delete; in _GLIBCXX_VISIBILITY()
148 constexpr _Enable_copy_move(_Enable_copy_move&&) noexcept = delete; in _GLIBCXX_VISIBILITY()
160 constexpr _Enable_copy_move(_Enable_copy_move&&) noexcept = delete; in _GLIBCXX_VISIBILITY()
[all …]
A Dstd_mutex.h81 __mutex_base(const __mutex_base&) = delete; in _GLIBCXX_VISIBILITY()
82 __mutex_base& operator=(const __mutex_base&) = delete; in _GLIBCXX_VISIBILITY()
97 mutex(const mutex&) = delete; in _GLIBCXX_VISIBILITY()
98 mutex& operator=(const mutex&) = delete; in _GLIBCXX_VISIBILITY()
170 lock_guard(const lock_guard&) = delete; in _GLIBCXX_VISIBILITY()
171 lock_guard& operator=(const lock_guard&) = delete; in _GLIBCXX_VISIBILITY()
235 unique_lock(const unique_lock&) = delete; in _GLIBCXX_VISIBILITY()
236 unique_lock& operator=(const unique_lock&) = delete; in _GLIBCXX_VISIBILITY()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-4.9/include/bits/
A Denable_special_members.h89 { constexpr _Enable_default_constructor() noexcept = delete; }; in _GLIBCXX_VISIBILITY()
93 { ~_Enable_destructor() noexcept = delete; }; in _GLIBCXX_VISIBILITY()
99 constexpr _Enable_copy_move(_Enable_copy_move const&) noexcept = delete; in _GLIBCXX_VISIBILITY()
114 operator=(_Enable_copy_move const&) noexcept = delete; in _GLIBCXX_VISIBILITY()
123 constexpr _Enable_copy_move(_Enable_copy_move const&) noexcept = delete; in _GLIBCXX_VISIBILITY()
126 operator=(_Enable_copy_move const&) noexcept = delete; in _GLIBCXX_VISIBILITY()
136 constexpr _Enable_copy_move(_Enable_copy_move&&) noexcept = delete; in _GLIBCXX_VISIBILITY()
147 constexpr _Enable_copy_move(_Enable_copy_move const&) noexcept = delete; in _GLIBCXX_VISIBILITY()
148 constexpr _Enable_copy_move(_Enable_copy_move&&) noexcept = delete; in _GLIBCXX_VISIBILITY()
160 constexpr _Enable_copy_move(_Enable_copy_move&&) noexcept = delete; in _GLIBCXX_VISIBILITY()
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/include/bits/
A Denable_special_members.h110 constexpr _Enable_default_constructor() noexcept = delete; in _GLIBCXX_VISIBILITY()
127 { ~_Enable_destructor() noexcept = delete; }; in _GLIBCXX_VISIBILITY()
133 constexpr _Enable_copy_move(_Enable_copy_move const&) noexcept = delete; in _GLIBCXX_VISIBILITY()
148 operator=(_Enable_copy_move const&) noexcept = delete; in _GLIBCXX_VISIBILITY()
157 constexpr _Enable_copy_move(_Enable_copy_move const&) noexcept = delete; in _GLIBCXX_VISIBILITY()
160 operator=(_Enable_copy_move const&) noexcept = delete; in _GLIBCXX_VISIBILITY()
170 constexpr _Enable_copy_move(_Enable_copy_move&&) noexcept = delete; in _GLIBCXX_VISIBILITY()
181 constexpr _Enable_copy_move(_Enable_copy_move const&) noexcept = delete; in _GLIBCXX_VISIBILITY()
182 constexpr _Enable_copy_move(_Enable_copy_move&&) noexcept = delete; in _GLIBCXX_VISIBILITY()
194 constexpr _Enable_copy_move(_Enable_copy_move&&) noexcept = delete; in _GLIBCXX_VISIBILITY()
[all …]
A Dstd_mutex.h78 __mutex_base(const __mutex_base&) = delete; in _GLIBCXX_VISIBILITY()
79 __mutex_base& operator=(const __mutex_base&) = delete; in _GLIBCXX_VISIBILITY()
94 mutex(const mutex&) = delete; in _GLIBCXX_VISIBILITY()
95 mutex& operator=(const mutex&) = delete; in _GLIBCXX_VISIBILITY()
167 lock_guard(const lock_guard&) = delete; in _GLIBCXX_VISIBILITY()
168 lock_guard& operator=(const lock_guard&) = delete; in _GLIBCXX_VISIBILITY()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/include/bits/
A Denable_special_members.h112 constexpr _Enable_default_constructor() noexcept = delete; in _GLIBCXX_VISIBILITY()
129 { ~_Enable_destructor() noexcept = delete; }; in _GLIBCXX_VISIBILITY()
135 constexpr _Enable_copy_move(_Enable_copy_move const&) noexcept = delete; in _GLIBCXX_VISIBILITY()
150 operator=(_Enable_copy_move const&) noexcept = delete; in _GLIBCXX_VISIBILITY()
159 constexpr _Enable_copy_move(_Enable_copy_move const&) noexcept = delete; in _GLIBCXX_VISIBILITY()
162 operator=(_Enable_copy_move const&) noexcept = delete; in _GLIBCXX_VISIBILITY()
172 constexpr _Enable_copy_move(_Enable_copy_move&&) noexcept = delete; in _GLIBCXX_VISIBILITY()
183 constexpr _Enable_copy_move(_Enable_copy_move const&) noexcept = delete; in _GLIBCXX_VISIBILITY()
184 constexpr _Enable_copy_move(_Enable_copy_move&&) noexcept = delete; in _GLIBCXX_VISIBILITY()
196 constexpr _Enable_copy_move(_Enable_copy_move&&) noexcept = delete; in _GLIBCXX_VISIBILITY()
[all …]
A Dstd_mutex.h78 __mutex_base(const __mutex_base&) = delete; in _GLIBCXX_VISIBILITY()
79 __mutex_base& operator=(const __mutex_base&) = delete; in _GLIBCXX_VISIBILITY()
94 mutex(const mutex&) = delete; in _GLIBCXX_VISIBILITY()
95 mutex& operator=(const mutex&) = delete; in _GLIBCXX_VISIBILITY()
145 __condvar(const __condvar&) = delete; in _GLIBCXX_VISIBILITY()
146 __condvar& operator=(const __condvar&) = delete; in _GLIBCXX_VISIBILITY()
237 lock_guard(const lock_guard&) = delete; in _GLIBCXX_VISIBILITY()
238 lock_guard& operator=(const lock_guard&) = delete; in _GLIBCXX_VISIBILITY()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-8/include/bits/
A Denable_special_members.h110 constexpr _Enable_default_constructor() noexcept = delete; in _GLIBCXX_VISIBILITY()
127 { ~_Enable_destructor() noexcept = delete; }; in _GLIBCXX_VISIBILITY()
133 constexpr _Enable_copy_move(_Enable_copy_move const&) noexcept = delete; in _GLIBCXX_VISIBILITY()
148 operator=(_Enable_copy_move const&) noexcept = delete; in _GLIBCXX_VISIBILITY()
157 constexpr _Enable_copy_move(_Enable_copy_move const&) noexcept = delete; in _GLIBCXX_VISIBILITY()
160 operator=(_Enable_copy_move const&) noexcept = delete; in _GLIBCXX_VISIBILITY()
170 constexpr _Enable_copy_move(_Enable_copy_move&&) noexcept = delete; in _GLIBCXX_VISIBILITY()
181 constexpr _Enable_copy_move(_Enable_copy_move const&) noexcept = delete; in _GLIBCXX_VISIBILITY()
182 constexpr _Enable_copy_move(_Enable_copy_move&&) noexcept = delete; in _GLIBCXX_VISIBILITY()
194 constexpr _Enable_copy_move(_Enable_copy_move&&) noexcept = delete; in _GLIBCXX_VISIBILITY()
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-7/include/bits/
A Denable_special_members.h110 constexpr _Enable_default_constructor() noexcept = delete; in _GLIBCXX_VISIBILITY()
127 { ~_Enable_destructor() noexcept = delete; }; in _GLIBCXX_VISIBILITY()
133 constexpr _Enable_copy_move(_Enable_copy_move const&) noexcept = delete; in _GLIBCXX_VISIBILITY()
148 operator=(_Enable_copy_move const&) noexcept = delete; in _GLIBCXX_VISIBILITY()
157 constexpr _Enable_copy_move(_Enable_copy_move const&) noexcept = delete; in _GLIBCXX_VISIBILITY()
160 operator=(_Enable_copy_move const&) noexcept = delete; in _GLIBCXX_VISIBILITY()
170 constexpr _Enable_copy_move(_Enable_copy_move&&) noexcept = delete; in _GLIBCXX_VISIBILITY()
181 constexpr _Enable_copy_move(_Enable_copy_move const&) noexcept = delete; in _GLIBCXX_VISIBILITY()
182 constexpr _Enable_copy_move(_Enable_copy_move&&) noexcept = delete; in _GLIBCXX_VISIBILITY()
194 constexpr _Enable_copy_move(_Enable_copy_move&&) noexcept = delete; in _GLIBCXX_VISIBILITY()
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/include/bits/
A Denable_special_members.h110 constexpr _Enable_default_constructor() noexcept = delete; in _GLIBCXX_VISIBILITY()
127 { ~_Enable_destructor() noexcept = delete; }; in _GLIBCXX_VISIBILITY()
133 constexpr _Enable_copy_move(_Enable_copy_move const&) noexcept = delete; in _GLIBCXX_VISIBILITY()
148 operator=(_Enable_copy_move const&) noexcept = delete; in _GLIBCXX_VISIBILITY()
157 constexpr _Enable_copy_move(_Enable_copy_move const&) noexcept = delete; in _GLIBCXX_VISIBILITY()
160 operator=(_Enable_copy_move const&) noexcept = delete; in _GLIBCXX_VISIBILITY()
170 constexpr _Enable_copy_move(_Enable_copy_move&&) noexcept = delete; in _GLIBCXX_VISIBILITY()
181 constexpr _Enable_copy_move(_Enable_copy_move const&) noexcept = delete; in _GLIBCXX_VISIBILITY()
182 constexpr _Enable_copy_move(_Enable_copy_move&&) noexcept = delete; in _GLIBCXX_VISIBILITY()
194 constexpr _Enable_copy_move(_Enable_copy_move&&) noexcept = delete; in _GLIBCXX_VISIBILITY()
[all …]
A Dstd_mutex.h78 __mutex_base(const __mutex_base&) = delete; in _GLIBCXX_VISIBILITY()
79 __mutex_base& operator=(const __mutex_base&) = delete; in _GLIBCXX_VISIBILITY()
94 mutex(const mutex&) = delete; in _GLIBCXX_VISIBILITY()
95 mutex& operator=(const mutex&) = delete; in _GLIBCXX_VISIBILITY()
167 lock_guard(const lock_guard&) = delete; in _GLIBCXX_VISIBILITY()
168 lock_guard& operator=(const lock_guard&) = delete; in _GLIBCXX_VISIBILITY()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-8/libsupc++/
A Dnew112 * - normal array new and delete (same)
115 * - @c nothrow array new and delete (same)
124 void operator delete(void*) _GLIBCXX_USE_NOEXCEPT
126 void operator delete[](void*) _GLIBCXX_USE_NOEXCEPT
147 void operator delete(void*, std::align_val_t)
155 void operator delete[](void*, std::align_val_t)
173 // Default placement versions of operator delete.
207 void launder(void*) = delete;
208 void launder(const void*) = delete;
209 void launder(volatile void*) = delete;
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-7/libsupc++/
A Dnew112 * - normal array new and delete (same)
115 * - @c nothrow array new and delete (same)
124 void operator delete(void*) _GLIBCXX_USE_NOEXCEPT
126 void operator delete[](void*) _GLIBCXX_USE_NOEXCEPT
147 void operator delete(void*, std::align_val_t)
155 void operator delete[](void*, std::align_val_t)
173 // Default placement versions of operator delete.
207 void launder(void*) = delete;
208 void launder(const void*) = delete;
209 void launder(volatile void*) = delete;
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/libsupc++/
A Dnew118 * - normal array new and delete (same)
121 * - @c nothrow array new and delete (same)
130 void operator delete(void*) _GLIBCXX_USE_NOEXCEPT
132 void operator delete[](void*) _GLIBCXX_USE_NOEXCEPT
153 void operator delete(void*, std::align_val_t)
161 void operator delete[](void*, std::align_val_t)
179 // Default placement versions of operator delete.
204 void launder(void*) = delete;
205 void launder(const void*) = delete;
206 void launder(volatile void*) = delete;
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/libsupc++/
A Dnew118 * - normal array new and delete (same)
121 * - @c nothrow array new and delete (same)
130 void operator delete(void*) _GLIBCXX_USE_NOEXCEPT
132 void operator delete[](void*) _GLIBCXX_USE_NOEXCEPT
153 void operator delete(void*, std::align_val_t)
161 void operator delete[](void*, std::align_val_t)
179 // Default placement versions of operator delete.
204 void launder(void*) = delete;
205 void launder(const void*) = delete;
206 void launder(volatile void*) = delete;
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/libsupc++/
A Dnew117 * - normal array new and delete (same)
120 * - @c nothrow array new and delete (same)
129 void operator delete(void*) _GLIBCXX_USE_NOEXCEPT
131 void operator delete[](void*) _GLIBCXX_USE_NOEXCEPT
152 void operator delete(void*, std::align_val_t)
160 void operator delete[](void*, std::align_val_t)
178 // Default placement versions of operator delete.
203 void launder(void*) = delete;
204 void launder(const void*) = delete;
205 void launder(volatile void*) = delete;
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/libsupc++/
A Dnew108 * - normal array new and delete (same)
111 * - @c nothrow array new and delete (same)
113 * Placement new and delete signatures (take a memory address argument,
120 void operator delete(void*) _GLIBCXX_USE_NOEXCEPT
122 void operator delete[](void*) _GLIBCXX_USE_NOEXCEPT
125 void operator delete(void*, std::size_t) _GLIBCXX_USE_NOEXCEPT
127 void operator delete[](void*, std::size_t) _GLIBCXX_USE_NOEXCEPT
134 void operator delete(void*, const std::nothrow_t&) _GLIBCXX_USE_NOEXCEPT
151 // Default placement versions of operator delete.
152 inline void operator delete (void*, void*) _GLIBCXX_USE_NOEXCEPT { }
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-4.9/include/std/
A Datomic169 atomic(const atomic&) = delete;
302 atomic(const atomic&) = delete;
491 atomic(const atomic&) = delete;
510 atomic(const atomic&) = delete;
529 atomic(const atomic&) = delete;
548 atomic(const atomic&) = delete;
567 atomic(const atomic&) = delete;
586 atomic(const atomic&) = delete;
605 atomic(const atomic&) = delete;
624 atomic(const atomic&) = delete;
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-5/libsupc++/
A Dnew103 * - normal array new and delete (same)
104 * - @c nothrow single new and delete (take a @c nothrow argument, return
106 * - @c nothrow array new and delete (same)
108 * Placement new and delete signatures (take a memory address argument,
115 void operator delete(void*) _GLIBCXX_USE_NOEXCEPT
117 void operator delete[](void*) _GLIBCXX_USE_NOEXCEPT
123 void operator delete(void*, const std::nothrow_t&) _GLIBCXX_USE_NOEXCEPT
125 void operator delete[](void*, const std::nothrow_t&) _GLIBCXX_USE_NOEXCEPT
134 // Default placement versions of operator delete.
135 inline void operator delete (void*, void*) _GLIBCXX_USE_NOEXCEPT { }
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-4.9/libsupc++/
A Dnew120 * - normal array new and delete (same)
121 * - @c nothrow single new and delete (take a @c nothrow argument, return
123 * - @c nothrow array new and delete (same)
125 * Placement new and delete signatures (take a memory address argument,
132 void operator delete(void*) _GLIBCXX_USE_NOEXCEPT
134 void operator delete[](void*) _GLIBCXX_USE_NOEXCEPT
140 void operator delete(void*, const std::nothrow_t&) _GLIBCXX_USE_NOEXCEPT
142 void operator delete[](void*, const std::nothrow_t&) _GLIBCXX_USE_NOEXCEPT
151 // Default placement versions of operator delete.
152 inline void operator delete (void*, void*) _GLIBCXX_USE_NOEXCEPT { }
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-5/include/std/
A Datomic66 atomic(const atomic&) = delete;
187 atomic(const atomic&) = delete;
332 atomic(const atomic&) = delete;
521 atomic(const atomic&) = delete;
540 atomic(const atomic&) = delete;
559 atomic(const atomic&) = delete;
578 atomic(const atomic&) = delete;
597 atomic(const atomic&) = delete;
616 atomic(const atomic&) = delete;
635 atomic(const atomic&) = delete;
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/include/std/
A Datomic66 atomic(const atomic&) = delete;
187 atomic(const atomic&) = delete;
332 atomic(const atomic&) = delete;
521 atomic(const atomic&) = delete;
540 atomic(const atomic&) = delete;
559 atomic(const atomic&) = delete;
578 atomic(const atomic&) = delete;
597 atomic(const atomic&) = delete;
616 atomic(const atomic&) = delete;
635 atomic(const atomic&) = delete;
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/include/std/
A Datomic72 atomic(const atomic&) = delete;
211 atomic(const atomic&) = delete;
378 atomic(const atomic&) = delete;
651 atomic(const atomic&) = delete;
674 atomic(const atomic&) = delete;
697 atomic(const atomic&) = delete;
720 atomic(const atomic&) = delete;
743 atomic(const atomic&) = delete;
766 atomic(const atomic&) = delete;
789 atomic(const atomic&) = delete;
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/include/std/
A Datomic72 atomic(const atomic&) = delete;
227 atomic(const atomic&) = delete;
418 atomic(const atomic&) = delete;
706 atomic(const atomic&) = delete;
729 atomic(const atomic&) = delete;
752 atomic(const atomic&) = delete;
775 atomic(const atomic&) = delete;
798 atomic(const atomic&) = delete;
821 atomic(const atomic&) = delete;
844 atomic(const atomic&) = delete;
[all …]

Completed in 51 milliseconds

12345678910>>...32