Searched refs:index_after_operand (Results 1 – 4 of 4) sorted by relevance
684 const size_t index_after_operand = _.word_index + parsed_operand.num_words; in parseOperand() local690 if (_.num_words < index_after_operand) in parseOperand()697 std::transform(_.words + _.word_index, _.words + index_after_operand, in parseOperand()704 _.words + index_after_operand); in parseOperand()709 _.word_index = index_after_operand; in parseOperand()
739 const size_t index_after_operand = _.word_index + parsed_operand.num_words; in parseOperand() local745 if (_.num_words < index_after_operand) in parseOperand()752 std::transform(_.words + _.word_index, _.words + index_after_operand, in parseOperand()759 _.words + index_after_operand); in parseOperand()764 _.word_index = index_after_operand; in parseOperand()
738 const size_t index_after_operand = _.word_index + parsed_operand.num_words; in parseOperand() local744 if (_.num_words < index_after_operand) in parseOperand()751 std::transform(_.words + _.word_index, _.words + index_after_operand, in parseOperand()758 _.words + index_after_operand); in parseOperand()763 _.word_index = index_after_operand; in parseOperand()