Searched refs:apply_macro_to_string (Results 1 – 1 of 1) sorted by relevance
/openbsd/gnu/gcc/gcc/ |
H A D | read-rtl.c | 118 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) in apply_macro_to_string() function 456 XTMPL (x, i) = apply_macro_to_string (XTMPL (x, i), macro, value); in apply_macro_to_rtx() 461 XSTR (x, i) = apply_macro_to_string (XSTR (x, i), macro, value); in apply_macro_to_rtx()
|