Class TestParentPointersInMemoryPool#

Inheritance Relationships#

Base Type#

  • public ROSE_VisitTraversal

Class Documentation#

class TestParentPointersInMemoryPool : public ROSE_VisitTraversal#

This traversal calles ResetParentPointersInMemoryPool Memory Pool traversal.

This traversal uses the Memory Pool traversal to test parent pointers.

This traversal uses the Memory Pool traversal to test parent pointers (e.g. declarations that are hidden from the AST traversal). This traversal traverses the whole AST using the memory pool traversal.

Public Functions

inline virtual ~TestParentPointersInMemoryPool()#
void visit(SgNode *node)#

Required traversal function.

Public Static Functions

static void test()#

static function to do test on any IR node