#include <AliasTag.hpp>
Public Member Functions | |
| AliasTag (int tag, bool must) | |
| ~AliasTag () | |
| int | getTag () |
| int | getMustFlag () |
Private Attributes | |
| int | mTag |
| bool | mMustFlag |
The AliasTag representation contains an integer representing a set of locations and a boolean indicating whether the locations being accessed are being definitely/must accessed (TRUE) or possibly/may accessed (FALSE).
Definition at line 25 of file AliasTag.hpp.
| OA::AliasTag::AliasTag::AliasTag | ( | int | tag, | |
| bool | must | |||
| ) | [inline] |
Definition at line 27 of file AliasTag.hpp.
| OA::AliasTag::AliasTag::~AliasTag | ( | ) | [inline] |
Definition at line 28 of file AliasTag.hpp.
| int OA::AliasTag::AliasTag::getMustFlag | ( | ) | [inline] |
Definition at line 31 of file AliasTag.hpp.
References mMustFlag.
| int OA::AliasTag::AliasTag::getTag | ( | ) | [inline] |
Definition at line 30 of file AliasTag.hpp.
References mTag.
bool OA::AliasTag::AliasTag::mMustFlag [private] |
Definition at line 35 of file AliasTag.hpp.
Referenced by getMustFlag().
int OA::AliasTag::AliasTag::mTag [private] |
Definition at line 34 of file AliasTag.hpp.
Referenced by getTag().
1.7.1