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.cpp22 make_bitset() in make_bitset() function
33 std::bitset<N> v1 = make_bitset<N>(); in test_op_and()
34 std::bitset<N> v2 = make_bitset<N>(); in test_op_and()
Dop_not.pass.cpp22 make_bitset() in make_bitset() function
33 std::bitset<N> v1 = make_bitset<N>(); in test_op_not()
34 std::bitset<N> v2 = make_bitset<N>(); in test_op_not()
Dop_or.pass.cpp22 make_bitset() in make_bitset() function
33 std::bitset<N> v1 = make_bitset<N>(); in test_op_or()
34 std::bitset<N> v2 = make_bitset<N>(); in test_op_or()
/external/libcxx/test/std/utilities/template.bitset/bitset.members/
Dop_and_eq.pass.cpp22 make_bitset() in make_bitset() function
33 std::bitset<N> v1 = make_bitset<N>(); in test_op_and_eq()
34 std::bitset<N> v2 = make_bitset<N>(); in test_op_and_eq()
Dop_xor_eq.pass.cpp22 make_bitset() in make_bitset() function
33 std::bitset<N> v1 = make_bitset<N>(); in test_op_xor_eq()
34 std::bitset<N> v2 = make_bitset<N>(); in test_op_xor_eq()
Dop_or_eq.pass.cpp22 make_bitset() in make_bitset() function
33 std::bitset<N> v1 = make_bitset<N>(); in test_op_or_eq()
34 std::bitset<N> v2 = make_bitset<N>(); in test_op_or_eq()
Dto_string.pass.cpp35 make_bitset() in make_bitset() function
47 std::bitset<N> v = make_bitset<N>(); in test_to_string()
82 std::bitset<N> v = make_bitset<N>(); in test_to_string()
117 std::bitset<N> v = make_bitset<N>(); in test_to_string()
Dindex_const.pass.cpp23 make_bitset() in make_bitset() function
34 const std::bitset<N> v1 = make_bitset<N>(); in test_index_const()
Dleft_shift.pass.cpp22 make_bitset() in make_bitset() function
35 std::bitset<N> v1 = make_bitset<N>(); in test_left_shift()
Dtest.pass.cpp20 make_bitset() in make_bitset() function
31 const std::bitset<N> v1 = make_bitset<N>(); in test_test()
Dnot_all.pass.cpp22 make_bitset() in make_bitset() function
33 std::bitset<N> v1 = make_bitset<N>(); in test_not_all()
Dright_shift.pass.cpp22 make_bitset() in make_bitset() function
35 std::bitset<N> v1 = make_bitset<N>(); in test_right_shift()
Dflip_all.pass.cpp22 make_bitset() in make_bitset() function
33 std::bitset<N> v1 = make_bitset<N>(); in test_flip_all()
Dcount.pass.cpp22 make_bitset() in make_bitset() function
33 const std::bitset<N> v = make_bitset<N>(); in test_count()
Dop_eq_eq.pass.cpp26 make_bitset() in make_bitset() function
37 const std::bitset<N> v1 = make_bitset<N>(); in test_equality()
Dflip_one.pass.cpp20 make_bitset() in make_bitset() function
31 std::bitset<N> v = make_bitset<N>(); in test_flip_one()
Dright_shift_eq.pass.cpp22 make_bitset() in make_bitset() function
35 std::bitset<N> v1 = make_bitset<N>(); in test_right_shift()
Dleft_shift_eq.pass.cpp22 make_bitset() in make_bitset() function
35 std::bitset<N> v1 = make_bitset<N>(); in test_left_shift()
Dindex.pass.cpp23 make_bitset() in make_bitset() function
34 std::bitset<N> v1 = make_bitset<N>(); in test_index_const()