Home
last modified time | relevance | path

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

/system/tools/hidl/c2hal/
DAST.cpp199 void AST::isolateConstants(Expression::Type ofType) { in isolateConstants() argument
205 ((Define *)*it)->getExpressionType() == ofType) { in isolateConstants()
226 "Const" + Expression::getTypeDescription(ofType), in isolateConstants()
229 constEnum->setEnumTypeName(Expression::getTypeName(ofType)); in isolateConstants()
DAST.h91 void isolateConstants(Expression::Type ofType);