HomeSort by relevance Sort by last modified time
    Searched refs:ExpectGreater (Results 1 - 3 of 3) sorted by null

  /external/libcxx/test/std/language.support/cmp/cmp.partialord/
partialord.pass.cpp 85 bool ExpectGreater;
100 assert((V > 0) == TC.ExpectGreater);
102 assert((V >= 0) == (TC.ExpectGreater || TC.ExpectEq));
104 assert((0 < V) == TC.ExpectGreater);
106 assert((0 <= V) == (TC.ExpectGreater || TC.ExpectEq));
  /external/libcxx/test/std/language.support/cmp/cmp.weakord/
weakord.pass.cpp 100 bool ExpectGreater;
114 assert((V > 0) == TC.ExpectGreater);
116 assert((V >= 0) == (TC.ExpectGreater || TC.ExpectEq));
118 assert((0 < V) == TC.ExpectGreater);
120 assert((0 <= V) == (TC.ExpectGreater || TC.ExpectEq));
  /external/libcxx/test/std/language.support/cmp/cmp.strongord/
strongord.pass.cpp 142 bool ExpectGreater;
157 assert((V > 0) == TC.ExpectGreater);
159 assert((V >= 0) == (TC.ExpectGreater || TC.ExpectEq));
161 assert((0 < V) == TC.ExpectGreater);
163 assert((0 <= V) == (TC.ExpectGreater || TC.ExpectEq));

Completed in 3277 milliseconds