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

  /src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
char_traits.h 162 to_char_type(const int_type& __c) function in struct:char_traits
443 to_char_type(const int_type& __c) _GLIBCXX_NOEXCEPT
574 to_char_type(const int_type& __c) _GLIBCXX_NOEXCEPT
709 to_char_type(const int_type& __c) _GLIBCXX_NOEXCEPT
842 to_char_type(const int_type& __c) noexcept
969 to_char_type(const int_type& __c) noexcept
char_traits.h 162 to_char_type(const int_type& __c) function in struct:char_traits
443 to_char_type(const int_type& __c) _GLIBCXX_NOEXCEPT
574 to_char_type(const int_type& __c) _GLIBCXX_NOEXCEPT
709 to_char_type(const int_type& __c) _GLIBCXX_NOEXCEPT
842 to_char_type(const int_type& __c) noexcept
969 to_char_type(const int_type& __c) noexcept
  /src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/
pod_char_traits.h 172 to_char_type(const int_type& __i) function in struct:char_traits
pod_char_traits.h 172 to_char_type(const int_type& __i) function in struct:char_traits
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
char_traits.h 147 to_char_type(const int_type& __c) function in struct:char_traits
441 to_char_type(const int_type& __c) _GLIBCXX_NOEXCEPT
568 to_char_type(const int_type& __c) _GLIBCXX_NOEXCEPT
699 to_char_type(const int_type& __c) _GLIBCXX_NOEXCEPT
832 to_char_type(const int_type& __c) noexcept
953 to_char_type(const int_type& __c) noexcept
char_traits.h 147 to_char_type(const int_type& __c) function in struct:char_traits
441 to_char_type(const int_type& __c) _GLIBCXX_NOEXCEPT
568 to_char_type(const int_type& __c) _GLIBCXX_NOEXCEPT
699 to_char_type(const int_type& __c) _GLIBCXX_NOEXCEPT
832 to_char_type(const int_type& __c) noexcept
953 to_char_type(const int_type& __c) noexcept
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/
pod_char_traits.h 170 to_char_type(const int_type& __i) function in struct:char_traits
pod_char_traits.h 170 to_char_type(const int_type& __i) function in struct:char_traits
  /src/external/gpl3/gcc/dist/gcc/cp/
typeck2.cc 1148 tree to_char_type = TYPE_MAIN_VARIANT (TREE_TYPE (type));
1151 if (to_char_type == from_char_type)
1159 if (ordinary_char_type_p (to_char_type)
1167 && (to_char_type == char_type_node
1168 || to_char_type == unsigned_char_type_node))
1145 tree to_char_type = TYPE_MAIN_VARIANT (TREE_TYPE (type)); local
typeck2.cc 1148 tree to_char_type = TYPE_MAIN_VARIANT (TREE_TYPE (type));
1151 if (to_char_type == from_char_type)
1159 if (ordinary_char_type_p (to_char_type)
1167 && (to_char_type == char_type_node
1168 || to_char_type == unsigned_char_type_node))
1145 tree to_char_type = TYPE_MAIN_VARIANT (TREE_TYPE (type)); local
  /src/external/gpl3/gcc.old/dist/gcc/cp/
typeck2.cc 1123 tree to_char_type = TYPE_MAIN_VARIANT (TREE_TYPE (type));
1126 if (to_char_type == from_char_type)
1134 if (ordinary_char_type_p (to_char_type)
1120 tree to_char_type = TYPE_MAIN_VARIANT (TREE_TYPE (type)); local
typeck2.cc 1123 tree to_char_type = TYPE_MAIN_VARIANT (TREE_TYPE (type));
1126 if (to_char_type == from_char_type)
1134 if (ordinary_char_type_p (to_char_type)
1120 tree to_char_type = TYPE_MAIN_VARIANT (TREE_TYPE (type)); local

Completed in 59 milliseconds