Home | History | Annotate | Download | only in numeric.limits.members

Lines Matching full:true

28     test<bool, true>();
29 test<char, true>();
30 test<signed char, true>();
31 test<unsigned char, true>();
32 test<wchar_t, true>();
34 test<char16_t, true>();
35 test<char32_t, true>();
37 test<short, true>();
38 test<unsigned short, true>();
39 test<int, true>();
40 test<unsigned int, true>();
41 test<long, true>();
42 test<unsigned long, true>();
43 test<long long, true>();
44 test<unsigned long long, true>();