Searched defs:indirectly_readable_traits (Results 1 - 5 of 5) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/libcxx/include/__iterator/
H A Dreadable_traits.h41 template<class> struct indirectly_readable_traits {}; struct
45 struct indirectly_readable_traits<_Ip> { struct
50 struct indirectly_readable_traits<const _Ip> : indirectly_readable_traits<_Ip> {}; struct in inherits:indirectly_readable_traits
53 struct indirectly_readable_traits<_Tp*> : __cond_value_type<_Tp> {}; struct in inherits:__cond_value_type
56 struct indirectly_readable_traits<_Tp> struct in inherits:__cond_value_type
60 struct indirectly_readable_traits<_Tp> struct in inherits:__cond_value_type
66 struct indirectly_readable_traits<_Tp> {}; struct
71 struct indirectly_readable_traits<_Tp> struct in inherits:__cond_value_type
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/
H A Dpointer.h608 struct indirectly_readable_traits<__gnu_cxx::_Pointer_adapter<_Policy>> struct
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/ext/
H A Dpointer.h596 struct indirectly_readable_traits<__gnu_cxx::_Pointer_adapter<_Policy>> struct
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
H A Diterator_concepts.h234 template<typename> struct indirectly_readable_traits { }; struct
237 struct indirectly_readable_traits<_Tp*> struct in inherits:__detail::__cond_value_type
242 struct indirectly_readable_traits<_Iter> struct
246 struct indirectly_readable_traits<const _Iter> struct in inherits:indirectly_readable_traits
251 struct indirectly_readable_traits<_Tp> struct in inherits:__detail::__cond_value_type
256 struct indirectly_readable_traits<_Tp> struct in inherits:__detail::__cond_value_type
266 struct indirectly_readable_traits<_Tp> struct in inherits:__detail::__cond_value_type
274 struct indirectly_readable_traits<_T struct in class:__detail
[all...]
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Diterator_concepts.h252 template<typename> struct indirectly_readable_traits { }; struct
255 struct indirectly_readable_traits<_Tp*> struct in inherits:__detail::__cond_value_type
260 struct indirectly_readable_traits<_Iter> struct
264 struct indirectly_readable_traits<const _Iter> struct in inherits:indirectly_readable_traits
269 struct indirectly_readable_traits<_Tp> struct in inherits:__detail::__cond_value_type
274 struct indirectly_readable_traits<_Tp> struct in inherits:__detail::__cond_value_type
284 struct indirectly_readable_traits<_Tp> struct in inherits:__detail::__cond_value_type
292 struct indirectly_readable_traits<_Tp> struct in class:__detail
[all...]

Completed in 85 milliseconds