HomeSort by: relevance | last modified time | path
    Searched refs:_GLIBCXX_USE_NOEXCEPT (Results 1 - 25 of 123) sorted by relevancy

1 2 3 4 5

  /src/external/gpl3/gcc/dist/libstdc++-v3/libsupc++/
bad_array_new.cc 29 bad_array_new_length::~bad_array_new_length() _GLIBCXX_USE_NOEXCEPT { }
32 bad_array_new_length::what() const _GLIBCXX_USE_NOEXCEPT
bad_cast.cc 28 bad_cast::~bad_cast() _GLIBCXX_USE_NOEXCEPT { }
31 bad_cast::what() const _GLIBCXX_USE_NOEXCEPT
bad_typeid.cc 28 bad_typeid::~bad_typeid() _GLIBCXX_USE_NOEXCEPT { }
31 bad_typeid::what() const _GLIBCXX_USE_NOEXCEPT
bad_alloc.cc 28 std::bad_alloc::~bad_alloc() _GLIBCXX_USE_NOEXCEPT { }
31 std::bad_alloc::what() const _GLIBCXX_USE_NOEXCEPT
bad_array_length.cc 43 bad_array_length::~bad_array_length() _GLIBCXX_USE_NOEXCEPT { }
46 bad_array_length::what() const _GLIBCXX_USE_NOEXCEPT
del_opv.cc 33 operator delete[] (void *ptr) _GLIBCXX_USE_NOEXCEPT
eh_exception.cc 29 std::exception::~exception() _GLIBCXX_TXN_SAFE_DYN _GLIBCXX_USE_NOEXCEPT { }
32 _GLIBCXX_USE_NOEXCEPT
40 std::exception::what() const _GLIBCXX_TXN_SAFE_DYN _GLIBCXX_USE_NOEXCEPT
49 std::bad_exception::what() const _GLIBCXX_TXN_SAFE_DYN _GLIBCXX_USE_NOEXCEPT
exception_ptr.h 75 exception_ptr current_exception() _GLIBCXX_USE_NOEXCEPT;
78 exception_ptr make_exception_ptr(_Ex) _GLIBCXX_USE_NOEXCEPT;
101 explicit exception_ptr(void* __e) _GLIBCXX_USE_NOEXCEPT;
103 void _M_addref() _GLIBCXX_USE_NOEXCEPT;
104 void _M_release() _GLIBCXX_USE_NOEXCEPT;
108 friend exception_ptr std::current_exception() _GLIBCXX_USE_NOEXCEPT;
111 friend exception_ptr std::make_exception_ptr(_Ex) _GLIBCXX_USE_NOEXCEPT;
114 exception_ptr() _GLIBCXX_USE_NOEXCEPT;
116 exception_ptr(const exception_ptr&) _GLIBCXX_USE_NOEXCEPT;
132 exception_ptr(__safe_bool) _GLIBCXX_USE_NOEXCEPT;
    [all...]
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/libsupc++/
bad_array_new.cc 29 bad_array_new_length::~bad_array_new_length() _GLIBCXX_USE_NOEXCEPT { }
32 bad_array_new_length::what() const _GLIBCXX_USE_NOEXCEPT
bad_cast.cc 28 bad_cast::~bad_cast() _GLIBCXX_USE_NOEXCEPT { }
31 bad_cast::what() const _GLIBCXX_USE_NOEXCEPT
bad_typeid.cc 28 bad_typeid::~bad_typeid() _GLIBCXX_USE_NOEXCEPT { }
31 bad_typeid::what() const _GLIBCXX_USE_NOEXCEPT
bad_alloc.cc 28 std::bad_alloc::~bad_alloc() _GLIBCXX_USE_NOEXCEPT { }
31 std::bad_alloc::what() const _GLIBCXX_USE_NOEXCEPT
bad_array_length.cc 43 bad_array_length::~bad_array_length() _GLIBCXX_USE_NOEXCEPT { }
46 bad_array_length::what() const _GLIBCXX_USE_NOEXCEPT
del_opv.cc 33 operator delete[] (void *ptr) _GLIBCXX_USE_NOEXCEPT
eh_exception.cc 29 std::exception::~exception() _GLIBCXX_TXN_SAFE_DYN _GLIBCXX_USE_NOEXCEPT { }
32 _GLIBCXX_USE_NOEXCEPT
40 std::exception::what() const _GLIBCXX_TXN_SAFE_DYN _GLIBCXX_USE_NOEXCEPT
49 std::bad_exception::what() const _GLIBCXX_TXN_SAFE_DYN _GLIBCXX_USE_NOEXCEPT
exception_ptr.h 74 exception_ptr current_exception() _GLIBCXX_USE_NOEXCEPT;
77 exception_ptr make_exception_ptr(_Ex) _GLIBCXX_USE_NOEXCEPT;
94 explicit exception_ptr(void* __e) _GLIBCXX_USE_NOEXCEPT;
96 void _M_addref() _GLIBCXX_USE_NOEXCEPT;
97 void _M_release() _GLIBCXX_USE_NOEXCEPT;
101 friend exception_ptr std::current_exception() _GLIBCXX_USE_NOEXCEPT;
104 friend exception_ptr std::make_exception_ptr(_Ex) _GLIBCXX_USE_NOEXCEPT;
107 exception_ptr() _GLIBCXX_USE_NOEXCEPT;
109 exception_ptr(const exception_ptr&) _GLIBCXX_USE_NOEXCEPT;
125 exception_ptr(__safe_bool) _GLIBCXX_USE_NOEXCEPT;
    [all...]
  /src/external/gpl3/gcc/dist/libstdc++-v3/src/c++98/
stdexcept.cc 41 logic_error::~logic_error() _GLIBCXX_USE_NOEXCEPT { }
44 logic_error::what() const _GLIBCXX_USE_NOEXCEPT
50 domain_error::~domain_error() _GLIBCXX_USE_NOEXCEPT { }
55 invalid_argument::~invalid_argument() _GLIBCXX_USE_NOEXCEPT { }
60 length_error::~length_error() _GLIBCXX_USE_NOEXCEPT { }
65 out_of_range::~out_of_range() _GLIBCXX_USE_NOEXCEPT { }
70 runtime_error::~runtime_error() _GLIBCXX_USE_NOEXCEPT { }
73 runtime_error::what() const _GLIBCXX_USE_NOEXCEPT
79 range_error::~range_error() _GLIBCXX_USE_NOEXCEPT { }
84 overflow_error::~overflow_error() _GLIBCXX_USE_NOEXCEPT { }
    [all...]
list-aux-2.cc 48 _List_node_base * const __last) _GLIBCXX_USE_NOEXCEPT;
51 _M_reverse() _GLIBCXX_USE_NOEXCEPT;
54 _M_hook(_List_node_base * const __position) _GLIBCXX_USE_NOEXCEPT;
57 _M_unhook() _GLIBCXX_USE_NOEXCEPT;
63 _List_node_base * const __last) _GLIBCXX_USE_NOEXCEPT
81 _List_node_base::_M_reverse() _GLIBCXX_USE_NOEXCEPT
96 _M_hook(_List_node_base* const __position) _GLIBCXX_USE_NOEXCEPT
105 _List_node_base::_M_unhook() _GLIBCXX_USE_NOEXCEPT
list.cc 61 _List_node_base& __y) _GLIBCXX_USE_NOEXCEPT
95 _List_node_base * const __last) _GLIBCXX_USE_NOEXCEPT
115 _List_node_base::_M_reverse() _GLIBCXX_USE_NOEXCEPT
130 _M_hook(_List_node_base* const __position) _GLIBCXX_USE_NOEXCEPT
139 _List_node_base::_M_unhook() _GLIBCXX_USE_NOEXCEPT
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++98/
stdexcept.cc 41 logic_error::~logic_error() _GLIBCXX_USE_NOEXCEPT { }
44 logic_error::what() const _GLIBCXX_USE_NOEXCEPT
50 domain_error::~domain_error() _GLIBCXX_USE_NOEXCEPT { }
55 invalid_argument::~invalid_argument() _GLIBCXX_USE_NOEXCEPT { }
60 length_error::~length_error() _GLIBCXX_USE_NOEXCEPT { }
65 out_of_range::~out_of_range() _GLIBCXX_USE_NOEXCEPT { }
70 runtime_error::~runtime_error() _GLIBCXX_USE_NOEXCEPT { }
73 runtime_error::what() const _GLIBCXX_USE_NOEXCEPT
79 range_error::~range_error() _GLIBCXX_USE_NOEXCEPT { }
84 overflow_error::~overflow_error() _GLIBCXX_USE_NOEXCEPT { }
    [all...]
list-aux-2.cc 48 _List_node_base * const __last) _GLIBCXX_USE_NOEXCEPT;
51 _M_reverse() _GLIBCXX_USE_NOEXCEPT;
54 _M_hook(_List_node_base * const __position) _GLIBCXX_USE_NOEXCEPT;
57 _M_unhook() _GLIBCXX_USE_NOEXCEPT;
63 _List_node_base * const __last) _GLIBCXX_USE_NOEXCEPT
81 _List_node_base::_M_reverse() _GLIBCXX_USE_NOEXCEPT
96 _M_hook(_List_node_base* const __position) _GLIBCXX_USE_NOEXCEPT
105 _List_node_base::_M_unhook() _GLIBCXX_USE_NOEXCEPT
list.cc 61 _List_node_base& __y) _GLIBCXX_USE_NOEXCEPT
95 _List_node_base * const __last) _GLIBCXX_USE_NOEXCEPT
115 _List_node_base::_M_reverse() _GLIBCXX_USE_NOEXCEPT
130 _M_hook(_List_node_base* const __position) _GLIBCXX_USE_NOEXCEPT
139 _List_node_base::_M_unhook() _GLIBCXX_USE_NOEXCEPT
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/
new_allocator.h 64 new_allocator() _GLIBCXX_USE_NOEXCEPT { }
66 new_allocator(const new_allocator&) _GLIBCXX_USE_NOEXCEPT { }
69 new_allocator(const new_allocator<_Tp1>&) _GLIBCXX_USE_NOEXCEPT { }
  /src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/
new_allocator.h 66 new_allocator() _GLIBCXX_USE_NOEXCEPT { }
68 new_allocator(const new_allocator&) _GLIBCXX_USE_NOEXCEPT { }
71 new_allocator(const new_allocator<_Tp1>&) _GLIBCXX_USE_NOEXCEPT { }
  /src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
new_allocator.h 88 __new_allocator() _GLIBCXX_USE_NOEXCEPT { }
92 __new_allocator(const __new_allocator&) _GLIBCXX_USE_NOEXCEPT { }
97 __new_allocator(const __new_allocator<_Tp1>&) _GLIBCXX_USE_NOEXCEPT { }
104 ~__new_allocator() _GLIBCXX_USE_NOEXCEPT { }
182 max_size() const _GLIBCXX_USE_NOEXCEPT
230 _M_max_size() const _GLIBCXX_USE_NOEXCEPT

Completed in 48 milliseconds

1 2 3 4 5