Lines Matching refs:current_value
66 struct map_value *current_value; member
420 if (v->number == iterator->current_value->number) in FOR_EACH_VEC_ELT()
607 if (iterator->current_value) in add_current_iterators()
774 int value = iterators[i]->current_value->number; in add_overload_instance()
813 iterator->current_value = NULL; in apply_iterators()
818 iuse->iterator->current_value = iuse->iterator->values; in apply_iterators()
842 v = iuse->iterator->current_value; in apply_iterators()
856 v = iuse->iterator->current_value; in apply_iterators()
883 iterator->current_value = iterator->current_value->next; in apply_iterators()
884 if (iterator->current_value) in apply_iterators()
886 iterator->current_value = iterator->values; in apply_iterators()
905 m->current_value = NULL; in add_mapping()