HomeSort by: relevance | last modified time | path
    Searched defs:eq_int_type (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
char_traits.h 170 eq_int_type(const int_type& __c1, const int_type& __c2) function in struct:char_traits
180 { return !eq_int_type(__c, eof()) ? __c : to_int_type(char_type()); }
453 eq_int_type(const int_type& __c1, const int_type& __c2) _GLIBCXX_NOEXCEPT
582 eq_int_type(const int_type& __c1, const int_type& __c2) _GLIBCXX_NOEXCEPT
592 { return eq_int_type(__c, eof()) ? 0 : __c; }
717 eq_int_type(const int_type& __c1, const int_type& __c2) _GLIBCXX_NOEXCEPT
727 { return eq_int_type(__c, eof()) ? 0 : __c; }
846 eq_int_type(const int_type& __c1, const int_type& __c2) noexcept
860 { return eq_int_type(__c, eof()) ? 0 : __c; }
977 eq_int_type(const int_type& __c1, const int_type& __c2) noexcep
    [all...]
  /src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/
pod_char_traits.h 180 eq_int_type(const int_type& __c1, const int_type& __c2) function in struct:char_traits
194 { return eq_int_type(__c, eof()) ? int_type() : __c; }
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
char_traits.h 155 eq_int_type(const int_type& __c1, const int_type& __c2) function in struct:char_traits
164 { return !eq_int_type(__c, eof()) ? __c : to_int_type(char_type()); }
451 eq_int_type(const int_type& __c1, const int_type& __c2) _GLIBCXX_NOEXCEPT
576 eq_int_type(const int_type& __c1, const int_type& __c2) _GLIBCXX_NOEXCEPT
585 { return eq_int_type(__c, eof()) ? 0 : __c; }
707 eq_int_type(const int_type& __c1, const int_type& __c2) _GLIBCXX_NOEXCEPT
716 { return eq_int_type(__c, eof()) ? 0 : __c; }
840 eq_int_type(const int_type& __c1, const int_type& __c2) noexcept
849 { return eq_int_type(__c, eof()) ? 0 : __c; }
961 eq_int_type(const int_type& __c1, const int_type& __c2) noexcep
    [all...]
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/
pod_char_traits.h 178 eq_int_type(const int_type& __c1, const int_type& __c2) function in struct:char_traits
192 { return eq_int_type(__c, eof()) ? int_type() : __c; }

Completed in 156 milliseconds