<div dir="ltr">Hi,<br><br>Assume I have the following statment:<br><br>u[i][j+1][k][m] = a + b +c;<br><br>How can I get all the 4 array subscription expessions at the same time? I have tried the implement a VisitArraySubscriptExpr() funciton, but I can only get each subscription expression each time.<br>
This means I can only get i, j + 1, k, and m one by one.<br><br>Is there any easy way to the all the subscription expressions at the same time?<br><br clear="all">Cheers,<br>Zheng<br>
</div>