Home
last modified time | relevance | path

Searched defs:to_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.cpp43 static inline int_type to_int_type(char_type __c) { return int_type(__c); } in to_int_type() function
/llvm-project/libcxx/test/std/strings/string.view/string.view.hash/
H A Dchar_type.hash.verify.cpp44 static inline int_type to_int_type(char_type __c) { return int_type(__c); } in to_int_type() function
/llvm-project/libcxx/test/std/strings/string.view/string.view.comparison/
H A Dcomparison.pass.cpp67 static constexpr int_type to_int_type(char_type __c) noexcept { return int_type(__c); } in to_int_type() function
/llvm-project/libcxx/test/std/strings/basic.string/string.capacity/
H A Dshrink_to_fit.explicit_instantiation.sh.cpp45 static int_type to_int_type(const char_type&) { return int_type(); } in to_int_type() function
/llvm-project/libcxx/test/support/
H A Dconstexpr_char_traits.h77 static TEST_CONSTEXPR int_type to_int_type(char_type c) TEST_NOEXCEPT in to_int_type() function
H A Dnasty_string.h88 static constexpr int_type to_int_type(char_type c) noexcept { return int_type(c.c); } in to_int_type() function
/llvm-project/libcxx/test/std/localization/locale.categories/category.numeric/locale.num.get/
H A Duser_defined_char_type.pass.cpp69 static int_type to_int_type(char_type c) { return char_traits<char>::to_int_type(c.underlying_); } to_int_type() function