Searched defs:not_eof (Results 1 – 7 of 7) sorted by relevance
41 static inline int_type not_eof(int_type __c) { return eq_int_type(__c, eof()) ? ~eof() : __c; } in not_eof() function
42 static inline int_type not_eof(int_type __c) { return eq_int_type(__c, eof()) ? ~eof() : __c; } in not_eof() function
65 …static constexpr int_type not_eof(int_type __c) noexcept { return eq_int_type(__c, eof()) ? ~eof()… in not_eof() function
43 static int_type not_eof(const int_type&) { return 0; } in not_eof() function
71 static TEST_CONSTEXPR int_type not_eof(int_type c) TEST_NOEXCEPT in not_eof() function
84 …static constexpr int_type not_eof(int_type c) noexcept { return eq_int_type(c, eof()) ? ~eof() : c… in not_eof() function
67 static int_type not_eof(int_type i) { return char_traits<char>::not_eof(i); } not_eof() function