This class should be used for the data conflict analysis. We can mark a SgVariableRef instance which has reading or writing access or is unused. More...
#include <data_conflict_ast_attributes.h>
Public Types | |
| enum | Status { UNUSED, READ, WRITE } | 
Public Member Functions | |
| DataConflictAstAttributes () | |
Public Attributes | |
| int | instance_id_ | 
| Status | status_ | 
This class should be used for the data conflict analysis. We can mark a SgVariableRef instance which has reading or writing access or is unused.
| risc::sg::DataConflictAstAttributes::DataConflictAstAttributes | ( | ) | 
 1.6.1