Home
last modified time | relevance | path

Searched refs:test_index_const (Results 1 – 2 of 2) sorted by relevance

/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/template.bitset/bitset.members/
Dindex_const.pass.cpp29 void test_index_const() in test_index_const() function
40 test_index_const<0>(); in main()
41 test_index_const<1>(); in main()
42 test_index_const<31>(); in main()
43 test_index_const<32>(); in main()
44 test_index_const<33>(); in main()
45 test_index_const<63>(); in main()
46 test_index_const<64>(); in main()
47 test_index_const<65>(); in main()
48 test_index_const<1000>(); in main()
Dindex.pass.cpp29 void test_index_const() in test_index_const() function
58 test_index_const<0>(); in main()
59 test_index_const<1>(); in main()
60 test_index_const<31>(); in main()
61 test_index_const<32>(); in main()
62 test_index_const<33>(); in main()
63 test_index_const<63>(); in main()
64 test_index_const<64>(); in main()
65 test_index_const<65>(); in main()
66 test_index_const<1000>(); in main()