Lines Matching refs:test_integer
530 void test_integer() { in test_integer() function
536 test_integer<char>(); in all_integer_tests()
537 test_integer<signed char>(); in all_integer_tests()
538 test_integer<unsigned char>(); in all_integer_tests()
539 test_integer<short>(); in all_integer_tests()
540 test_integer<unsigned short>(); in all_integer_tests()
541 test_integer<int>(); in all_integer_tests()
542 test_integer<unsigned int>(); in all_integer_tests()
543 test_integer<long>(); in all_integer_tests()
544 test_integer<unsigned long>(); in all_integer_tests()
545 test_integer<long long>(); in all_integer_tests()
546 test_integer<unsigned long long>(); in all_integer_tests()