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

/freebsd-12-stable/contrib/gcc/
H A Dtree.c6841 char mode_name_buf[4], *q;
6860 for (p = GET_MODE_NAME (mode), q = mode_name_buf; *p; p++, q++)
6864 built_in_names[mcode] = concat ("__mul", mode_name_buf, "3", NULL);
6868 built_in_names[dcode] = concat ("__div", mode_name_buf, "3", NULL);
6811 char mode_name_buf[4], *q; local

Completed in 61 milliseconds