Searched refs:tmp_int_index (Results 1 – 1 of 1) sorted by relevance
539 int tmp_int_index = 0; in stackMove() local542 it->stackMove(tmp_int_index, tmp_real_index); in stackMove()544 …std::cout << "int_stack_index " << tmp_int_index << " real_stack_index " << tmp_real_index << std:… in stackMove()545 faustassert(tmp_int_index >= 0 && tmp_real_index >= 0); in stackMove()546 int_index = std::max(int_index, tmp_int_index); in stackMove()