Home
last modified time | relevance | path

Searched refs:NEq (Results 1 – 2 of 2) sorted by relevance

/external/libcxx/test/std/language.support/cmp/cmp.weakeq/
Dcmp.weakeq.pass.cpp45 auto& NEq = std::weak_equality::nonequivalent; in test_constexpr() local
48 assert((NEq == 0) == false); in test_constexpr()
49 assert((0 == NEq) == false); in test_constexpr()
53 assert((NEq != 0) == true); in test_constexpr()
54 assert((0 != NEq) == true); in test_constexpr()
/external/libcxx/test/std/language.support/cmp/cmp.strongeq/
Dcmp.strongeq.pass.cpp60 auto& NEq = std::strong_equality::nonequal; in test_constexpr() local
67 assert((NEq == 0) == false); in test_constexpr()
68 assert((0 == NEq) == false); in test_constexpr()
76 assert((NEq != 0) == true); in test_constexpr()
77 assert((0 != NEq) == true); in test_constexpr()