Home
last modified time | relevance | path

Searched refs:parenthesize (Results 1 – 3 of 3) sorted by relevance

/system/tools/hidl/c2hal/
DExpression.h69 static Expression *parenthesize(Expression *inner);
DExpression.cpp265 Expression *Expression::parenthesize(Expression *inner) { in parenthesize() function in android::Expression
Dc2hal_y.yy474 | '(' expr ')' { $$ = Expression::parenthesize($2); }