Home
last modified time | relevance | path

Searched refs:__throw_bad_weak_ptr (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/tr1/
H A Dshared_ptr.h72 __throw_bad_weak_ptr() in _GLIBCXX_VISIBILITY()
208 __throw_bad_weak_ptr(); in _GLIBCXX_VISIBILITY()
221 __throw_bad_weak_ptr(); in _GLIBCXX_VISIBILITY()
235 __throw_bad_weak_ptr(); in _GLIBCXX_VISIBILITY()
487 __throw_bad_weak_ptr(); in _GLIBCXX_VISIBILITY()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/tr1/
H A Dshared_ptr.h72 __throw_bad_weak_ptr() in _GLIBCXX_VISIBILITY()
208 __throw_bad_weak_ptr(); in _GLIBCXX_VISIBILITY()
221 __throw_bad_weak_ptr(); in _GLIBCXX_VISIBILITY()
235 __throw_bad_weak_ptr(); in _GLIBCXX_VISIBILITY()
492 __throw_bad_weak_ptr(); in _GLIBCXX_VISIBILITY()
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
H A Dshared_ptr_base.h86 __throw_bad_weak_ptr() in _GLIBCXX_VISIBILITY()
223 __throw_bad_weak_ptr(); in _GLIBCXX_VISIBILITY()
236 __throw_bad_weak_ptr(); in _GLIBCXX_VISIBILITY()
250 __throw_bad_weak_ptr(); in _GLIBCXX_VISIBILITY()
906 __throw_bad_weak_ptr(); in _GLIBCXX_VISIBILITY()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dshared_ptr_base.h95 __throw_bad_weak_ptr() in _GLIBCXX_VISIBILITY()
159 __throw_bad_weak_ptr(); in _GLIBCXX_VISIBILITY()
1245 __throw_bad_weak_ptr(); in _GLIBCXX_VISIBILITY()
/netbsd-src/external/apache2/llvm/dist/libcxx/include/__memory/
H A Dshared_ptr.h133 void __throw_bad_weak_ptr() in __throw_bad_weak_ptr() function
1577 __throw_bad_weak_ptr();
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/
H A DChangeLog-2012440 * include/bits/shared_ptr_base.h (__throw_bad_weak_ptr): Use it.
446 * include/tr1/shared_ptr.h (__throw_bad_weak_ptr): Likewise.
H A DChangeLog-20054478 * include/tr1/memory: Add missing "inline" to __throw_bad_weak_ptr.