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

  /src/external/gpl3/gcc/dist/gcc/
reginfo.cc 99 tree global_regs_decl[FIRST_PSEUDO_REGISTER];
132 global_regs_decl[i] = NULL;
750 inform (DECL_SOURCE_LOCATION (global_regs_decl[i]), local
751 "conflicts with %qD", global_regs_decl[i]);
759 global_regs_decl[i] = decl;
98 tree global_regs_decl[FIRST_PSEUDO_REGISTER]; variable
  /src/external/gpl3/gcc.old/dist/gcc/
reginfo.cc 99 tree global_regs_decl[FIRST_PSEUDO_REGISTER];
132 global_regs_decl[i] = NULL;
745 inform (DECL_SOURCE_LOCATION (global_regs_decl[i]), local
746 "conflicts with %qD", global_regs_decl[i]);
754 global_regs_decl[i] = decl;
98 tree global_regs_decl[FIRST_PSEUDO_REGISTER]; variable
  /src/external/gpl3/gcc/dist/gcc/config/rs6000/
rs6000-logue.cc 5577 inform (DECL_SOURCE_LOCATION (global_regs_decl[29]),
5578 "conflicts with %qD", global_regs_decl[29]);
5574 "conflicts with %qD", global_regs_decl[29]); local
  /src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
rs6000-logue.cc 5554 inform (DECL_SOURCE_LOCATION (global_regs_decl[29]),
5555 "conflicts with %qD", global_regs_decl[29]);
5551 "conflicts with %qD", global_regs_decl[29]); local

Completed in 40 milliseconds