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