Home
last modified time | relevance | path

Searched refs:_Ex2 (Results 1 – 2 of 2) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/libsupc++/
Dexception_ptr.h243 using _Ex2 = typename decay<_Ex>::type; in make_exception_ptr() local
247 __exception_ptr::__dest_thunk<_Ex2>); in make_exception_ptr()
250 ::new (__e) _Ex2(__ex); in make_exception_ptr()
/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/tr1/
Dhashtable.h161 template<typename _Key2, typename _Value2, typename _Ex2, bool __unique2, in _GLIBCXX_VISIBILITY()