#include <AliasIRInterfaceDefault.hpp>


Public Member Functions | |
| EmptyIRStmtIterator () | |
| ~EmptyIRStmtIterator () | |
| StmtHandle | current () const |
| bool | isValid () const |
| void | operator++ () |
| void | reset () |
Enumerates no statements for default implementation of dynamically allocated unnamed locations. Optimistic assumption that might be true for F90 but isn't for C or C++.
Definition at line 30 of file AliasIRInterfaceDefault.hpp.
| OA::Alias::EmptyIRStmtIterator::EmptyIRStmtIterator | ( | ) | [inline] |
Definition at line 32 of file AliasIRInterfaceDefault.hpp.
| OA::Alias::EmptyIRStmtIterator::~EmptyIRStmtIterator | ( | ) | [inline] |
Definition at line 33 of file AliasIRInterfaceDefault.hpp.
| StmtHandle OA::Alias::EmptyIRStmtIterator::current | ( | ) | const [inline, virtual] |
Implements OA::StmtHandleIterator.
Definition at line 35 of file AliasIRInterfaceDefault.hpp.
| bool OA::Alias::EmptyIRStmtIterator::isValid | ( | ) | const [inline, virtual] |
Implements OA::StmtHandleIterator.
Definition at line 36 of file AliasIRInterfaceDefault.hpp.
| void OA::Alias::EmptyIRStmtIterator::operator++ | ( | ) | [inline, virtual] |
Implements OA::StmtHandleIterator.
Definition at line 38 of file AliasIRInterfaceDefault.hpp.
| void OA::Alias::EmptyIRStmtIterator::reset | ( | ) | [inline, virtual] |
Implements OA::StmtHandleIterator.
Definition at line 40 of file AliasIRInterfaceDefault.hpp.
1.6.1