HomeSort by: relevance | last modified time | path
    Searched refs:indirectly_readable_traits (Results 1 - 6 of 6) sorted by relevancy

  /src/external/apache2/llvm/dist/libcxx/include/__iterator/
readable_traits.h 41 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
78 // `indirectly_readable_traits<RI>::value_type` if `iterator_traits<RI>` names a specializatio
    [all...]
iterator_traits.h 165 typename indirectly_readable_traits<_Ip>::value_type;
167 typename indirectly_readable_traits<_Ip>::value_type&>;
169 typename indirectly_readable_traits<_Ip>::value_type&>;
179 typename indirectly_readable_traits<_Ip>::value_type> &&
352 using value_type = typename indirectly_readable_traits<_Ip>::value_type;
  /src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
iterator_concepts.h 269 template<typename> struct indirectly_readable_traits { }; struct
272 struct indirectly_readable_traits<_Tp*> struct in inherits:__detail::__cond_value_type
277 struct indirectly_readable_traits<_Iter> struct
281 struct indirectly_readable_traits<const _Iter> struct in inherits:indirectly_readable_traits
282 : indirectly_readable_traits<_Iter>
286 struct indirectly_readable_traits<_Tp> struct in inherits:__detail::__cond_value_type
291 struct indirectly_readable_traits<_Tp> struct in inherits:__detail::__cond_value_type
296 // 3446. indirectly_readable_traits ambiguity for types with both [...]
301 struct indirectly_readable_traits<_Tp> struct in inherits:__detail::__cond_value_type
306 // 3541. indirectly_readable_traits should be SFINAE-friendly for all type
309 struct indirectly_readable_traits<_Tp> struct in class:__detail
    [all...]
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
iterator_concepts.h 252 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
265 : indirectly_readable_traits<_Iter>
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
279 // 3446. indirectly_readable_traits ambiguity for types with both [...]
284 struct indirectly_readable_traits<_Tp> struct in inherits:__detail::__cond_value_type
289 // 3541. indirectly_readable_traits should be SFINAE-friendly for all type
292 struct indirectly_readable_traits<_Tp> struct in class:__detail
    [all...]
  /src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/
pointer.h 53 # include <iterator> // for indirectly_readable_traits
604 struct indirectly_readable_traits<__gnu_cxx::_Pointer_adapter<_Policy>> struct
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/
pointer.h 50 # include <iterator> // for indirectly_readable_traits
596 struct indirectly_readable_traits<__gnu_cxx::_Pointer_adapter<_Policy>> struct

Completed in 31 milliseconds