Searched refs:IntegralPromotion (Results 1 – 2 of 2) sorted by relevance
204 AidlConstantValue::Type AidlBinaryConstExpression::IntegralPromotion(Type in) { in IntegralPromotion() function in AidlBinaryConstExpression779 Type promoted = UsualArithmeticConversion(IntegralPromotion(left_val_->final_type_), in evaluate()780 IntegralPromotion(right_val_->final_type_)); in evaluate()797 final_type_ = IntegralPromotion(left_val_->final_type_); in evaluate()
523 static Type IntegralPromotion(Type in);