Home
last modified time | relevance | path

Searched refs:current_iterator_name (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dread-rtl.c135 const char *current_iterator_name; variable
305 if (strcmp (XSTR (attrs_vec->elem[i], 0), current_iterator_name) == 0) in apply_subst_iterator()
314 XSTR (new_attr, 0) = xstrdup (current_iterator_name); in apply_subst_iterator()
861 current_iterator_name = iuse->iterator->name; in apply_iterators()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dread-rtl.cc129 const char *current_iterator_name; variable
371 if (strcmp (XSTR (attrs_vec->elem[i], 0), current_iterator_name) == 0) in apply_subst_iterator()
380 XSTR (new_attr, 0) = xstrdup (current_iterator_name); in apply_subst_iterator()
927 current_iterator_name = iuse->iterator->name; in apply_iterators()