Home
last modified time | relevance | path

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

/system/tools/hidl/c2hal/
DExpression.cpp54 Expression::Type Expression::coalesceTypes(Type lhs, Type rhs) { in coalesceTypes() function in android::Expression
165 return coalesceTypes(mLhs->getType(ast), mRhs->getType(ast)); in getType()
190 return coalesceTypes(mMhs->getType(ast), mRhs->getType(ast)); in getType()
DExpression.h67 static Type coalesceTypes(Type lhs, Type rhs);