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

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/
H A Dgenrecog.c649 const char *pred_name = XSTR (pattern, 1);
658 if (pred_name[0] != 0)
660 pred = lookup_predicate (pred_name);
664 pred_name);
964 const char *pred_name;
969 pred_name = "scratch_operand";
974 pred_name = XSTR (pattern, 1);
981 if (pred_name[0] != 0)
986 test->u.pred.name = pred_name;
996 pred = lookup_predicate (pred_name);
646 const char *pred_name = XSTR (pattern, 1); local
961 const char *pred_name; local
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/
H A Dgenrecog.c665 const char *pred_name = XSTR (pattern, 1);
674 if (pred_name[0] != 0)
676 pred = lookup_predicate (pred_name);
680 pred_name);
979 const char *pred_name;
984 pred_name = "scratch_operand";
989 pred_name = XSTR (pattern, 1);
996 if (pred_name[0] != 0)
1001 test->u.pred.name = pred_name;
1011 pred = lookup_predicate (pred_name);
662 const char *pred_name = XSTR (pattern, 1); local
976 const char *pred_name; local
[all...]

Completed in 187 milliseconds