Home
last modified time | relevance | path

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

/system/tools/aidl/
Daidl_const_expressions.cpp410 AidlConstantValue::Type AidlBinaryConstExpression::IntegralPromotion(Type in) { in IntegralPromotion() function in AidlBinaryConstExpression
1146 Type promoted = UsualArithmeticConversion(IntegralPromotion(left_val_->final_type_), in evaluate()
1147 IntegralPromotion(right_val_->final_type_)); in evaluate()
1166 final_type_ = UsualArithmeticConversion(IntegralPromotion(left_val_->final_type_), in evaluate()
1167 IntegralPromotion(right_val_->final_type_)); in evaluate()
Daidl_language.h809 static Type IntegralPromotion(Type in);