ROSE 0.11.145.147
|
Definition at line 18 of file AstSharedMemoryParallelSimpleProcessing.h.
Public Types | |
typedef AstCombinedSimpleProcessing | Superclass |
typedef Superclass::TraversalType | TraversalType |
typedef Superclass::TraversalPtr | TraversalPtr |
typedef Superclass::TraversalPtrList | TraversalPtrList |
Public Types inherited from AstCombinedSimpleProcessing | |
typedef AstSimpleProcessing | TraversalType |
typedef TraversalType * | TraversalPtr |
typedef std::vector< TraversalPtr > | TraversalPtrList |
Public Types inherited from AstSimpleProcessing | |
typedef t_traverseOrder | Order |
Public Types inherited from SgTreeTraversal< DummyAttribute, DummyAttribute > | |
typedef StackFrameVector< DummyAttribute > | SynthesizedAttributesList |
Public Member Functions | |
AstSharedMemoryParallelizableSimpleProcessing (const AstSharedMemoryParallelProcessingSynchronizationInfo &, const TraversalPtrList &) | |
void | set_runningParallelTraversal (bool val) |
Public Member Functions inherited from AstCombinedSimpleProcessing | |
AstCombinedSimpleProcessing () | |
default constructor | |
AstCombinedSimpleProcessing (const TraversalPtrList &) | |
constructor that makes an internal copy of an existing list of traversals | |
void | addTraversal (TraversalPtr) |
simple function for adding a traversal to the internal list | |
TraversalPtrList & | get_traversalPtrListRef () |
function for obtaining a reference to the internal list of traversals, you can use this for any container operations you like (deleting elements etc.) | |
Public Member Functions inherited from AstSimpleProcessing | |
void | traverse (SgNode *node, Order treeTraversalOrder) |
traverse the entire AST. Order defines preorder (preorder) or postorder (postorder) traversal. Default is 'preorder'. | |
void | traverseWithinFile (SgNode *node, Order treeTraversalOrder) |
traverse only nodes which represent the same file as where the traversal was started | |
void | traverseInputFiles (SgProject *projectNode, Order treeTraversalOrder) |
traverse only nodes which represent files which were specified on the command line (=input files). | |
Public Member Functions inherited from SgTreeTraversal< DummyAttribute, DummyAttribute > | |
DummyAttribute | traverse (SgNode *basenode, DummyAttribute inheritedValue, t_traverseOrder travOrder=preandpostorder) |
DummyAttribute | traverseWithinFile (SgNode *basenode, DummyAttribute inheritedValue, t_traverseOrder travOrder=preandpostorder) |
void | traverseInputFiles (SgProject *projectNode, DummyAttribute inheritedValue, t_traverseOrder travOrder=preandpostorder) |
SgTreeTraversal (const SgTreeTraversal &) | |
const SgTreeTraversal & | operator= (const SgTreeTraversal &) |
Protected Member Functions | |
virtual void | visit (SgNode *astNode) |
this method is called at every traversed node. | |
virtual void | atTraversalEnd () |
Protected Member Functions inherited from AstCombinedSimpleProcessing | |
virtual void | atTraversalStart () |
GB (06/04/2007): A new virtual function called at the start of the traversal, before any node is actually visited; can be used to perform a "last-minute" computation of attributes that may have changed since the constructor was executed, but are constant during the traversal itself. | |
Protected Member Functions inherited from SgTreeTraversal< DummyAttribute, DummyAttribute > | |
virtual void | setNodeSuccessors (SgNode *node, SuccessorsContainer &succContainer) |
void | set_useDefaultIndexBasedTraversal (bool) |
Additional Inherited Members | |
Protected Types inherited from SgTreeTraversal< DummyAttribute, DummyAttribute > | |
typedef AstSuccessorsSelectors::SuccessorsContainer | SuccessorsContainer |
typedef SuccessorsContainer & | SuccessorsContainerRef |
Protected Attributes inherited from AstCombinedSimpleProcessing | |
TraversalPtrList | traversals |
Definition at line 23 of file AstSharedMemoryParallelSimpleProcessing.h.
Definition at line 24 of file AstSharedMemoryParallelSimpleProcessing.h.
Definition at line 25 of file AstSharedMemoryParallelSimpleProcessing.h.
typedef Superclass::TraversalPtrList AstSharedMemoryParallelizableSimpleProcessing::TraversalPtrList |
Definition at line 26 of file AstSharedMemoryParallelSimpleProcessing.h.
|
protectedvirtual |
this method is called at every traversed node.
Reimplemented from AstCombinedSimpleProcessing.
|
protectedvirtual |
Reimplemented from AstCombinedSimpleProcessing.