Home
last modified time | relevance | path

Searched refs:greater_than_1 (Results 1 – 3 of 3) sorted by relevance

/external/libcxx/test/std/utilities/template.bitset/bitset.members/
Dall.pass.cpp24 …const bool greater_than_1 = std::integral_constant<bool, (N > 1)>::value; // avoid compiler warnin… in test_all() local
25 if (greater_than_1) in test_all()
Dany.pass.cpp24 …const bool greater_than_1 = std::integral_constant<bool, (N > 1)>::value; // avoid compiler warnin… in test_any() local
25 if (greater_than_1) in test_any()
Dnone.pass.cpp24 …const bool greater_than_1 = std::integral_constant<bool, (N > 1)>::value; // avoid compiler warnin… in test_none() local
25 if (greater_than_1) in test_none()