Home
last modified time | relevance | path

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

/llvm-project/libcxx/test/std/strings/basic.string.hash/
H A Dchar_type_hash.verify.cpp42 static inline char_type to_char_type(int_type __c) { return char_type(__c); } in to_char_type() function
/llvm-project/libcxx/test/std/strings/string.view/string.view.hash/
H A Dchar_type.hash.verify.cpp43 static inline char_type to_char_type(int_type __c) { return char_type(__c); } in to_char_type() function
/llvm-project/libcxx/test/std/strings/string.view/string.view.comparison/
H A Dcomparison.pass.cpp66 static constexpr char_type to_char_type(int_type __c) noexcept { return char_type(__c); } in to_char_type() function
/llvm-project/libcxx/test/std/strings/basic.string/string.capacity/
H A Dshrink_to_fit.explicit_instantiation.sh.cpp44 static char_type to_char_type(const int_type&) { return char_type(); } in to_char_type() function
/llvm-project/libcxx/test/support/
H A Dconstexpr_char_traits.h74 static TEST_CONSTEXPR char_type to_char_type(int_type c) TEST_NOEXCEPT in to_char_type() function
H A Dnasty_string.h86 static constexpr char_type to_char_type(int_type c) noexcept { return char_type(c); } in to_char_type() function
/llvm-project/libcxx/test/std/localization/locale.categories/category.numeric/locale.num.get/
H A Duser_defined_char_type.pass.cpp68 static char_type to_char_type(int_type i) { return Char(char_traits<char>::to_char_type(i)); } to_char_type() function