Searched refs:test_table (Results 1 - 4 of 4) sorted by relevance

/haiku-buildtools/legacy/gcc/gcc/fixinc/
H A Dfixtests.c142 static test_entry_t test_table[] = { FIX_TEST_TABLE { NULL, NULL }}; local
144 #define TEST_TABLE_CT (ARRAY_SIZE (test_table)-1)
147 test_entry_t* pte = test_table;
/haiku-buildtools/gcc/fixincludes/
H A Dfixtests.c139 static test_entry_t test_table[] = { FIX_TEST_TABLE { NULL, NULL }}; local
141 #define TEST_TABLE_CT (ARRAY_SIZE (test_table)-1)
144 test_entry_t* pte = test_table;
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/s390/
H A Dhtm-builtins-2.c644 static int run_all_tests(const test_table_entry_t *test_table) argument
650 rc = 0, test = &test_table[0];
663 const test_table_entry_t test_table[] = { local
678 rc = run_all_tests(test_table);
H A Dhtm-builtins-1.c1025 static int run_all_tests (const test_table_entry_t *test_table) argument
1031 rc = 0, test = &test_table[0];
1044 const test_table_entry_t test_table[] = { local
1069 rc = run_all_tests (test_table);

Completed in 42 milliseconds