HomeSort by: relevance | last modified time | path
    Searched defs:restr_val2 (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/config/rs6000/
rs6000-gen-builtins.cc 411 char *restr_val2[MAXRESTROPNDS]; member in struct:prototype
1300 char **val2 = protoptr->restr_val2;
2274 fprintf (header_file, " int restr_val2[PPC_MAXRESTROPNDS];\n");
2575 fprintf (init_file, " /* restr_val2 */\t{%s, %s, %s},\n",
2576 bifp->proto.restr_val2[0] ? bifp->proto.restr_val2[0] : "0",
2577 bifp->proto.restr_val2[1] ? bifp->proto.restr_val2[1] : "0",
2578 bifp->proto.restr_val2[2] ? bifp->proto.restr_val2[2] : "0")
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
rs6000-gen-builtins.cc 411 char *restr_val2[MAXRESTROPNDS]; member in struct:prototype
1300 char **val2 = protoptr->restr_val2;
2274 fprintf (header_file, " int restr_val2[PPC_MAXRESTROPNDS];\n");
2575 fprintf (init_file, " /* restr_val2 */\t{%s, %s, %s},\n",
2576 bifp->proto.restr_val2[0] ? bifp->proto.restr_val2[0] : "0",
2577 bifp->proto.restr_val2[1] ? bifp->proto.restr_val2[1] : "0",
2578 bifp->proto.restr_val2[2] ? bifp->proto.restr_val2[2] : "0")
    [all...]

Completed in 34 milliseconds