Home | History | Annotate | Download | only in bits

Lines Matching defs:__is_integer

137     struct __is_integer
147 struct __is_integer<bool>
154 struct __is_integer<char>
161 struct __is_integer<signed char>
168 struct __is_integer<unsigned char>
176 struct __is_integer<wchar_t>
185 struct __is_integer<char16_t>
192 struct __is_integer<char32_t>
200 struct __is_integer<short>
207 struct __is_integer<unsigned short>
214 struct __is_integer<int>
221 struct __is_integer<unsigned int>
228 struct __is_integer<long>
235 struct __is_integer<unsigned long>
242 struct __is_integer<long long>
249 struct __is_integer<unsigned long long>
327 : public __traitor<__is_integer<_Tp>, __is_floating<_Tp> >