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

/freebsd-9.3-release/contrib/gcc/
H A Dgensupport.c1332 static const struct std_pred_table std_preds[] = {
1356 #define NUM_KNOWN_STD_PREDS ARRAY_SIZE (std_preds)
1374 pred->name = std_preds[i].name;
1375 pred->special = std_preds[i].special;
1377 for (j = 0; std_preds[i].codes[j] != 0; j++)
1379 enum rtx_code code = std_preds[i].codes[j];
1393 pred->singleton = std_preds[i].codes[0];
1327 static const struct std_pred_table std_preds[] = { variable in typeref:struct:std_pred_table

Completed in 46 milliseconds