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

1 2 3 4 5

  /src/external/gpl3/gcc/dist/libstdc++-v3/libsupc++/
exception.h 62 exception() _GLIBCXX_NOTHROW { }
63 virtual ~exception() _GLIBCXX_TXN_SAFE_DYN _GLIBCXX_NOTHROW;
74 what() const _GLIBCXX_TXN_SAFE_DYN _GLIBCXX_NOTHROW;
cxxabi_init_exception.h 63 __cxa_allocate_exception(size_t) _GLIBCXX_NOTHROW;
66 __cxa_free_exception(void*) _GLIBCXX_NOTHROW;
72 _GLIBCXX_NOTHROW;
eh_globals.cc 49 get_global() _GLIBCXX_NOTHROW
57 __cxxabiv1::__cxa_get_globals_fast() _GLIBCXX_NOTHROW
61 __cxxabiv1::__cxa_get_globals() _GLIBCXX_NOTHROW
129 __cxxabiv1::__cxa_get_globals_fast() _GLIBCXX_NOTHROW
140 __cxxabiv1::__cxa_get_globals() _GLIBCXX_NOTHROW
167 __cxxabiv1::__cxa_get_globals_fast() _GLIBCXX_NOTHROW
171 __cxxabiv1::__cxa_get_globals() _GLIBCXX_NOTHROW
eh_type.cc 36 std::type_info *__cxa_current_exception_type () _GLIBCXX_NOTHROW
cxxabi.h 100 __cxa_cdtor_type __destructor) _GLIBCXX_NOTHROW;
121 __cxa_guard_release(__guard*) _GLIBCXX_NOTHROW;
124 __cxa_guard_abort(__guard*) _GLIBCXX_NOTHROW;
129 __cxa_atexit(void (_GLIBCXX_CDTOR_CALLABI *)(void*), void*, void*) _GLIBCXX_NOTHROW;
131 __cxa_atexit(void (*)(void*), void*, void*) _GLIBCXX_NOTHROW;
140 __cxa_thread_atexit(void (_GLIBCXX_CDTOR_CALLABI *)(void*), void*, void *) _GLIBCXX_NOTHROW;
142 __cxa_thread_atexit(void (*)(void*), void*, void *) _GLIBCXX_NOTHROW;
613 __cxa_get_globals() _GLIBCXX_NOTHROW __attribute__ ((__const__));
616 __cxa_get_globals_fast() _GLIBCXX_NOTHROW __attribute__ ((__const__));
620 __cxa_free_exception(void*) _GLIBCXX_NOTHROW;
    [all...]
atexit_thread.cc 37 void *obj, void *dso_handle) _GLIBCXX_NOTHROW
67 _GLIBCXX_NOTHROW
152 _GLIBCXX_NOTHROW
eh_catch.cc 31 __cxxabiv1::__cxa_get_exception_ptr(void *exc_obj_in) _GLIBCXX_NOTHROW
40 __cxxabiv1::__cxa_begin_catch (void *exc_obj_in) _GLIBCXX_NOTHROW
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/libsupc++/
exception.h 64 exception() _GLIBCXX_NOTHROW { }
65 virtual ~exception() _GLIBCXX_TXN_SAFE_DYN _GLIBCXX_NOTHROW;
76 what() const _GLIBCXX_TXN_SAFE_DYN _GLIBCXX_NOTHROW;
cxxabi_init_exception.h 63 __cxa_allocate_exception(size_t) _GLIBCXX_NOTHROW;
66 __cxa_free_exception(void*) _GLIBCXX_NOTHROW;
72 _GLIBCXX_NOTHROW;
eh_globals.cc 49 get_global() _GLIBCXX_NOTHROW
57 __cxxabiv1::__cxa_get_globals_fast() _GLIBCXX_NOTHROW
61 __cxxabiv1::__cxa_get_globals() _GLIBCXX_NOTHROW
129 __cxxabiv1::__cxa_get_globals_fast() _GLIBCXX_NOTHROW
140 __cxxabiv1::__cxa_get_globals() _GLIBCXX_NOTHROW
167 __cxxabiv1::__cxa_get_globals_fast() _GLIBCXX_NOTHROW
171 __cxxabiv1::__cxa_get_globals() _GLIBCXX_NOTHROW
eh_type.cc 36 std::type_info *__cxa_current_exception_type () _GLIBCXX_NOTHROW
cxxabi.h 100 __cxa_cdtor_type __destructor) _GLIBCXX_NOTHROW;
121 __cxa_guard_release(__guard*) _GLIBCXX_NOTHROW;
124 __cxa_guard_abort(__guard*) _GLIBCXX_NOTHROW;
129 __cxa_atexit(void (_GLIBCXX_CDTOR_CALLABI *)(void*), void*, void*) _GLIBCXX_NOTHROW;
131 __cxa_atexit(void (*)(void*), void*, void*) _GLIBCXX_NOTHROW;
140 __cxa_thread_atexit(void (_GLIBCXX_CDTOR_CALLABI *)(void*), void*, void *) _GLIBCXX_NOTHROW;
142 __cxa_thread_atexit(void (*)(void*), void*, void *) _GLIBCXX_NOTHROW;
613 __cxa_get_globals() _GLIBCXX_NOTHROW __attribute__ ((__const__));
616 __cxa_get_globals_fast() _GLIBCXX_NOTHROW __attribute__ ((__const__));
620 __cxa_free_exception(void*) _GLIBCXX_NOTHROW;
    [all...]
atexit_thread.cc 49 _GLIBCXX_NOTHROW
126 _GLIBCXX_NOTHROW
eh_catch.cc 31 __cxxabiv1::__cxa_get_exception_ptr(void *exc_obj_in) _GLIBCXX_NOTHROW
40 __cxxabiv1::__cxa_begin_catch (void *exc_obj_in) _GLIBCXX_NOTHROW
eh_alloc.cc 279 __cxxabiv1::__cxa_allocate_exception(std::size_t thrown_size) _GLIBCXX_NOTHROW
299 __cxxabiv1::__cxa_free_exception(void *vptr) _GLIBCXX_NOTHROW
310 __cxxabiv1::__cxa_allocate_dependent_exception() _GLIBCXX_NOTHROW
332 (__cxa_dependent_exception *vptr) _GLIBCXX_NOTHROW
  /src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
allocator.h 161 allocator() _GLIBCXX_NOTHROW { }
165 allocator(const allocator& __a) _GLIBCXX_NOTHROW
176 allocator(const allocator<_Tp1>&) _GLIBCXX_NOTHROW { }
182 ~allocator() _GLIBCXX_NOTHROW { }
214 operator==(const allocator&, const allocator&) _GLIBCXX_NOTHROW
220 operator!=(const allocator&, const allocator&) _GLIBCXX_NOTHROW
236 _GLIBCXX_NOTHROW
244 _GLIBCXX_NOTHROW
ios_base.h 84 operator&(_Ios_Fmtflags __a, _Ios_Fmtflags __b) _GLIBCXX_NOTHROW
89 operator|(_Ios_Fmtflags __a, _Ios_Fmtflags __b) _GLIBCXX_NOTHROW
94 operator^(_Ios_Fmtflags __a, _Ios_Fmtflags __b) _GLIBCXX_NOTHROW
99 operator~(_Ios_Fmtflags __a) _GLIBCXX_NOTHROW
104 operator|=(_Ios_Fmtflags& __a, _Ios_Fmtflags __b) _GLIBCXX_NOTHROW
109 operator&=(_Ios_Fmtflags& __a, _Ios_Fmtflags __b) _GLIBCXX_NOTHROW
114 operator^=(_Ios_Fmtflags& __a, _Ios_Fmtflags __b) _GLIBCXX_NOTHROW
134 operator&(_Ios_Openmode __a, _Ios_Openmode __b) _GLIBCXX_NOTHROW
139 operator|(_Ios_Openmode __a, _Ios_Openmode __b) _GLIBCXX_NOTHROW
144 operator^(_Ios_Openmode __a, _Ios_Openmode __b) _GLIBCXX_NOTHROW
    [all...]
new_allocator.h 216 _GLIBCXX_NOTHROW
223 _GLIBCXX_NOTHROW
  /src/external/gpl3/gcc/dist/libstdc++-v3/src/c++11/
compatibility-atomic-c++0x.cc 96 memory_order __m) _GLIBCXX_NOTHROW
104 memory_order __m) _GLIBCXX_NOTHROW
112 memory_order __x) _GLIBCXX_NOTHROW
119 __atomic_flag_for_address(const volatile void* __z) _GLIBCXX_NOTHROW
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++11/
compatibility-atomic-c++0x.cc 97 memory_order __m) _GLIBCXX_NOTHROW
105 memory_order __m) _GLIBCXX_NOTHROW
113 memory_order __x) _GLIBCXX_NOTHROW
120 __atomic_flag_for_address(const volatile void* __z) _GLIBCXX_NOTHROW
  /src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/
atomicity.h 47 __is_single_threaded() _GLIBCXX_NOTHROW
74 __exchange_and_add(volatile _Atomic_word*, int) _GLIBCXX_NOTHROW;
77 __atomic_add(volatile _Atomic_word*, int) _GLIBCXX_NOTHROW;
debug_allocator.h 181 const debug_allocator<_Alloc2>& __rhs) _GLIBCXX_NOTHROW
188 const debug_allocator<_Alloc2>& __rhs) _GLIBCXX_NOTHROW
malloc_allocator.h 187 _GLIBCXX_NOTHROW
194 _GLIBCXX_NOTHROW
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/
atomicity.h 47 __is_single_threaded() _GLIBCXX_NOTHROW
74 __exchange_and_add(volatile _Atomic_word*, int) _GLIBCXX_NOTHROW;
77 __atomic_add(volatile _Atomic_word*, int) _GLIBCXX_NOTHROW;
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
allocator.h 161 allocator() _GLIBCXX_NOTHROW { }
164 allocator(const allocator& __a) _GLIBCXX_NOTHROW
174 allocator(const allocator<_Tp1>&) _GLIBCXX_NOTHROW { }
179 ~allocator() _GLIBCXX_NOTHROW { }
210 operator==(const allocator&, const allocator&) _GLIBCXX_NOTHROW
215 operator!=(const allocator&, const allocator&) _GLIBCXX_NOTHROW
230 _GLIBCXX_NOTHROW
237 _GLIBCXX_NOTHROW

Completed in 75 milliseconds

1 2 3 4 5