Home | History | Annotate | Download | only in support

Lines Matching defs:int_type

23     typedef int       int_type;
44 static TEST_CONSTEXPR int_type not_eof(int_type __c) TEST_NOEXCEPT
47 static TEST_CONSTEXPR char_type to_char_type(int_type __c) TEST_NOEXCEPT
50 static TEST_CONSTEXPR int_type to_int_type(char_type __c) TEST_NOEXCEPT
51 {return int_type(__c);}
53 static TEST_CONSTEXPR bool eq_int_type(int_type __c1, int_type __c2) TEST_NOEXCEPT
56 static TEST_CONSTEXPR int_type eof() TEST_NOEXCEPT
57 {return int_type(EOF);}