Searched refs:newOp (Results 1 – 2 of 2) sorted by relevance
795 string newOp = op_; in evaluate() local803 newOp = OPEQ("<<") ? ">>" : "<<"; in evaluate()808 return handleShift(*this, static_cast<__type__>(left_val_->final_value_), newOp, numBits, \ in evaluate()
301 std::string newOp = mOp; in evaluate() local309 newOp = OPEQ("<<") ? std::string(">>") : std::string("<<"); in evaluate()314 mValue = handleShift(static_cast<__type__>(mLval->mValue), newOp, numBits); \ in evaluate()