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

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Drtlanal.c5116 unsigned int copies_for_hook = 1, copies = 1;
5118 &copies_for_hook);
5124 if (copies > 1 || copies_for_hook > 1)
5125 return MAX (copies, copies_for_hook);
5087 unsigned int copies_for_hook = 1, copies = 1; local
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Drtlanal.cc5451 unsigned int copies_for_hook = 1, copies = 1;
5453 &copies_for_hook);
5459 if (copies > 1 || copies_for_hook > 1)
5460 return MAX (copies, copies_for_hook);

Completed in 205 milliseconds