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

1 2

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/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
stl_list.h 83 swap(_List_node_base& __x, _List_node_base& __y) _GLIBCXX_USE_NOEXCEPT;
87 _List_node_base* const __last) _GLIBCXX_USE_NOEXCEPT;
90 _M_reverse() _GLIBCXX_USE_NOEXCEPT;
93 _M_hook(_List_node_base* const __position) _GLIBCXX_USE_NOEXCEPT;
96 _M_unhook() _GLIBCXX_USE_NOEXCEPT;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/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/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/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 { }
mt_allocator.h 596 max_size() const _GLIBCXX_USE_NOEXCEPT
659 __mt_alloc() _GLIBCXX_USE_NOEXCEPT { }
661 __mt_alloc(const __mt_alloc&) _GLIBCXX_USE_NOEXCEPT { }
664 __mt_alloc(const __mt_alloc<_Tp1, _Poolp1>&) _GLIBCXX_USE_NOEXCEPT { }
666 ~__mt_alloc() _GLIBCXX_USE_NOEXCEPT { }
bitmap_allocator.h 1002 bitmap_allocator() _GLIBCXX_USE_NOEXCEPT
1005 bitmap_allocator(const bitmap_allocator&) _GLIBCXX_USE_NOEXCEPT
1009 bitmap_allocator(const bitmap_allocator<_Tp1>&) _GLIBCXX_USE_NOEXCEPT
1012 ~bitmap_allocator() _GLIBCXX_USE_NOEXCEPT
1055 max_size() const _GLIBCXX_USE_NOEXCEPT
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/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 { }
mt_allocator.h 596 max_size() const _GLIBCXX_USE_NOEXCEPT
659 __mt_alloc() _GLIBCXX_USE_NOEXCEPT { }
661 __mt_alloc(const __mt_alloc&) _GLIBCXX_USE_NOEXCEPT { }
664 __mt_alloc(const __mt_alloc<_Tp1, _Poolp1>&) _GLIBCXX_USE_NOEXCEPT { }
666 ~__mt_alloc() _GLIBCXX_USE_NOEXCEPT { }
bitmap_allocator.h 1002 bitmap_allocator() _GLIBCXX_USE_NOEXCEPT
1005 bitmap_allocator(const bitmap_allocator&) _GLIBCXX_USE_NOEXCEPT
1009 bitmap_allocator(const bitmap_allocator<_Tp1>&) _GLIBCXX_USE_NOEXCEPT
1012 ~bitmap_allocator() _GLIBCXX_USE_NOEXCEPT
1055 max_size() const _GLIBCXX_USE_NOEXCEPT
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/x86_64-linux/32/bits/
c++config.h 110 # define _GLIBCXX_USE_NOEXCEPT noexcept
114 # define _GLIBCXX_USE_NOEXCEPT throw()
120 # define _GLIBCXX_NOTHROW _GLIBCXX_USE_NOEXCEPT
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/x86_64-linux/bits/
c++config.h 110 # define _GLIBCXX_USE_NOEXCEPT noexcept
114 # define _GLIBCXX_USE_NOEXCEPT throw()
120 # define _GLIBCXX_NOTHROW _GLIBCXX_USE_NOEXCEPT
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/x86_64-w64-mingw32/32/bits/
c++config.h 110 # define _GLIBCXX_USE_NOEXCEPT noexcept
114 # define _GLIBCXX_USE_NOEXCEPT throw()
120 # define _GLIBCXX_NOTHROW _GLIBCXX_USE_NOEXCEPT
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/x86_64-w64-mingw32/bits/
c++config.h 110 # define _GLIBCXX_USE_NOEXCEPT noexcept
114 # define _GLIBCXX_USE_NOEXCEPT throw()
120 # define _GLIBCXX_NOTHROW _GLIBCXX_USE_NOEXCEPT
    [all...]

Completed in 343 milliseconds

1 2