Home | History | Annotate | Download | only in rs6000

Lines Matching defs:restr

359   restriction restr;
409 restriction restr[MAXRESTROPNDS];
899 restriction restr)
926 typedata->restr = restr;
974 typedata->restr = RES_BITS;
992 typedata->restr = RES_RANGE;
1298 restriction *restr = protoptr->restr;
1324 if (argtype->restr)
1332 restr[restr_cnt] = argtype->restr;
1353 "ispointer = %d, base = %d, restr = %d, val1 = \"%s\", "
1358 argtype->restr, argtype->val1, argtype->val2, pos + 1);
1739 "ispointer = %d, base = %d, restr = %d, val1 = \"%s\", "
1744 ret_type->restr, ret_type->val1, ret_type->val2, pos + 1);
2272 fprintf (header_file, " restriction restr[PPC_MAXRESTROPNDS];\n");
2559 else if (bifp->proto.restr[j] == RES_BITS)
2561 else if (bifp->proto.restr[j] == RES_RANGE)
2563 else if (bifp->proto.restr[j] == RES_VALUES)
2565 else if (bifp->proto.restr[j] == RES_VAR_RANGE)
2569 fprintf (init_file, " /* restr */\t{%s, %s, %s},\n",