Lines Matching refs:integral_constant
1871 {seed(integral_constant<bool, __m == 0>(),
1872 integral_constant<bool, __c == 0>(), __s);}
1881 {__seed(__q, integral_constant<unsigned,
1914 void __seed(_Sseq& __q, integral_constant<unsigned, 1>);
1916 void __seed(_Sseq& __q, integral_constant<unsigned, 2>);
1953 integral_constant<unsigned, 1>)
1966 integral_constant<unsigned, 2>)
2125 {__seed(__q, integral_constant<unsigned, 1 + (__w - 1) / 32>());}
2174 void __seed(_Sseq& __q, integral_constant<unsigned, 1>);
2176 void __seed(_Sseq& __q, integral_constant<unsigned, 2>);
2322 __t, __c, __l, __f>::__seed(_Sseq& __q, integral_constant<unsigned, 1>)
2347 __t, __c, __l, __f>::__seed(_Sseq& __q, integral_constant<unsigned, 2>)
2573 {seed(__sd, integral_constant<unsigned, 1 + (__w - 1) / 32>());}
2582 {__seed(__q, integral_constant<unsigned, 1 + (__w - 1) / 32>());}
2619 void seed(result_type __sd, integral_constant<unsigned, 1>);
2620 void seed(result_type __sd, integral_constant<unsigned, 2>);
2622 void __seed(_Sseq& __q, integral_constant<unsigned, 1>);
2624 void __seed(_Sseq& __q, integral_constant<unsigned, 2>);
2643 integral_constant<unsigned, 1>)
2656 integral_constant<unsigned, 2>)
2674 integral_constant<unsigned, 1>)
2689 integral_constant<unsigned, 2>)
3085 result_type operator()() {return __eval(integral_constant<bool, _Rp != 0>());}
3314 result_type operator()() {return __eval(integral_constant<bool, _Rp != 0>());}
3360 result_type __eval(false_type) {return __eval2(integral_constant<bool, __k & 1>());}