Searched refs:apply_iterator_to_string (Results 1 – 3 of 3) sorted by relevance
/dflybsd-src/contrib/gcc-4.7/gcc/ |
H A D | read-rtl.c | 103 static const char *apply_iterator_to_string (const char *, struct mapping *, int); 285 apply_iterator_to_string (const char *string, struct mapping *iterator, int value) in apply_iterator_to_string() function 358 XTMPL (x, i) = apply_iterator_to_string (XTMPL (x, i), iterator, value); in apply_iterator_to_rtx() 363 XSTR (x, i) = apply_iterator_to_string (XSTR (x, i), iterator, value); in apply_iterator_to_rtx()
|
/dflybsd-src/contrib/gcc-8.0/gcc/ |
H A D | read-md.h | 161 const char *apply_iterator_to_string (const char *string);
|
H A D | read-rtl.c | 382 md_reader::apply_iterator_to_string (const char *string) in apply_iterator_to_string() function 440 while (XTMPL (x, i) != (p = apply_iterator_to_string (XTMPL (x, i)))) in copy_rtx_for_iterators() 446 while (XSTR (x, i) != (p = apply_iterator_to_string (XSTR (x, i)))) in copy_rtx_for_iterators()
|