Home
last modified time | relevance | path

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

/freebsd-12.1/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) 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()
H A DChangeLog-200515857 * read-rtl.c (mode_attr_index, apply_macro_to_string,
19209 apply_macro_to_string.
19211 (apply_macro_to_string): Call map_attr_string.
30135 (apply_macro_to_string): Associate the new string with the same
H A DChangeLog-200410430 * read-rtl.c (apply_macro_to_string): Replace index with strchr.
17597 (uses_code_macro_p, apply_code_macro, apply_macro_to_string)