Searched defs:not_eof (Results 1 – 10 of 10) sorted by relevance
194 sub not_eof { method in ANTLR::Runtime::CommonToken
45 static inline int_type not_eof(int_type __c) { in not_eof() function
120 static int_type not_eof(const int_type& c) { in not_eof() function
43 static int_type not_eof(const int_type&) { return 0; } 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
161 static inline _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR int_type not_eof(int_type __c) _NOEXCEPT in not_eof() function
44 static TEST_CONSTEXPR int_type not_eof(int_type __c) TEST_NOEXCEPT in not_eof() function
46 static TEST_CONSTEXPR int_type not_eof(int_type c) TEST_NOEXCEPT in not_eof() function
83 …static constexpr int_type not_eof(int_type c) noexcept { return eq_int_type(c, eof()) ? ~eof() : c… in not_eof() function