Lines Matching defs:test_integer
509 void test_integer() {
515 test_integer<char>();
516 test_integer<signed char>();
517 test_integer<unsigned char>();
518 test_integer<short>();
519 test_integer<unsigned short>();
520 test_integer<int>();
521 test_integer<unsigned int>();
522 test_integer<long>();
523 test_integer<unsigned long>();
524 test_integer<long long>();
525 test_integer<unsigned long long>();