Searched refs:test_integer (Results 1 – 15 of 15) sorted by relevance
508 void test_integer() { in test_integer() function514 test_integer<char>(); in all_integer_tests()515 test_integer<signed char>(); in all_integer_tests()516 test_integer<unsigned char>(); in all_integer_tests()517 test_integer<short>(); in all_integer_tests()518 test_integer<unsigned short>(); in all_integer_tests()519 test_integer<int>(); in all_integer_tests()520 test_integer<unsigned int>(); in all_integer_tests()521 test_integer<long>(); in all_integer_tests()522 test_integer<unsigned long>(); in all_integer_tests()[all …]
81 def test_integer(value): function183 "integer": test_integer,
20 fn test_integer() { in test_integer() function158 fn test_integer() { in test_integer() function
76 def test_integer(self): member in SchemasTest
49 define i64 @test_integer(i64 %in) {
198 def test_integer(value, der): function
43 void test_integer(void) { in test_integer() function
433 void test_integer(void) { in test_integer() function
112 void test_integer(void) { in test_integer() function
1543 void test_integer(void) { in test_integer() function
163 fn test_integer() { in test_integer() function
726 fn test_integer() { in test_integer() function
360 def test_integer(self): member in QueryTestCase
277 void test_integer() { in test_integer() function2319 test_integer<CharT>(); in test()