Lines Matching refs:kTopLevel_Precedence
548 this->writeExpression(*expr.fIndex, kTopLevel_Precedence); in writeIndexExpression()
1003 this->writeExpression(*size, kTopLevel_Precedence); in writeInterfaceBlock()
1085 this->writeExpression(value, kTopLevel_Precedence); in writeVarInitializer()
1115 this->writeExpression(*size, kTopLevel_Precedence); in writeVarDeclarations()
1143 this->writeExpression(*((ExpressionStatement&) s).fExpression, kTopLevel_Precedence); in writeStatement()
1203 this->writeExpression(*stmt.fTest, kTopLevel_Precedence); in writeIfStatement()
1220 this->writeExpression(*f.fTest, kTopLevel_Precedence); in writeForStatement()
1224 this->writeExpression(*f.fNext, kTopLevel_Precedence); in writeForStatement()
1232 this->writeExpression(*w.fTest, kTopLevel_Precedence); in writeWhileStatement()
1241 this->writeExpression(*d.fTest, kTopLevel_Precedence); in writeDoStatement()
1247 this->writeExpression(*s.fValue, kTopLevel_Precedence); in writeSwitchStatement()
1253 this->writeExpression(*c->fValue, kTopLevel_Precedence); in writeSwitchStatement()
1273 this->writeExpression(*r.fExpression, kTopLevel_Precedence); in writeReturnStatement()