|
OpenADFortTk (basic)
|
#include <Open64IRInterface.hpp>

Public Member Functions | |
| fully_qualified_name () | |
| fully_qualified_name (const char *var, const char *context) | |
| bool | operator< (const fully_qualified_name &other) const |
| bool | operator== (const fully_qualified_name &other) const |
Public Attributes | |
| std::string | mVar |
| std::string | mContext |
Context-Sensitive and Flow-inSensitive Activity Analysis
Definition at line 71 of file Open64IRInterface.hpp.
| fully_qualified_name::fully_qualified_name | ( | ) | [inline] |
Definition at line 75 of file Open64IRInterface.hpp.
| fully_qualified_name::fully_qualified_name | ( | const char * | var, |
| const char * | context | ||
| ) | [inline] |
Definition at line 77 of file Open64IRInterface.hpp.
| bool fully_qualified_name::operator< | ( | const fully_qualified_name & | other | ) | const [inline] |
Definition at line 80 of file Open64IRInterface.hpp.
| bool fully_qualified_name::operator== | ( | const fully_qualified_name & | other | ) | const [inline] |
Definition at line 88 of file Open64IRInterface.hpp.
| std::string fully_qualified_name::mContext |
Definition at line 73 of file Open64IRInterface.hpp.
Referenced by Open64IRInterface::initProcContext(), operator<(), and operator==().
| std::string fully_qualified_name::mVar |
Definition at line 72 of file Open64IRInterface.hpp.
Referenced by Open64IRInterface::initProcContext(), operator<(), and operator==().