HomeSort by relevance Sort by last modified time
    Searched defs:noexcept (Results 51 - 75 of 114) sorted by null

1 23 4 5

  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
stl_queue.h 246 noexcept(noexcept(swap(c, __q.c))) function in class:queue
316 noexcept(noexcept(__x.swap(__y))) function
535 noexcept(noexcept(swap(c, __pq.c)) && noexcept(swap(comp, __pq.comp)))
551 noexcept(noexcept(__x.swap(__y))) function
streambuf_iterator.h 108 istreambuf_iterator(const istreambuf_iterator&) noexcept = default; member in class:istreambuf_iterator
unique_ptr.h 52 constexpr default_delete() noexcept = default; member in struct:default_delete
56 default_delete(const default_delete<_Up>&) noexcept { }
73 constexpr default_delete() noexcept = default; member in struct:default_delete
114 constexpr unique_ptr() noexcept
120 unique_ptr(pointer __p) noexcept
127 deleter_type, const deleter_type&>::type __d) noexcept
131 typename std::remove_reference<deleter_type>::type&& __d) noexcept
136 constexpr unique_ptr(nullptr_t) noexcept
142 unique_ptr(unique_ptr&& __u) noexcept
155 unique_ptr(unique_ptr<_Up, _Ep>&& __u) noexcept
    [all...]
atomic_base.h 64 __cmpexch_failure_order(memory_order __m) noexcept
71 atomic_thread_fence(memory_order __m) noexcept
75 atomic_signal_fence(memory_order __m) noexcept
81 kill_dependency(_Tp __y) noexcept
245 atomic_flag() noexcept = default; member in struct:atomic_flag
246 ~atomic_flag() noexcept = default; member in struct:atomic_flag
252 constexpr atomic_flag(bool __i) noexcept member in struct:atomic_flag
257 test_and_set(memory_order __m = memory_order_seq_cst) noexcept
263 test_and_set(memory_order __m = memory_order_seq_cst) volatile noexcept
269 clear(memory_order __m = memory_order_seq_cst) noexcept
322 __atomic_base() noexcept = default; member in struct:__atomic_base
323 ~__atomic_base() noexcept = default; member in struct:__atomic_base
329 constexpr __atomic_base(__int_type __i) noexcept : _M_i (__i) { } member in struct:__atomic_base
    [all...]
stl_bvector.h 428 _Bvector_base(_Bvector_base&& __x) noexcept member in struct:_Bvector_base
548 vector(vector&& __x) noexcept
661 cbegin() const noexcept
665 cend() const noexcept
669 crbegin() const noexcept
673 crend() const noexcept
1078 operator()(const _GLIBCXX_STD_C::vector<bool, _Alloc>&) const noexcept;
stl_map.h 186 noexcept(is_nothrow_copy_constructible<_Compare>::value) function in class:map
387 cbegin() const noexcept
396 cend() const noexcept
405 crbegin() const noexcept
414 crend() const noexcept
    [all...]
stl_multimap.h 184 noexcept(is_nothrow_copy_constructible<_Compare>::value) function in class:multimap
382 cbegin() const noexcept
391 cend() const noexcept
400 crbegin() const noexcept
409 crend() const noexcept
stl_set.h 206 noexcept(is_nothrow_copy_constructible<_Compare>::value) function in class:set
336 cbegin() const noexcept
345 cend() const noexcept
354 crbegin() const noexcept
363 crend() const noexcept
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/profile/
multiset.h 85 noexcept(is_nothrow_copy_constructible<_Compare>::value) function in class:__profile::multiset
161 cbegin() const noexcept
165 cend() const noexcept
169 crbegin() const noexcept
173 crend() const noexcept
set.h 85 noexcept(is_nothrow_copy_constructible<_Compare>::value) function in class:__profile::set
161 cbegin() const noexcept
165 cend() const noexcept
169 crbegin() const noexcept
173 crend() const noexcept
map.h 89 noexcept(is_nothrow_copy_constructible<_Compare>::value) function in class:__profile::map
180 cbegin() const noexcept
184 cend() const noexcept
188 crbegin() const noexcept
195 crend() const noexcept
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
stl_multiset.h 197 noexcept(is_nothrow_copy_constructible<_Compare>::value) function in class:multiset
328 cbegin() const noexcept
337 cend() const noexcept
346 crbegin() const noexcept
355 crend() const noexcept
stl_queue.h 246 noexcept(noexcept(swap(c, __q.c))) function in class:queue
316 noexcept(noexcept(__x.swap(__y))) function
535 noexcept(noexcept(swap(c, __pq.c)) && noexcept(swap(comp, __pq.comp)))
551 noexcept(noexcept(__x.swap(__y))) function
streambuf_iterator.h 108 istreambuf_iterator(const istreambuf_iterator&) noexcept = default; member in class:istreambuf_iterator
unique_ptr.h 52 constexpr default_delete() noexcept = default; member in struct:default_delete
56 default_delete(const default_delete<_Up>&) noexcept { }
73 constexpr default_delete() noexcept = default; member in struct:default_delete
114 constexpr unique_ptr() noexcept
120 unique_ptr(pointer __p) noexcept
127 deleter_type, const deleter_type&>::type __d) noexcept
131 typename std::remove_reference<deleter_type>::type&& __d) noexcept
136 constexpr unique_ptr(nullptr_t) noexcept
142 unique_ptr(unique_ptr&& __u) noexcept
155 unique_ptr(unique_ptr<_Up, _Ep>&& __u) noexcept
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/profile/
multiset.h 85 noexcept(is_nothrow_copy_constructible<_Compare>::value) function in class:__profile::multiset
161 cbegin() const noexcept
165 cend() const noexcept
169 crbegin() const noexcept
173 crend() const noexcept
set.h 85 noexcept(is_nothrow_copy_constructible<_Compare>::value) function in class:__profile::set
161 cbegin() const noexcept
165 cend() const noexcept
169 crbegin() const noexcept
173 crend() const noexcept
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
stl_queue.h 247 noexcept(noexcept(swap(c, __q.c))) function in class:queue
317 noexcept(noexcept(__x.swap(__y))) function
541 noexcept(noexcept(swap(c, __pq.c)) && noexcept(swap(comp, __pq.comp)))
557 noexcept(noexcept(__x.swap(__y))) function
streambuf_iterator.h 106 istreambuf_iterator(const istreambuf_iterator&) noexcept = default; member in class:istreambuf_iterator
unique_ptr.h 56 constexpr default_delete() noexcept = default; member in struct:default_delete
60 default_delete(const default_delete<_Up>&) noexcept { }
88 constexpr default_delete() noexcept = default; member in struct:default_delete
92 default_delete(const default_delete<_Up[]>&) noexcept { }
135 constexpr unique_ptr() noexcept
141 unique_ptr(pointer __p) noexcept
148 deleter_type, const deleter_type&>::type __d) noexcept
152 typename remove_reference<deleter_type>::type&& __d) noexcept
157 constexpr unique_ptr(nullptr_t) noexcept : unique_ptr() { }
160 unique_ptr(unique_ptr&& __u) noexcept
176 unique_ptr(auto_ptr<_Up>&& __u) noexcept; member in class:unique_ptr
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/profile/
set.h 90 noexcept(is_nothrow_copy_constructible<_Compare>::value) function in class:__profile::set
166 cbegin() const noexcept
170 cend() const noexcept
174 crbegin() const noexcept
178 crend() const noexcept
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/debug/
map.h 97 noexcept(is_nothrow_copy_constructible<_Compare>::value) function in class:__debug::map
176 cbegin() const noexcept
180 cend() const noexcept
184 crbegin() const noexcept
188 crend() const noexcept
multimap.h 98 noexcept(is_nothrow_copy_constructible<_Compare>::value) function in class:__debug::multimap
175 cbegin() const noexcept
179 cend() const noexcept
183 crbegin() const noexcept
187 crend() const noexcept
multiset.h 97 noexcept(is_nothrow_copy_constructible<_Compare>::value) function in class:__debug::multiset
174 cbegin() const noexcept
178 cend() const noexcept
182 crbegin() const noexcept
186 crend() const noexcept
set.h 97 noexcept(is_nothrow_copy_constructible<_Compare>::value) function in class:__debug::set
174 cbegin() const noexcept
178 cend() const noexcept
182 crbegin() const noexcept
186 crend() const noexcept

Completed in 291 milliseconds

1 23 4 5