Home
last modified time | relevance | path

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

/system/tools/aidl/
Daidl_const_expressions.cpp204 AidlConstantValue::Type AidlBinaryConstExpression::IntegralPromotion(Type in) { in IntegralPromotion() function in AidlBinaryConstExpression
779 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()
Daidl_language.h523 static Type IntegralPromotion(Type in);