Searched defs:eq_int_type (Results 1 – 7 of 7) sorted by relevance
44 static inline bool eq_int_type(int_type __c1, int_type __c2) { return __c1 == __c2; } in eq_int_type() function
45 static inline bool eq_int_type(int_type __c1, int_type __c2) { return __c1 == __c2; } in eq_int_type() function
68 static constexpr bool eq_int_type(int_type __c1, int_type __c2) noexcept { return __c1 == __c2; } in eq_int_type() function
46 static bool eq_int_type(const int_type&, const int_type&) { return false; } in eq_int_type() function
80 static TEST_CONSTEXPR bool eq_int_type(int_type c1, int_type c2) TEST_NOEXCEPT in eq_int_type() function
90 static constexpr bool eq_int_type(int_type c1, int_type c2) noexcept { return c1 == c2; } in eq_int_type() function
70 static bool eq_int_type(int_type i, int_type j) { return i == j; } eq_int_type() function