C | |
compute [Reads] | compute z finds all the statements that read z .
|
compute [Writes] | compute z finds all the statements that modifies z , and for each
statement, indicates whether the modification is direct or indirect.
|
compute [Studia.Reads] | compute z finds all the statements that read z .
|
compute [Studia.Writes] | compute z finds all the statements that modifies z , and for each
statement, indicates whether the modification is direct or indirect.
|