HomeSort by relevance Sort by last modified time
    Searched refs:_GLIBCXX_USE_NOEXCEPT (Results 1 - 25 of 45) sorted by null

1 2

  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
exception_ptr.h 62 exception_ptr current_exception() _GLIBCXX_USE_NOEXCEPT;
77 explicit exception_ptr(void* __e) _GLIBCXX_USE_NOEXCEPT;
79 void _M_addref() _GLIBCXX_USE_NOEXCEPT;
80 void _M_release() _GLIBCXX_USE_NOEXCEPT;
84 friend exception_ptr std::current_exception() _GLIBCXX_USE_NOEXCEPT;
88 exception_ptr() _GLIBCXX_USE_NOEXCEPT;
90 exception_ptr(const exception_ptr&) _GLIBCXX_USE_NOEXCEPT;
106 exception_ptr(__safe_bool) _GLIBCXX_USE_NOEXCEPT;
110 operator=(const exception_ptr&) _GLIBCXX_USE_NOEXCEPT;
121 ~exception_ptr() _GLIBCXX_USE_NOEXCEPT;
    [all...]
streambuf_iterator.h 104 _GLIBCXX_CONSTEXPR istreambuf_iterator() _GLIBCXX_USE_NOEXCEPT
114 istreambuf_iterator(istream_type& __s) _GLIBCXX_USE_NOEXCEPT
118 istreambuf_iterator(streambuf_type* __s) _GLIBCXX_USE_NOEXCEPT
243 ostreambuf_iterator(ostream_type& __s) _GLIBCXX_USE_NOEXCEPT
247 ostreambuf_iterator(streambuf_type* __s) _GLIBCXX_USE_NOEXCEPT
277 failed() const _GLIBCXX_USE_NOEXCEPT
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
exception_ptr.h 62 exception_ptr current_exception() _GLIBCXX_USE_NOEXCEPT;
77 explicit exception_ptr(void* __e) _GLIBCXX_USE_NOEXCEPT;
79 void _M_addref() _GLIBCXX_USE_NOEXCEPT;
80 void _M_release() _GLIBCXX_USE_NOEXCEPT;
84 friend exception_ptr std::current_exception() _GLIBCXX_USE_NOEXCEPT;
88 exception_ptr() _GLIBCXX_USE_NOEXCEPT;
90 exception_ptr(const exception_ptr&) _GLIBCXX_USE_NOEXCEPT;
106 exception_ptr(__safe_bool) _GLIBCXX_USE_NOEXCEPT;
110 operator=(const exception_ptr&) _GLIBCXX_USE_NOEXCEPT;
121 ~exception_ptr() _GLIBCXX_USE_NOEXCEPT;
    [all...]
streambuf_iterator.h 104 _GLIBCXX_CONSTEXPR istreambuf_iterator() _GLIBCXX_USE_NOEXCEPT
114 istreambuf_iterator(istream_type& __s) _GLIBCXX_USE_NOEXCEPT
118 istreambuf_iterator(streambuf_type* __s) _GLIBCXX_USE_NOEXCEPT
243 ostreambuf_iterator(ostream_type& __s) _GLIBCXX_USE_NOEXCEPT
247 ostreambuf_iterator(streambuf_type* __s) _GLIBCXX_USE_NOEXCEPT
277 failed() const _GLIBCXX_USE_NOEXCEPT
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
exception_ptr.h 64 exception_ptr current_exception() _GLIBCXX_USE_NOEXCEPT;
79 explicit exception_ptr(void* __e) _GLIBCXX_USE_NOEXCEPT;
81 void _M_addref() _GLIBCXX_USE_NOEXCEPT;
82 void _M_release() _GLIBCXX_USE_NOEXCEPT;
86 friend exception_ptr std::current_exception() _GLIBCXX_USE_NOEXCEPT;
90 exception_ptr() _GLIBCXX_USE_NOEXCEPT;
92 exception_ptr(const exception_ptr&) _GLIBCXX_USE_NOEXCEPT;
108 exception_ptr(__safe_bool) _GLIBCXX_USE_NOEXCEPT;
112 operator=(const exception_ptr&) _GLIBCXX_USE_NOEXCEPT;
123 ~exception_ptr() _GLIBCXX_USE_NOEXCEPT;
    [all...]
streambuf_iterator.h 102 _GLIBCXX_CONSTEXPR istreambuf_iterator() _GLIBCXX_USE_NOEXCEPT
112 istreambuf_iterator(istream_type& __s) _GLIBCXX_USE_NOEXCEPT
116 istreambuf_iterator(streambuf_type* __s) _GLIBCXX_USE_NOEXCEPT
241 ostreambuf_iterator(ostream_type& __s) _GLIBCXX_USE_NOEXCEPT
245 ostreambuf_iterator(streambuf_type* __s) _GLIBCXX_USE_NOEXCEPT
275 failed() const _GLIBCXX_USE_NOEXCEPT
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/
malloc_allocator.h 70 malloc_allocator() _GLIBCXX_USE_NOEXCEPT { }
72 malloc_allocator(const malloc_allocator&) _GLIBCXX_USE_NOEXCEPT { }
76 _GLIBCXX_USE_NOEXCEPT { }
78 ~malloc_allocator() _GLIBCXX_USE_NOEXCEPT { }
108 max_size() const _GLIBCXX_USE_NOEXCEPT
new_allocator.h 69 new_allocator() _GLIBCXX_USE_NOEXCEPT { }
71 new_allocator(const new_allocator&) _GLIBCXX_USE_NOEXCEPT { }
74 new_allocator(const new_allocator<_Tp1>&) _GLIBCXX_USE_NOEXCEPT { }
76 ~new_allocator() _GLIBCXX_USE_NOEXCEPT { }
103 max_size() const _GLIBCXX_USE_NOEXCEPT
array_allocator.h 74 max_size() const _GLIBCXX_USE_NOEXCEPT
125 array_allocator(array_type* __array = 0) _GLIBCXX_USE_NOEXCEPT
128 array_allocator(const array_allocator& __o) _GLIBCXX_USE_NOEXCEPT
133 _GLIBCXX_USE_NOEXCEPT
136 ~array_allocator() _GLIBCXX_USE_NOEXCEPT { }
extptr_allocator.h 75 _ExtPtr_allocator() _GLIBCXX_USE_NOEXCEPT
78 _ExtPtr_allocator(const _ExtPtr_allocator& __rarg) _GLIBCXX_USE_NOEXCEPT
83 _GLIBCXX_USE_NOEXCEPT
86 ~_ExtPtr_allocator() _GLIBCXX_USE_NOEXCEPT
101 size_type max_size() const _GLIBCXX_USE_NOEXCEPT
pool_allocator.h 143 __pool_alloc() _GLIBCXX_USE_NOEXCEPT { }
145 __pool_alloc(const __pool_alloc&) _GLIBCXX_USE_NOEXCEPT { }
148 __pool_alloc(const __pool_alloc<_Tp1>&) _GLIBCXX_USE_NOEXCEPT { }
150 ~__pool_alloc() _GLIBCXX_USE_NOEXCEPT { }
161 max_size() const _GLIBCXX_USE_NOEXCEPT
throw_allocator.h 621 max_size() const _GLIBCXX_USE_NOEXCEPT
704 throw_allocator_limit() _GLIBCXX_USE_NOEXCEPT { }
707 _GLIBCXX_USE_NOEXCEPT { }
711 _GLIBCXX_USE_NOEXCEPT { }
713 ~throw_allocator_limit() _GLIBCXX_USE_NOEXCEPT { }
725 throw_allocator_random() _GLIBCXX_USE_NOEXCEPT { }
728 _GLIBCXX_USE_NOEXCEPT { }
732 _GLIBCXX_USE_NOEXCEPT { }
734 ~throw_allocator_random() _GLIBCXX_USE_NOEXCEPT { }
mt_allocator.h 588 max_size() const _GLIBCXX_USE_NOEXCEPT
651 __mt_alloc() _GLIBCXX_USE_NOEXCEPT { }
653 __mt_alloc(const __mt_alloc&) _GLIBCXX_USE_NOEXCEPT { }
656 __mt_alloc(const __mt_alloc<_Tp1, _Poolp1>&) _GLIBCXX_USE_NOEXCEPT { }
658 ~__mt_alloc() _GLIBCXX_USE_NOEXCEPT { }
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/
malloc_allocator.h 70 malloc_allocator() _GLIBCXX_USE_NOEXCEPT { }
72 malloc_allocator(const malloc_allocator&) _GLIBCXX_USE_NOEXCEPT { }
76 _GLIBCXX_USE_NOEXCEPT { }
78 ~malloc_allocator() _GLIBCXX_USE_NOEXCEPT { }
108 max_size() const _GLIBCXX_USE_NOEXCEPT
new_allocator.h 69 new_allocator() _GLIBCXX_USE_NOEXCEPT { }
71 new_allocator(const new_allocator&) _GLIBCXX_USE_NOEXCEPT { }
74 new_allocator(const new_allocator<_Tp1>&) _GLIBCXX_USE_NOEXCEPT { }
76 ~new_allocator() _GLIBCXX_USE_NOEXCEPT { }
103 max_size() const _GLIBCXX_USE_NOEXCEPT
array_allocator.h 74 max_size() const _GLIBCXX_USE_NOEXCEPT
125 array_allocator(array_type* __array = 0) _GLIBCXX_USE_NOEXCEPT
128 array_allocator(const array_allocator& __o) _GLIBCXX_USE_NOEXCEPT
133 _GLIBCXX_USE_NOEXCEPT
136 ~array_allocator() _GLIBCXX_USE_NOEXCEPT { }
extptr_allocator.h 75 _ExtPtr_allocator() _GLIBCXX_USE_NOEXCEPT
78 _ExtPtr_allocator(const _ExtPtr_allocator& __rarg) _GLIBCXX_USE_NOEXCEPT
83 _GLIBCXX_USE_NOEXCEPT
86 ~_ExtPtr_allocator() _GLIBCXX_USE_NOEXCEPT
101 size_type max_size() const _GLIBCXX_USE_NOEXCEPT
pool_allocator.h 143 __pool_alloc() _GLIBCXX_USE_NOEXCEPT { }
145 __pool_alloc(const __pool_alloc&) _GLIBCXX_USE_NOEXCEPT { }
148 __pool_alloc(const __pool_alloc<_Tp1>&) _GLIBCXX_USE_NOEXCEPT { }
150 ~__pool_alloc() _GLIBCXX_USE_NOEXCEPT { }
161 max_size() const _GLIBCXX_USE_NOEXCEPT
throw_allocator.h 621 max_size() const _GLIBCXX_USE_NOEXCEPT
704 throw_allocator_limit() _GLIBCXX_USE_NOEXCEPT { }
707 _GLIBCXX_USE_NOEXCEPT { }
711 _GLIBCXX_USE_NOEXCEPT { }
713 ~throw_allocator_limit() _GLIBCXX_USE_NOEXCEPT { }
725 throw_allocator_random() _GLIBCXX_USE_NOEXCEPT { }
728 _GLIBCXX_USE_NOEXCEPT { }
732 _GLIBCXX_USE_NOEXCEPT { }
734 ~throw_allocator_random() _GLIBCXX_USE_NOEXCEPT { }
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/
malloc_allocator.h 77 malloc_allocator() _GLIBCXX_USE_NOEXCEPT { }
79 malloc_allocator(const malloc_allocator&) _GLIBCXX_USE_NOEXCEPT { }
83 _GLIBCXX_USE_NOEXCEPT { }
85 ~malloc_allocator() _GLIBCXX_USE_NOEXCEPT { }
115 max_size() const _GLIBCXX_USE_NOEXCEPT
new_allocator.h 79 new_allocator() _GLIBCXX_USE_NOEXCEPT { }
81 new_allocator(const new_allocator&) _GLIBCXX_USE_NOEXCEPT { }
84 new_allocator(const new_allocator<_Tp1>&) _GLIBCXX_USE_NOEXCEPT { }
86 ~new_allocator() _GLIBCXX_USE_NOEXCEPT { }
113 max_size() const _GLIBCXX_USE_NOEXCEPT
array_allocator.h 76 max_size() const _GLIBCXX_USE_NOEXCEPT
133 array_allocator(array_type* __array = 0) _GLIBCXX_USE_NOEXCEPT
136 array_allocator(const array_allocator& __o) _GLIBCXX_USE_NOEXCEPT
141 _GLIBCXX_USE_NOEXCEPT
144 ~array_allocator() _GLIBCXX_USE_NOEXCEPT { }
extptr_allocator.h 75 _ExtPtr_allocator() _GLIBCXX_USE_NOEXCEPT
78 _ExtPtr_allocator(const _ExtPtr_allocator& __rarg) _GLIBCXX_USE_NOEXCEPT
83 _GLIBCXX_USE_NOEXCEPT
86 ~_ExtPtr_allocator() _GLIBCXX_USE_NOEXCEPT
101 size_type max_size() const _GLIBCXX_USE_NOEXCEPT
pool_allocator.h 150 __pool_alloc() _GLIBCXX_USE_NOEXCEPT { }
152 __pool_alloc(const __pool_alloc&) _GLIBCXX_USE_NOEXCEPT { }
155 __pool_alloc(const __pool_alloc<_Tp1>&) _GLIBCXX_USE_NOEXCEPT { }
157 ~__pool_alloc() _GLIBCXX_USE_NOEXCEPT { }
168 max_size() const _GLIBCXX_USE_NOEXCEPT
throw_allocator.h 661 max_size() const _GLIBCXX_USE_NOEXCEPT
744 throw_allocator_limit() _GLIBCXX_USE_NOEXCEPT { }
747 _GLIBCXX_USE_NOEXCEPT { }
751 _GLIBCXX_USE_NOEXCEPT { }
753 ~throw_allocator_limit() _GLIBCXX_USE_NOEXCEPT { }
765 throw_allocator_random() _GLIBCXX_USE_NOEXCEPT { }
768 _GLIBCXX_USE_NOEXCEPT { }
772 _GLIBCXX_USE_NOEXCEPT { }
774 ~throw_allocator_random() _GLIBCXX_USE_NOEXCEPT { }

Completed in 2657 milliseconds

1 2