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

/freebsd-10.3-release/contrib/gcc/
H A Dread-rtl.c118 static const char *apply_macro_to_string (const char *, struct mapping *, int);
382 apply_macro_to_string (const char *string, struct mapping *macro, int value) function
456 XTMPL (x, i) = apply_macro_to_string (XTMPL (x, i), macro, value);
461 XSTR (x, i) = apply_macro_to_string (XSTR (x, i), macro, value);

Completed in 108 milliseconds