| /src/external/gpl3/gcc/dist/gcc/ |
| gensupport.cc | 66 static htab_t condition_table; variable 3138 condition_table = htab_create (500, hash_c_test, cmp_c_test, NULL); 3408 condition_table and report whether or not its value is known 3421 test = (const struct c_test *)htab_find (condition_table, &dummy); 3427 /* Record the C test expression EXPR in the condition_table, with 3442 *(htab_find_slot (condition_table, test, INSERT)) = test; 3450 if (condition_table) 3451 htab_traverse (condition_table, callback, info);
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| gensupport.cc | 62 static htab_t condition_table; variable 2594 condition_table = htab_create (500, hash_c_test, cmp_c_test, NULL); 2808 condition_table and report whether or not its value is known 2821 test = (const struct c_test *)htab_find (condition_table, &dummy); 2827 /* Record the C test expression EXPR in the condition_table, with 2842 *(htab_find_slot (condition_table, test, INSERT)) = test; 2850 if (condition_table) 2851 htab_traverse (condition_table, callback, info);
|
| /src/external/gpl3/binutils/dist/gas/config/ |
| rx-parse.c | 4857 static struct condition_symbol condition_table[] = variable in typeref:struct:condition_symbol 4889 #define NUM_CONDITIONS (sizeof (condition_table) / sizeof (condition_table[0])) 4983 condition_table, NUM_CONDITIONS))
|
| /src/external/gpl3/binutils.old/dist/gas/config/ |
| rx-parse.c | 4857 static struct condition_symbol condition_table[] = variable in typeref:struct:condition_symbol 4889 #define NUM_CONDITIONS (sizeof (condition_table) / sizeof (condition_table[0])) 4983 condition_table, NUM_CONDITIONS))
|