Home
last modified time | relevance | path

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

/system/tools/hidl/
DConstantExpression.cpp66 ScalarType::Kind integralPromotion(ScalarType::Kind in) { in integralPromotion() function
285 ScalarType::Kind promoted = usualArithmeticConversion(integralPromotion(mLval->mValueKind), in evaluate()
286 integralPromotion(mRval->mValueKind)); in evaluate()
303 mValueKind = integralPromotion(mLval->mValueKind); in evaluate()