Home
last modified time | relevance | path

Searched refs:make_bitset (Results 1 – 19 of 19) sorted by relevance

/external/libcxx/test/std/utilities/template.bitset/bitset.operators/
Dop_and.pass.cpp26 make_bitset() in make_bitset() function
37 std::bitset<N> v1 = make_bitset<N>(); in test_op_and()
38 std::bitset<N> v2 = make_bitset<N>(); in test_op_and()
Dop_not.pass.cpp26 make_bitset() in make_bitset() function
37 std::bitset<N> v1 = make_bitset<N>(); in test_op_not()
38 std::bitset<N> v2 = make_bitset<N>(); in test_op_not()
Dop_or.pass.cpp26 make_bitset() in make_bitset() function
37 std::bitset<N> v1 = make_bitset<N>(); in test_op_or()
38 std::bitset<N> v2 = make_bitset<N>(); in test_op_or()
/external/libcxx/test/std/utilities/template.bitset/bitset.members/
Dop_xor_eq.pass.cpp26 make_bitset() in make_bitset() function
37 std::bitset<N> v1 = make_bitset<N>(); in test_op_xor_eq()
38 std::bitset<N> v2 = make_bitset<N>(); in test_op_xor_eq()
Dop_or_eq.pass.cpp26 make_bitset() in make_bitset() function
37 std::bitset<N> v1 = make_bitset<N>(); in test_op_or_eq()
38 std::bitset<N> v2 = make_bitset<N>(); in test_op_or_eq()
Dop_and_eq.pass.cpp26 make_bitset() in make_bitset() function
37 std::bitset<N> v1 = make_bitset<N>(); in test_op_and_eq()
38 std::bitset<N> v2 = make_bitset<N>(); in test_op_and_eq()
Dto_string.pass.cpp39 make_bitset() in make_bitset() function
51 std::bitset<N> v = make_bitset<N>(); in test_to_string()
86 std::bitset<N> v = make_bitset<N>(); in test_to_string()
121 std::bitset<N> v = make_bitset<N>(); in test_to_string()
Dindex_const.pass.cpp27 make_bitset() in make_bitset() function
38 const std::bitset<N> v1 = make_bitset<N>(); in test_index_const()
Dleft_shift.pass.cpp26 make_bitset() in make_bitset() function
39 std::bitset<N> v1 = make_bitset<N>(); in test_left_shift()
Dnot_all.pass.cpp26 make_bitset() in make_bitset() function
37 std::bitset<N> v1 = make_bitset<N>(); in test_not_all()
Dtest.pass.cpp25 make_bitset() in make_bitset() function
36 const std::bitset<N> v1 = make_bitset<N>(); in test_test()
Dright_shift.pass.cpp26 make_bitset() in make_bitset() function
39 std::bitset<N> v1 = make_bitset<N>(); in test_right_shift()
Dflip_all.pass.cpp26 make_bitset() in make_bitset() function
37 std::bitset<N> v1 = make_bitset<N>(); in test_flip_all()
Dop_eq_eq.pass.cpp30 make_bitset() in make_bitset() function
41 const std::bitset<N> v1 = make_bitset<N>(); in test_equality()
Dcount.pass.cpp26 make_bitset() in make_bitset() function
37 const std::bitset<N> v = make_bitset<N>(); in test_count()
Dflip_one.pass.cpp25 make_bitset() in make_bitset() function
36 std::bitset<N> v = make_bitset<N>(); in test_flip_one()
Dleft_shift_eq.pass.cpp26 make_bitset() in make_bitset() function
39 std::bitset<N> v1 = make_bitset<N>(); in test_left_shift()
Dright_shift_eq.pass.cpp26 make_bitset() in make_bitset() function
39 std::bitset<N> v1 = make_bitset<N>(); in test_right_shift()
Dindex.pass.cpp27 make_bitset() in make_bitset() function
38 std::bitset<N> v1 = make_bitset<N>(); in test_index_const()