TestParentPointersInMemoryPool
This traversal uses the Memory Pool traversal to test parent pointers.
Synopsis
Declared in <src/midend/astDiagnostics/AstConsistencyTests.h>
class TestParentPointersInMemoryPool
: public ROSE_VisitTraversal
Base Classes
Name |
Description |
|
Member Functions
Name |
Description |
|
Destructor |
|
Required traversal function |
Static Member Functions
Name |
Description |
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