Home
last modified time | relevance | path

Searched defs:eq_int_type (Results 1 – 7 of 7) sorted by relevance

/llvm-project/libcxx/test/std/strings/basic.string.hash/
H A Dchar_type_hash.verify.cpp44 static inline bool eq_int_type(int_type __c1, int_type __c2) { return __c1 == __c2; } in eq_int_type() function
/llvm-project/libcxx/test/std/strings/string.view/string.view.hash/
H A Dchar_type.hash.verify.cpp45 static inline bool eq_int_type(int_type __c1, int_type __c2) { return __c1 == __c2; } in eq_int_type() function
/llvm-project/libcxx/test/std/strings/string.view/string.view.comparison/
H A Dcomparison.pass.cpp68 static constexpr bool eq_int_type(int_type __c1, int_type __c2) noexcept { return __c1 == __c2; } in eq_int_type() function
/llvm-project/libcxx/test/std/strings/basic.string/string.capacity/
H A Dshrink_to_fit.explicit_instantiation.sh.cpp46 static bool eq_int_type(const int_type&, const int_type&) { return false; } in eq_int_type() function
/llvm-project/libcxx/test/support/
H A Dconstexpr_char_traits.h80 static TEST_CONSTEXPR bool eq_int_type(int_type c1, int_type c2) TEST_NOEXCEPT in eq_int_type() function
H A Dnasty_string.h90 static constexpr bool eq_int_type(int_type c1, int_type c2) noexcept { return c1 == c2; } in eq_int_type() function
/llvm-project/libcxx/test/std/localization/locale.categories/category.numeric/locale.num.get/
H A Duser_defined_char_type.pass.cpp70 static bool eq_int_type(int_type i, int_type j) { return i == j; } eq_int_type() function