Searched refs:condition_table (Results 1 – 3 of 3) sorted by relevance
| /trueos/contrib/gcc/ |
| HD | gensupport.c | 54 static htab_t condition_table; variable 981 condition_table = htab_create (500, hash_c_test, cmp_c_test, NULL); in init_md_reader_args_cb() 1195 test = (const struct c_test *)htab_find (condition_table, &dummy); in maybe_eval_c_test() 1216 *(htab_find_slot (condition_table, test, INSERT)) = test; in add_c_test() 1224 if (condition_table) in traverse_c_tests() 1225 htab_traverse (condition_table, callback, info); in traverse_c_tests()
|
| HD | ChangeLog-2006 | 14130 * genconditions.c (condition_table, add_condition): Delete. 14136 (main): Don't initialize condition_table. Use add_c_test.
|
| HD | ChangeLog-2002 | 11921 (insn_elision, condition_table, hash_c_test, cmp_c_test, 11924 (init_md_reader): Read and initialize the condition_table.
|