Home | History | Annotate | Download | only in bits

Lines Matching defs:__is_integer

132     struct __is_integer
142 struct __is_integer<bool>
149 struct __is_integer<char>
156 struct __is_integer<signed char>
163 struct __is_integer<unsigned char>
171 struct __is_integer<wchar_t>
180 struct __is_integer<char16_t>
187 struct __is_integer<char32_t>
195 struct __is_integer<short>
202 struct __is_integer<unsigned short>
209 struct __is_integer<int>
216 struct __is_integer<unsigned int>
223 struct __is_integer<long>
230 struct __is_integer<unsigned long>
237 struct __is_integer<long long>
244 struct __is_integer<unsigned long long>
322 : public __traitor<__is_integer<_Tp>, __is_floating<_Tp> >