Skip to content

TestChildPointersInMemoryPool

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

Synopsis

Declared in <src/midend/astDiagnostics/AstConsistencyTests.h>

class TestChildPointersInMemoryPool
    : public ROSE_VisitTraversal

Base Classes

Name

Description

ROSE_VisitTraversal

Member Functions

Name

Description

~TestChildPointersInMemoryPool [destructor] [virtual]

Destructor

visit [virtual]

Static Member Functions

Name

Description

test

static function to do test on any IR node

Description

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.

Created with MrDocs