Searched refs:apply_iterator_to_string (Results 1 – 8 of 8) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | read-md.h | 211 const char *apply_iterator_to_string (const char *string);
|
H A D | read-rtl.c | 444 md_reader::apply_iterator_to_string (const char *string) in apply_iterator_to_string() function 503 while (XTMPL (x, i) != (p = apply_iterator_to_string (XTMPL (x, i)))) in copy_rtx_for_iterators() 509 while (XSTR (x, i) != (p = apply_iterator_to_string (XSTR (x, i)))) in copy_rtx_for_iterators()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | read-md.h | 211 const char *apply_iterator_to_string (const char *string);
|
H A D | read-rtl.cc | 510 md_reader::apply_iterator_to_string (const char *string) in apply_iterator_to_string() function in md_reader 569 while (XTMPL (x, i) != (p = apply_iterator_to_string (XTMPL (x, i)))) in copy_rtx_for_iterators() 575 while (XSTR (x, i) != (p = apply_iterator_to_string (XSTR (x, i)))) in copy_rtx_for_iterators()
|
H A D | ChangeLog-2016 | 1931 (rtx_reader::apply_iterator_to_string): Rename to... 1932 (md_reader::apply_iterator_to_string): ...this. 9427 (rtx_reader::apply_iterator_to_string): New method decl. 9447 * read-rtl.c (apply_iterator_to_string): Convert to... 9448 (rtx_reader::apply_iterator_to_string): ...member function.
|
H A D | ChangeLog-2012 | 21966 (map_attr_string, apply_iterator_to_string): Remove iterator
|
H A D | ChangeLog-2007 | 10362 (apply_iterator_to_string, uses_iterator_p, apply_iterator_traverse)
|
H A D | ChangeLog-2019 | 20962 (md_reader::apply_iterator_to_string): Likewise. Skip empty
|