Home
last modified time | relevance | path

Searched refs:_Bp (Results 1 – 14 of 14) sorted by relevance

/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-5/include/bits/
A Dregex.h770 template<typename _Bp, typename _Ap, typename _Cp, typename _Rp, in _GLIBCXX_VISIBILITY()
776 __regex_algo_impl(_Bp, _Bp, match_results<_Bp, _Ap>&, in _GLIBCXX_VISIBILITY()
1864 template<typename _Bp, typename _Ap, typename _Cp, typename _Rp, in _GLIBCXX_VISIBILITY()
1870 __regex_algo_impl(_Bp, _Bp, match_results<_Bp, _Ap>&, in _GLIBCXX_VISIBILITY()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/include/bits/
A Dregex.h770 template<typename _Bp, typename _Ap, typename _Cp, typename _Rp, in _GLIBCXX_VISIBILITY()
776 __regex_algo_impl(_Bp, _Bp, match_results<_Bp, _Ap>&, in _GLIBCXX_VISIBILITY()
1864 template<typename _Bp, typename _Ap, typename _Cp, typename _Rp, in _GLIBCXX_VISIBILITY()
1870 __regex_algo_impl(_Bp, _Bp, match_results<_Bp, _Ap>&, in _GLIBCXX_VISIBILITY()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-4.9/include/bits/
A Dregex.h805 template<typename _Bp, typename _Ap, typename _Cp, typename _Rp, in _GLIBCXX_VISIBILITY()
808 __detail::__regex_algo_impl(_Bp, _Bp, match_results<_Bp, _Ap>&, in _GLIBCXX_VISIBILITY()
1903 template<typename _Bp, typename _Ap, typename _Cp, typename _Rp, in _GLIBCXX_VISIBILITY()
1906 __detail::__regex_algo_impl(_Bp, _Bp, match_results<_Bp, _Ap>&, in _GLIBCXX_VISIBILITY()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/include/bits/
A Dregex.h763 template<typename _Bp, typename _Ap, typename _Cp, typename _Rp, in _GLIBCXX_VISIBILITY()
766 __detail::__regex_algo_impl(_Bp, _Bp, match_results<_Bp, _Ap>&, in _GLIBCXX_VISIBILITY()
1938 template<typename _Bp, typename _Ap, typename _Cp, typename _Rp, in _GLIBCXX_VISIBILITY()
1941 __detail::__regex_algo_impl(_Bp, _Bp, match_results<_Bp, _Ap>&, in _GLIBCXX_VISIBILITY()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-8/include/bits/
A Dregex.h764 template<typename _Bp, typename _Ap, typename _Cp, typename _Rp, in _GLIBCXX_VISIBILITY()
767 __detail::__regex_algo_impl(_Bp, _Bp, match_results<_Bp, _Ap>&, in _GLIBCXX_VISIBILITY()
1904 template<typename _Bp, typename _Ap, typename _Cp, typename _Rp, in _GLIBCXX_VISIBILITY()
1907 __detail::__regex_algo_impl(_Bp, _Bp, match_results<_Bp, _Ap>&, in _GLIBCXX_VISIBILITY()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-7/include/bits/
A Dregex.h770 template<typename _Bp, typename _Ap, typename _Cp, typename _Rp, in _GLIBCXX_VISIBILITY()
776 __regex_algo_impl(_Bp, _Bp, match_results<_Bp, _Ap>&, in _GLIBCXX_VISIBILITY()
1906 template<typename _Bp, typename _Ap, typename _Cp, typename _Rp, in _GLIBCXX_VISIBILITY()
1912 __regex_algo_impl(_Bp, _Bp, match_results<_Bp, _Ap>&, in _GLIBCXX_VISIBILITY()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/include/bits/
A Dregex.h768 template<typename _Bp, typename _Ap, typename _Cp, typename _Rp, in _GLIBCXX_VISIBILITY()
771 __detail::__regex_algo_impl(_Bp, _Bp, match_results<_Bp, _Ap>&, in _GLIBCXX_VISIBILITY()
2037 template<typename _Bp, typename _Ap, typename _Cp, typename _Rp, in _GLIBCXX_VISIBILITY()
2040 __detail::__regex_algo_impl(_Bp, _Bp, match_results<_Bp, _Ap>&, in _GLIBCXX_VISIBILITY()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/include/bits/
A Dregex.h767 template<typename _Bp, typename _Ap, typename _Cp, typename _Rp, in _GLIBCXX_VISIBILITY()
770 __detail::__regex_algo_impl(_Bp, _Bp, match_results<_Bp, _Ap>&, in _GLIBCXX_VISIBILITY()
2035 template<typename _Bp, typename _Ap, typename _Cp, typename _Rp, in _GLIBCXX_VISIBILITY()
2038 __detail::__regex_algo_impl(_Bp, _Bp, match_results<_Bp, _Ap>&, in _GLIBCXX_VISIBILITY()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/include/experimental/bits/
A Dsimd.h4215 using _Bp =
4217 if constexpr (_Bp::template _S_is_valid_v<
4218 _Tp> && _Bp::template _S_size<_Tp> <= _Np)
4219 return _Bp{};
A Dsimd_x86.h58 template <typename _Ap, typename _Bp, typename _Tp = common_type_t<_Ap, _Bp>,
61 __interleave128_lo(const _Ap& __av, const _Bp& __bv) in __interleave128_lo()
A Dsimd_builtin.h897 using _Bp = __vector_type_t<_Tp, _Np>; member
902 _SimdCastType2(_Bp __b) : _M_data(__b) {} in _SimdCastType2()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/include/std/
A Dtype_traits3431 template<typename _Ap, typename _Bp, typename = void>
3436 template<typename _Ap, typename _Bp>
3437 using __common_ref = typename __common_ref_impl<_Ap, _Bp>::type;
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/include/std/
A Dtype_traits3302 template<typename _Ap, typename _Bp, typename = void>
3307 template<typename _Ap, typename _Bp>
3308 using __common_ref = typename __common_ref_impl<_Ap, _Bp>::type;
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/
A DChangeLog3261 _Xp, _Bp.

Completed in 61 milliseconds