Home
last modified time | relevance | path

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

/external/libcxx/test/std/utilities/template.bitset/bitset.members/
Dindex_const.pass.cpp39 …const bool greater_than_0 = std::integral_constant<bool, (N > 0)>::value; // avoid compiler warnin… in test_index_const() local
40 if (greater_than_0) in test_index_const()
Dop_eq_eq.pass.cpp44 …const bool greater_than_0 = std::integral_constant<bool, (N > 0)>::value; // avoid compiler warnin… in test_equality() local
45 if (greater_than_0) in test_equality()
Dindex.pass.cpp39 …const bool greater_than_0 = std::integral_constant<bool, (N > 0)>::value; // avoid compiler warnin… in test_index_const() local
40 if (greater_than_0) in test_index_const()