Home
last modified time | relevance | path

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

/system/tools/aidl/
Daidl_const_expressions.cpp325 AidlConstantValue::Type AidlBinaryConstExpression::IntegralPromotion(Type in) { in IntegralPromotion() function in AidlBinaryConstExpression
959 Type promoted = UsualArithmeticConversion(IntegralPromotion(left_val_->final_type_), in evaluate()
960 IntegralPromotion(right_val_->final_type_)); in evaluate()
979 final_type_ = UsualArithmeticConversion(IntegralPromotion(left_val_->final_type_), in evaluate()
980 IntegralPromotion(right_val_->final_type_)); in evaluate()
Daidl_language.h747 static Type IntegralPromotion(Type in);