Home
last modified time | relevance | path

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

/llvm-project/libcxx/test/std/strings/basic.string.hash/
H A Dchar_type_hash.verify.cpp41 static inline int_type not_eof(int_type __c) { return eq_int_type(__c, eof()) ? ~eof() : __c; } in not_eof() function
/llvm-project/libcxx/test/std/strings/string.view/string.view.hash/
H A Dchar_type.hash.verify.cpp42 static inline int_type not_eof(int_type __c) { return eq_int_type(__c, eof()) ? ~eof() : __c; } in not_eof() function
/llvm-project/libcxx/test/std/strings/string.view/string.view.comparison/
H A Dcomparison.pass.cpp65 …static constexpr int_type not_eof(int_type __c) noexcept { return eq_int_type(__c, eof()) ? ~eof()… in not_eof() function
/llvm-project/libcxx/test/std/strings/basic.string/string.capacity/
H A Dshrink_to_fit.explicit_instantiation.sh.cpp43 static int_type not_eof(const int_type&) { return 0; } in not_eof() function
/llvm-project/libcxx/test/support/
H A Dconstexpr_char_traits.h71 static TEST_CONSTEXPR int_type not_eof(int_type c) TEST_NOEXCEPT in not_eof() function
H A Dnasty_string.h84 …static constexpr int_type not_eof(int_type c) noexcept { return eq_int_type(c, eof()) ? ~eof() : c… in not_eof() function
/llvm-project/libcxx/test/std/localization/locale.categories/category.numeric/locale.num.get/
H A Duser_defined_char_type.pass.cpp67 static int_type not_eof(int_type i) { return char_traits<char>::not_eof(i); } not_eof() function