#include <CompareExprTree.hpp>


Public Member Functions | |
| ConstSymNode () | |
| ConstSymNode (ConstSymHandle h) | |
| virtual | ~ConstSymNode () |
| OA_ptr< Node > | copy () |
| return a copy of self | |
| bool | isaConstSymNode () |
| ConstSymHandle | getHandle () |
| void | dump (std::ostream &os) |
| void | dump (std::ostream &os, OA_ptr< IRHandlesIRInterface > ir) |
| void | acceptVisitor (ExprTreeVisitor &pVisitor) |
| pass visitor to nodes in postorder and then accept visitor on tree | |
| void | output (IRHandlesIRInterface &ir) |
| bool | operator< (Node &other) |
| an ordering for expression trees, needed for use within STL containers | |
| bool | operator== (Node &other) |
| virtual int | getOrder () |
| ConstSymNode () | |
| ConstSymNode (ConstSymHandle h) | |
| virtual | ~ConstSymNode () |
| OA_ptr< Node > | copy () |
| return a copy of self | |
| bool | isaConstSymNode () |
| ConstSymHandle | getHandle () |
| void | dump (std::ostream &os) |
| void | dump (std::ostream &os, OA_ptr< IRHandlesIRInterface > ir) |
| void | acceptVisitor (ExprTreeVisitor &pVisitor) |
| pass visitor to nodes in postorder and then accept visitor on tree | |
| void | output (IRHandlesIRInterface &ir) |
| bool | operator< (Node &other) |
| an ordering for expression trees, needed for use within STL containers | |
| bool | operator== (Node &other) |
| virtual int | getOrder () |
Private Attributes | |
| ConstSymHandle | mHandle |
Static Private Attributes | |
| static const int | sOrder = 300 |
Definition at line 236 of file CompareExprTree.hpp.
| OA::ExprTree::ConstSymNode::ConstSymNode | ( | ) | [inline] |
Definition at line 238 of file CompareExprTree.hpp.
| OA::ExprTree::ConstSymNode::ConstSymNode | ( | ConstSymHandle | h | ) | [inline] |
Definition at line 239 of file CompareExprTree.hpp.
| virtual OA::ExprTree::ConstSymNode::~ConstSymNode | ( | ) | [inline, virtual] |
Definition at line 240 of file CompareExprTree.hpp.
| OA::ExprTree::ConstSymNode::ConstSymNode | ( | ) | [inline] |
Definition at line 249 of file ExprTree.hpp.
| OA::ExprTree::ConstSymNode::ConstSymNode | ( | ConstSymHandle | h | ) | [inline] |
Definition at line 250 of file ExprTree.hpp.
| virtual OA::ExprTree::ConstSymNode::~ConstSymNode | ( | ) | [inline, virtual] |
Definition at line 251 of file ExprTree.hpp.
| void OA::ExprTree::ConstSymNode::acceptVisitor | ( | ExprTreeVisitor & | ) | [virtual] |
pass visitor to nodes in postorder and then accept visitor on tree
Implements OA::ExprTree::Node.
Definition at line 359 of file CompareExprTree.cpp.
| void OA::ExprTree::ConstSymNode::acceptVisitor | ( | ExprTreeVisitor & | ) | [virtual] |
pass visitor to nodes in postorder and then accept visitor on tree
Implements OA::ExprTree::Node.
return a copy of self
Implements OA::ExprTree::Node.
Definition at line 243 of file CompareExprTree.hpp.
| void OA::ExprTree::ConstSymNode::dump | ( | std::ostream & | os | ) | [inline, virtual] |
Reimplemented from OA::ExprTree::Node.
Definition at line 248 of file CompareExprTree.hpp.
Referenced by output().
| void OA::ExprTree::ConstSymNode::dump | ( | std::ostream & | os, | |
| OA_ptr< IRHandlesIRInterface > | ir | |||
| ) | [virtual] |
Reimplemented from OA::ExprTree::Node.
Definition at line 345 of file CompareExprTree.cpp.
| void OA::ExprTree::ConstSymNode::dump | ( | std::ostream & | os | ) | [inline, virtual] |
Reimplemented from OA::ExprTree::Node.
Definition at line 259 of file ExprTree.hpp.
| void OA::ExprTree::ConstSymNode::dump | ( | std::ostream & | os, | |
| OA_ptr< IRHandlesIRInterface > | ir | |||
| ) | [virtual] |
Reimplemented from OA::ExprTree::Node.
| ConstSymHandle OA::ExprTree::ConstSymNode::getHandle | ( | ) | [inline] |
Definition at line 247 of file CompareExprTree.hpp.
Referenced by OA::OutputExprTreeVisitor::visitConstSymNode(), and OA::EvalToConstVisitor::visitConstSymNode().
| ConstSymHandle OA::ExprTree::ConstSymNode::getHandle | ( | ) | [inline] |
Definition at line 258 of file ExprTree.hpp.
| virtual int OA::ExprTree::ConstSymNode::getOrder | ( | ) | [inline, virtual] |
Reimplemented from OA::ExprTree::Node.
Definition at line 274 of file ExprTree.hpp.
| virtual int OA::ExprTree::ConstSymNode::getOrder | ( | ) | [inline, virtual] |
Reimplemented from OA::ExprTree::Node.
Definition at line 263 of file CompareExprTree.hpp.
| bool OA::ExprTree::ConstSymNode::isaConstSymNode | ( | ) | [inline, virtual] |
Reimplemented from OA::ExprTree::Node.
Definition at line 246 of file CompareExprTree.hpp.
| bool OA::ExprTree::ConstSymNode::isaConstSymNode | ( | ) | [inline, virtual] |
Reimplemented from OA::ExprTree::Node.
Definition at line 257 of file ExprTree.hpp.
| bool OA::ExprTree::ConstSymNode::operator< | ( | Node & | other | ) | [virtual] |
an ordering for expression trees, needed for use within STL containers
Reimplemented from OA::ExprTree::Node.
| bool OA::ExprTree::ConstSymNode::operator< | ( | Node & | other | ) | [virtual] |
an ordering for expression trees, needed for use within STL containers
Reimplemented from OA::ExprTree::Node.
Definition at line 363 of file CompareExprTree.cpp.
References OA::ExprTreeVisitor::visitConstSymNode().

| bool OA::ExprTree::ConstSymNode::operator== | ( | Node & | other | ) | [virtual] |
check if two memory references are equal at the level of accuracy provided by the MemRefExpr approximation
Reimplemented from OA::ExprTree::Node.
| bool OA::ExprTree::ConstSymNode::operator== | ( | Node & | other | ) | [virtual] |
check if two memory references are equal at the level of accuracy provided by the MemRefExpr approximation
Reimplemented from OA::ExprTree::Node.
Definition at line 380 of file CompareExprTree.cpp.
| void OA::ExprTree::ConstSymNode::output | ( | IRHandlesIRInterface & | ir | ) | [virtual] |
Reimplemented from OA::ExprTree::Node.
| void OA::ExprTree::ConstSymNode::output | ( | IRHandlesIRInterface & | ir | ) | [virtual] |
Reimplemented from OA::ExprTree::Node.
Definition at line 352 of file CompareExprTree.cpp.
References dump(), and mHandle.

Definition at line 267 of file CompareExprTree.hpp.
Referenced by output().
static const int OA::ExprTree::ConstSymNode::sOrder = 300 [static, private] |
Reimplemented from OA::ExprTree::Node.
Definition at line 266 of file CompareExprTree.hpp.
1.7.1