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

  /src/external/gpl3/gcc/dist/gcc/
reload.cc 2660 char this_alternative_offmemok[MAX_RECOG_OPERANDS];
3201 this_alternative_offmemok[i] = 0;
3275 if (this_alternative_offmemok[m]
3578 this_alternative_offmemok[i] = offmemok;
3792 goal_alternative_offmemok[i] = this_alternative_offmemok[i];
3823 = this_alternative_offmemok[i];
2647 char this_alternative_offmemok[MAX_RECOG_OPERANDS]; local
  /src/external/gpl3/gcc.old/dist/gcc/
reload.cc 2659 char this_alternative_offmemok[MAX_RECOG_OPERANDS];
3206 this_alternative_offmemok[i] = 0;
3280 if (this_alternative_offmemok[m]
3583 this_alternative_offmemok[i] = offmemok;
3797 goal_alternative_offmemok[i] = this_alternative_offmemok[i];
3828 = this_alternative_offmemok[i];
2646 char this_alternative_offmemok[MAX_RECOG_OPERANDS]; local

Completed in 28 milliseconds