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

1 2 34 5

  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/profile/
multimap.h 85 noexcept(is_nothrow_copy_constructible<_Compare>::value) function in class:__profile::multimap
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.7/include/bits/
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/9/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
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/profile/
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
multimap.h 85 noexcept(is_nothrow_copy_constructible<_Compare>::value) function in class:__profile::multimap
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_bvector.h 112 swap(_Bit_reference __x, _Bit_reference __y) noexcept
120 swap(_Bit_reference __x, bool& __y) noexcept
128 swap(bool& __x, _Bit_reference __y) noexcept
453 _Bvector_base(_Bvector_base&& __x) noexcept member in struct:_Bvector_base
591 vector(vector&& __x) noexcept
721 cbegin() const noexcept
725 cend() const noexcept
729 crbegin() const noexcept
733 crend() const noexcept
1147 operator()(const _GLIBCXX_STD_C::vector<bool, _Alloc>&) const noexcept;
    [all...]
stl_map.h 192 noexcept(is_nothrow_copy_constructible<_Compare>::value) function in class:map
393 cbegin() const noexcept
402 cend() const noexcept
411 crbegin() const noexcept
420 crend() const noexcept
    [all...]
stl_multimap.h 189 noexcept(is_nothrow_copy_constructible<_Compare>::value) function in class:multimap
387 cbegin() const noexcept
396 cend() const noexcept
405 crbegin() const noexcept
414 crend() const noexcept
    [all...]
stl_multiset.h 201 noexcept(is_nothrow_copy_constructible<_Compare>::value) function in class:multiset
332 cbegin() const noexcept
341 cend() const noexcept
350 crbegin() const noexcept
359 crend() const noexcept
stl_set.h 205 noexcept(is_nothrow_copy_constructible<_Compare>::value) function in class:set
335 cbegin() const noexcept
344 cend() const noexcept
353 crbegin() const noexcept
362 crend() const noexcept
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/debug/
map.h 96 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 97 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 96 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 96 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
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/profile/
map.h 94 noexcept(is_nothrow_copy_constructible<_Compare>::value) function in class:__profile::map
185 cbegin() const noexcept
189 cend() const noexcept
193 crbegin() const noexcept
200 crend() const noexcept
multimap.h 90 noexcept(is_nothrow_copy_constructible<_Compare>::value) function in class:__profile::multimap
166 cbegin() const noexcept
170 cend() const noexcept
174 crbegin() const noexcept
178 crend() const noexcept
multiset.h 90 noexcept(is_nothrow_copy_constructible<_Compare>::value) function in class:__profile::multiset
166 cbegin() const noexcept
170 cend() const noexcept
174 crbegin() const noexcept
178 crend() const noexcept
  /external/clang/test/CXX/special/class.copy/
implicit-move.cpp 9 ThrowingCopy() noexcept; member in struct:ThrowingCopy
10 ThrowingCopy(ThrowingCopy &&) noexcept; member in struct:ThrowingCopy
11 ThrowingCopy(const ThrowingCopy &) noexcept(false);
12 ThrowingCopy & operator =(ThrowingCopy &&) noexcept; member in struct:ThrowingCopy
13 ThrowingCopy & operator =(const ThrowingCopy &) noexcept(false);
18 HasCopyConstructor() noexcept; member in struct:HasCopyConstructor
19 HasCopyConstructor(const HasCopyConstructor &) noexcept(false);
24 HasCopyAssignment() noexcept; member in struct:HasCopyAssignment
25 HasCopyAssignment & operator =(const HasCopyAssignment &) noexcept(false);
30 HasMoveConstructor() noexcept; member in struct:HasMoveConstructor
31 HasMoveConstructor(HasMoveConstructor &&) noexcept; \/\/ expected-note {{copy assignment operator is implicitly deleted because 'HasMoveConstructor' has a user-declared move constructor}} member in struct:HasMoveConstructor
36 HasMoveAssignment() noexcept; member in struct:HasMoveAssignment
37 HasMoveAssignment & operator =(HasMoveAssignment &&) noexcept; member in struct:HasMoveAssignment
42 HasDestructor() noexcept; member in struct:HasDestructor
43 ~HasDestructor() noexcept; member in struct:HasDestructor
69 PrivateMove() noexcept; member in struct:PrivateMove
73 PrivateMove(PrivateMove &&) noexcept; member in struct:PrivateMove
74 PrivateMove & operator =(PrivateMove &&) noexcept; member in struct:PrivateMove
83 PrivateDestructor() noexcept; member in struct:PrivateDestructor
85 PrivateDestructor(PrivateDestructor &&) noexcept; member in struct:PrivateDestructor
87 ~PrivateDestructor() noexcept; member in struct:PrivateDestructor
96 NonTrivialCopyOnly() noexcept; member in struct:NonTrivialCopyOnly
108 ContainsConst() noexcept; member in struct:ContainsConst
114 ContainsRef() noexcept; member in struct:ContainsRef
159 ContainsRValueRef() noexcept; member in struct:ContainsRValueRef
    [all...]

Completed in 501 milliseconds

1 2 34 5