Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
H A Dptr_traits.h46 class __undefined; in _GLIBCXX_VISIBILITY() local
51 { using type = __undefined; }; in _GLIBCXX_VISIBILITY()
76 = typename conditional<is_void<_Tp>::value, __undefined, _Tp>::type; in _GLIBCXX_VISIBILITY()
119 static_assert(!is_same<element_type, __undefined>::value, in _GLIBCXX_VISIBILITY()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dptr_traits.h52 class __undefined; in _GLIBCXX_VISIBILITY() local
58 { using type = __undefined; }; in _GLIBCXX_VISIBILITY()
171 struct __ptr_traits_impl<_Ptr, __undefined> in _GLIBCXX_VISIBILITY()