Home | History | Annotate | Download | only in bitset.members

Lines Matching defs:test_count

29 void test_count()
42 test_count<0>();
43 test_count<1>();
44 test_count<31>();
45 test_count<32>();
46 test_count<33>();
47 test_count<63>();
48 test_count<64>();
49 test_count<65>();
50 test_count<1000>();