Home
last modified time | relevance | path

Searched defs:_It (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/parallel/
H A Dmultiseq_selection.h133 _It; typedef
395 _It; typedef
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/parallel/
H A Dmultiseq_selection.h133 _It; typedef
395 _It; typedef
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
H A Drange_access.h550 using _It = decltype(_End{}(std::declval<_Tp&>())); in _GLIBCXX_VISIBILITY() local
608 using _It = decltype(_Begin{}(std::declval<_Tp&>())); in _GLIBCXX_VISIBILITY() local
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dranges_base.h256 using _It = decltype(_End{}(std::declval<_Tp&>())); in _GLIBCXX_VISIBILITY() local
314 using _It = decltype(_Begin{}(std::declval<_Tp&>())); in _GLIBCXX_VISIBILITY() local
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/experimental/bits/
H A Dsimd.h485 __call_with_subscripts(_Tp&& __x, index_sequence<_It...>, _Fp&& __fun) in __call_with_subscripts()