Home
last modified time | relevance | path

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

/external/llvm-project/libcxx/test/std/utilities/template.bitset/bitset.operators/
Dop_and.pass.cpp20 void test_op_and() { in test_op_and() function
33 test_op_and<0>(); in main()
34 test_op_and<1>(); in main()
35 test_op_and<31>(); in main()
36 test_op_and<32>(); in main()
37 test_op_and<33>(); in main()
38 test_op_and<63>(); in main()
39 test_op_and<64>(); in main()
40 test_op_and<65>(); in main()
41 test_op_and<1000>(); in main()
/external/libcxx/test/std/utilities/template.bitset/bitset.operators/
Dop_and.pass.cpp35 void test_op_and() in test_op_and() function
45 test_op_and<0>(); in main()
46 test_op_and<1>(); in main()
47 test_op_and<31>(); in main()
48 test_op_and<32>(); in main()
49 test_op_and<33>(); in main()
50 test_op_and<63>(); in main()
51 test_op_and<64>(); in main()
52 test_op_and<65>(); in main()
53 test_op_and<1000>(); in main()