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

Lines Matching refs:test_count

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