Searched refs:gtn (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dsubstring-locations.c198 unsigned long gtn; local
200 if (sizeof n <= sizeof gtn)
201 gtn = n;
206 gtn = n <= ULONG_MAX ? n : n % 1000000LU + 1000000LU;
208 const char *text = ngettext (singular_gmsgid, plural_gmsgid, gtn);
H A Ddiagnostic.c1325 unsigned long gtn;
1327 if (sizeof n <= sizeof gtn)
1328 gtn = n;
1333 gtn = n <= ULONG_MAX ? n : n % 1000000LU + 1000000LU;
1335 const char *text = ngettext (singular_gmsgid, plural_gmsgid, gtn);
1322 unsigned long gtn; local
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dsubstring-locations.cc198 unsigned long gtn; local
200 if (sizeof n <= sizeof gtn)
201 gtn = n;
206 gtn = n <= ULONG_MAX ? n : n % 1000000LU + 1000000LU;
208 const char *text = ngettext (singular_gmsgid, plural_gmsgid, gtn);
H A Ddiagnostic.cc1562 unsigned long gtn;
1564 if (sizeof n <= sizeof gtn)
1565 gtn = n;
1570 gtn = n <= ULONG_MAX ? n : n % 1000000LU + 1000000LU;
1572 const char *text = ngettext (singular_gmsgid, plural_gmsgid, gtn);

Completed in 136 milliseconds