Home
last modified time | relevance | path

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

/system/tools/hidl/
DConstantExpression.cpp141 T handleShift(T lval, const std::string& op, int64_t rval) { in handleShift() function
314 mValue = handleShift(static_cast<__type__>(mLval->mValue), newOp, numBits); \ in evaluate()
/system/tools/aidl/
Daidl_const_expressions.cpp227 bool handleShift(const AidlConstantValue& context, T lval, const string& op, T rval, int64_t* out) { in handleShift() function
990 return is_valid_ = handleShift(*this, static_cast<__type__>(left_val_->final_value_), newOp, \ in evaluate()