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

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dread-rtl-function.c1080 const char *desc_start = desc; local
1088 desc_start += 5;
1090 const char *space = strchr (desc_start, ' ');
1092 desc_start = space + 1;
1096 if (ISDIGIT (*desc_start))
1099 ORIGINAL_REGNO (x) = atoi (desc_start);
1104 add_fixup_expr (loc, x, desc_start);
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dread-rtl-function.cc1081 const char *desc_start = desc; local
1089 desc_start += 5;
1091 const char *space = strchr (desc_start, ' ');
1093 desc_start = space + 1;
1097 if (ISDIGIT (*desc_start))
1100 ORIGINAL_REGNO (x) = atoi (desc_start);
1105 add_fixup_expr (loc, x, desc_start);

Completed in 76 milliseconds