HomeSort by: relevance | last modified time | path
    Searched defs:__is_contiguous_iter (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
regex.h 65 struct __is_contiguous_iter : false_type { }; struct in namespace:__detail
68 struct __is_contiguous_iter<_Tp*> : true_type { }; struct in namespace:__detail
71 struct __is_contiguous_iter<__gnu_cxx::__normal_iterator<_Tp*, _Cont>> struct in namespace:__detail
706 if constexpr (__detail::__is_contiguous_iter<_InputIterator>::value
1058 __enable_if_t<__detail::__is_contiguous_iter<_Iter>::value,
1070 __enable_if_t<!__detail::__is_contiguous_iter<_Iter>::value,
1118 noexcept(__detail::__is_contiguous_iter<_BiIter>::value)
1290 noexcept(__detail::__is_contiguous_iter<_Bi_iter>::value)
1458 noexcept(__detail::__is_contiguous_iter<_Bi_iter>::value)
1631 noexcept(__detail::__is_contiguous_iter<_Bi_iter>::value
    [all...]
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
regex.h 65 struct __is_contiguous_iter : false_type { }; struct in namespace:__detail
68 struct __is_contiguous_iter<_Tp*> : true_type { }; struct in namespace:__detail
71 struct __is_contiguous_iter<__gnu_cxx::__normal_iterator<_Tp*, _Cont>> struct in namespace:__detail
706 if constexpr (__detail::__is_contiguous_iter<_InputIterator>::value
1058 __enable_if_t<__detail::__is_contiguous_iter<_Iter>::value,
1070 __enable_if_t<!__detail::__is_contiguous_iter<_Iter>::value,
1118 noexcept(__detail::__is_contiguous_iter<_BiIter>::value)
1290 noexcept(__detail::__is_contiguous_iter<_Bi_iter>::value)
1458 noexcept(__detail::__is_contiguous_iter<_Bi_iter>::value)
1631 noexcept(__detail::__is_contiguous_iter<_Bi_iter>::value
    [all...]

Completed in 19 milliseconds