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


Public Member Functions | |
| Open64IntegerConstVal () | |
| Open64IntegerConstVal (int aVal) | |
| ~Open64IntegerConstVal () | |
| bool | operator< (OA::ConstValBasicInterface &other) |
| bool | operator== (OA::ConstValBasicInterface &other) |
| bool | operator!= (OA::ConstValBasicInterface &other) |
| std::string | toString () |
| bool | isaInteger () const |
| int | getIntegerVal () const |
| virtual OA::OA_ptr < ConstValBasicInterface > | eval (OPERATOR opr, const OA::OA_ptr< OA::ConstValBasicInterface > op2) const |
Private Attributes | |
| int | mVal |
Definition at line 529 of file Open64IRInterface.hpp.
| Open64IntegerConstVal::Open64IntegerConstVal | ( | ) | [inline] |
Definition at line 533 of file Open64IRInterface.hpp.
| Open64IntegerConstVal::Open64IntegerConstVal | ( | int | aVal | ) | [inline] |
Definition at line 534 of file Open64IRInterface.hpp.
| Open64IntegerConstVal::~Open64IntegerConstVal | ( | ) | [inline] |
Definition at line 535 of file Open64IRInterface.hpp.
| OA::OA_ptr< OA::ConstValBasicInterface > Open64IntegerConstVal::eval | ( | OPERATOR | opr, |
| const OA::OA_ptr< OA::ConstValBasicInterface > | op2 | ||
| ) | const [virtual] |
Reimplemented from Open64ConstVal.
Definition at line 3390 of file Open64IRInterface.cpp.
References Open64ConstVal::getIntegerVal().

| int Open64IntegerConstVal::getIntegerVal | ( | ) | const [inline, virtual] |
Reimplemented from Open64ConstVal.
Definition at line 568 of file Open64IRInterface.hpp.
References mVal.
| bool Open64IntegerConstVal::isaInteger | ( | ) | const [inline, virtual] |
Reimplemented from Open64ConstVal.
Definition at line 567 of file Open64IRInterface.hpp.
| bool Open64IntegerConstVal::operator!= | ( | OA::ConstValBasicInterface & | other | ) | [inline, virtual] |
Reimplemented from Open64ConstVal.
Definition at line 554 of file Open64IRInterface.hpp.
References Open64ConstVal::getIntegerVal(), Open64ConstVal::isaInteger(), and mVal.

| bool Open64IntegerConstVal::operator< | ( | OA::ConstValBasicInterface & | other | ) | [inline] |
Definition at line 538 of file Open64IRInterface.hpp.
References Open64ConstVal::getIntegerVal(), Open64ConstVal::isaInteger(), and mVal.

| bool Open64IntegerConstVal::operator== | ( | OA::ConstValBasicInterface & | other | ) | [inline, virtual] |
Reimplemented from Open64ConstVal.
Definition at line 547 of file Open64IRInterface.hpp.
References Open64ConstVal::getIntegerVal(), Open64ConstVal::isaInteger(), and mVal.

| std::string Open64IntegerConstVal::toString | ( | ) | [inline, virtual] |
Reimplemented from Open64ConstVal.
Definition at line 562 of file Open64IRInterface.hpp.
References mVal.
int Open64IntegerConstVal::mVal [private] |
Definition at line 577 of file Open64IRInterface.hpp.
Referenced by getIntegerVal(), operator!=(), operator<(), operator==(), and toString().