Lines Matching refs:next_index
7606 /// @param next_index the index of the operation to interpret at the
7618 size_t& next_index,
7749 next_index = index + 1;
7770 /// @param next_index the index of the operation to interpret at the
7782 size_t& next_index,
7822 next_index = index + 1;
7857 next_index = index + 1;
7861 next_index = index + 2;
7865 next_index = index + 1;
7869 next_index = index + 1;
7896 /// @param next_index the index of the operation to interpret at the
7908 size_t& next_index,
8001 next_index = index + 1;
8020 /// @param next_index the index of the operation to interpret at the
8032 size_t& next_index,
8135 next_index = index + 1;
8153 /// @param next_index the index of the operation to interpret at the
8165 size_t& next_index,
8227 next_index = index + 1;
8291 size_t index = 0, next_index = 0;
8295 next_index, eval_ctxt)
8297 next_index, eval_ctxt)
8299 next_index, eval_ctxt)
8301 next_index, eval_ctxt)
8303 next_index, eval_ctxt))
8306 next_index = index + 1;
8308 ABG_ASSERT(next_index > index);
8309 index = next_index;