Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dread-rtl.c147 static vec<mapping *> current_iterators; variable
395 FOR_EACH_VEC_ELT (current_iterators, i, iterator) in FOR_EACH_VEC_ELT()
608 current_iterators.safe_push (iterator); in add_current_iterators()
685 tmp_oname.arg_types.create (current_iterators.length ()); in handle_overloaded_name()
812 FOR_EACH_VEC_ELT (current_iterators, i, iterator) in apply_iterators()
814 current_iterators.truncate (0); in apply_iterators()
826 gcc_assert (!current_iterators.is_empty ()); in apply_iterators()
876 i = current_iterators.length (); in apply_iterators()
882 iterator = current_iterators[i]; in apply_iterators()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dread-rtl.cc141 static vec<mapping *> current_iterators; variable
461 FOR_EACH_VEC_ELT (current_iterators, i, iterator) in map_attr_string()
674 current_iterators.safe_push (iterator); in add_current_iterators()
751 tmp_oname.arg_types.create (current_iterators.length ()); in handle_overloaded_name()
878 FOR_EACH_VEC_ELT (current_iterators, i, iterator) in apply_iterators()
880 current_iterators.truncate (0); in apply_iterators()
892 gcc_assert (!current_iterators.is_empty ()); in apply_iterators()
942 i = current_iterators.length (); in apply_iterators()
948 iterator = current_iterators[i]; in apply_iterators()
H A DChangeLog-201221963 (current_iterators, iterator_uses, attribute_uses): New variables.