/openbsd-src/gnu/lib/libstdc++/libstdc++/include/std/ |
H A D | std_memory.h | 183 auto_ptr(element_type* __p = 0) throw() : _M_ptr(__p) { } in throw() function 192 auto_ptr(auto_ptr& __a) throw() : _M_ptr(__a.release()) { } in throw() function 215 operator=(auto_ptr& __a) throw() in throw() function 233 operator=(auto_ptr<_Tp1>& __a) throw() in throw() function 262 operator*() const throw() { return *_M_ptr; } in throw() function 313 reset(element_type* __p = 0) throw() in throw() function 333 auto_ptr(auto_ptr_ref<element_type> __ref) throw() in throw() function 337 operator=(auto_ptr_ref<element_type> __ref) throw() in throw() function 348 operator auto_ptr_ref<_Tp1>() throw() in throw() function 352 operator auto_ptr<_Tp1>() throw() in throw() function
|
/openbsd-src/gnu/gcc/libstdc++-v3/include/std/ |
H A D | std_memory.h | 190 auto_ptr(element_type* __p = 0) throw() : _M_ptr(__p) { } in throw() function 199 auto_ptr(auto_ptr& __a) throw() : _M_ptr(__a.release()) { } in throw() function 223 operator=(auto_ptr& __a) throw() in throw() function 241 operator=(auto_ptr<_Tp1>& __a) throw() in throw() function 270 operator*() const throw() in throw() function 329 reset(element_type* __p = 0) throw() in throw() function 349 auto_ptr(auto_ptr_ref<element_type> __ref) throw() in throw() function 353 operator=(auto_ptr_ref<element_type> __ref) throw() in throw() function 364 operator auto_ptr_ref<_Tp1>() throw() in throw() function 368 operator auto_ptr<_Tp1>() throw() in throw() function
|
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/ |
H A D | auto_ptr.C | 10 explicit auto_ptr(X* p =0) throw() : px(p) {} in throw() function 11 auto_ptr(auto_ptr& r) throw() : px(r.release()) {} // ERROR - candidate in throw() function 15 auto_ptr& operator=(auto_ptr& r) throw() { in throw() function 19 template<typename Y> auto_ptr& operator=(auto_ptr<Y>& r) throw() { in throw() function 26 X& operator*() const throw() { return *px; } in throw() function 30 void reset(X* p=0) throw() { if (px != p) delete px, px = p; } in throw() function 32 auto_ptr(auto_ptr_ref<X> r) throw() : px(r.py) {} // ERROR - candidate in throw() function 33 template<typename Y> operator auto_ptr_ref<Y>() throw() { in throw() function
|
/openbsd-src/gnu/lib/libstdc++/libstdc++/include/bits/ |
H A D | streambuf_iterator.h | 76 istreambuf_iterator(istream_type& __s) throw() in throw() function 79 istreambuf_iterator(streambuf_type* __s) throw() in throw() function 174 ostreambuf_iterator(streambuf_type* __s) throw () in throw() function 187 operator*() throw() in throw() function
|
H A D | stl_alloc.h | 652 allocator() throw() {} in throw() function 653 allocator(const allocator&) throw() {} in throw() function 656 ~allocator() throw() {} in throw() function 748 __allocator() throw() {} in throw() function 749 __allocator(const __allocator& __a) throw() in throw() function 756 ~__allocator() throw() {} in throw() function
|
H A D | pthread_allocimpl.h | 430 pthread_allocator() throw() {} in throw() function 431 pthread_allocator(const pthread_allocator& a) throw() {} in throw() function 435 ~pthread_allocator() throw() {} in throw() function
|
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/opt/ |
H A D | noreturn-1.C | 26 allocator() throw() { } in throw() function 27 allocator(const allocator &) throw() {} in throw() function 63 infinint(long a = 0) throw(Egeneric) { in throw() function 70 ~infinint() throw(Egeneric) { in throw() function
|
H A D | expect2.C | 6 struct X { ~X () throw() {} }; in throw() function
|
H A D | cfg2.C | 13 ~B() throw() {} in throw() function
|
/openbsd-src/gnu/gcc/libstdc++-v3/include/bits/ |
H A D | allocator.h | 100 allocator() throw() { } in throw() function 102 allocator(const allocator& __a) throw() in throw() function 108 ~allocator() throw() { } in throw() function
|
/openbsd-src/gnu/gcc/libstdc++-v3/include/ext/ |
H A D | new_allocator.h | 68 new_allocator() throw() { } in throw() function 70 new_allocator(const new_allocator&) throw() { } in throw() function 75 ~new_allocator() throw() { } in throw() function
|
H A D | malloc_allocator.h | 69 malloc_allocator() throw() { } in throw() function 71 malloc_allocator(const malloc_allocator&) throw() { } in throw() function 76 ~malloc_allocator() throw() { } in throw() function
|
H A D | array_allocator.h | 112 array_allocator(array_type* __array = NULL) throw() in throw() function 115 array_allocator(const array_allocator& __o) throw() in throw() function 122 ~array_allocator() throw() { } in throw() function
|
H A D | pool_allocator.h | 144 __pool_alloc() throw() { } in throw() function 146 __pool_alloc(const __pool_alloc&) throw() { } in throw() function 151 ~__pool_alloc() throw() { } in throw() function
|
H A D | throw_allocator.h | 209 throw_allocator() throw() { } in throw() function 211 throw_allocator(const throw_allocator&) throw() { } in throw() function 216 ~throw_allocator() throw() { } in throw() function
|
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/compat/eh/ |
H A D | new1_y.C | 6 void * operator new[] (size_t s) throw (std::bad_alloc) in throw() function 12 void operator delete[] (void *p) throw () in throw() function
|
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/eh/ |
H A D | new1.C | 12 void * operator new[] (size_t s) throw (std::bad_alloc) in throw() function 18 void operator delete[] (void *p) throw () in throw() function
|
H A D | cond2.C | 4 A() throw() { } in throw() function 5 A(const A&) throw() { } in throw() function
|
/openbsd-src/gnu/lib/libstdc++/libstdc++/testsuite/ |
H A D | testsuite_allocator.h | 121 tracker_alloc() throw() in throw() function 124 tracker_alloc(const tracker_alloc&) throw() in throw() function 131 ~tracker_alloc() throw() in throw() function
|
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.abi/ |
H A D | cxa_vec.C | 37 void *operator new[] (std::size_t size) throw (std::bad_alloc) in throw() function 47 void operator delete[] (void *ptr) throw () in throw() function
|
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/ |
H A D | eh9.C | 4 main() throw () { } in throw() function
|
/openbsd-src/gnu/usr.bin/perl/cpan/autodie/t/lib/autodie/test/ |
H A D | au.pm | 9 sub throw { subroutine
|
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.bob/ |
H A D | delete1.C | 7 void *operator new[](size_t sz) throw() { in throw() function
|
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/init/ |
H A D | new5.C | 5 void * operator new[](size_t, std::nothrow_t const &) throw() in throw() function
|
/openbsd-src/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test2/EventFacet/ |
H A D | Trace.pm | 65 sub throw { global() subroutine
|