Home | History | Annotate | Download | only in bits

Lines Matching defs:__is_integer

136     struct __is_integer
146 struct __is_integer<bool>
153 struct __is_integer<char>
160 struct __is_integer<signed char>
167 struct __is_integer<unsigned char>
175 struct __is_integer<wchar_t>
184 struct __is_integer<char16_t>
191 struct __is_integer<char32_t>
199 struct __is_integer<short>
206 struct __is_integer<unsigned short>
213 struct __is_integer<int>
220 struct __is_integer<unsigned int>
227 struct __is_integer<long>
234 struct __is_integer<unsigned long>
241 struct __is_integer<long long>
248 struct __is_integer<unsigned long long>
326 : public __traitor<__is_integer<_Tp>, __is_floating<_Tp> >