Home
last modified time | relevance | path

Searched refs:newOp (Results 1 – 2 of 2) sorted by relevance

/system/tools/aidl/
Daidl_const_expressions.cpp795 string newOp = op_; in evaluate() local
803 newOp = OPEQ("<<") ? ">>" : "<<"; in evaluate()
808 return handleShift(*this, static_cast<__type__>(left_val_->final_value_), newOp, numBits, \ in evaluate()
/system/tools/hidl/
DConstantExpression.cpp301 std::string newOp = mOp; in evaluate() local
309 newOp = OPEQ("<<") ? std::string(">>") : std::string("<<"); in evaluate()
314 mValue = handleShift(static_cast<__type__>(mLval->mValue), newOp, numBits); \ in evaluate()