Skip to content

AstCycleTest::setChildrenContainer

In case of a cycle the traversal does not continue to prevent an infinite recursion of the traversal.

Synopsis

Declared in <src/midend/astProcessing/AstTraversal.h>

virtual
void
setChildrenContainer(
    SgNode* node,
    std::vector<SgNode*>& c);

Parameters

Name

Description

node

This class represents the base class for all IR nodes within Sage III.

c

A standard container which offers fixed time access to individual elements in any order.

Created with MrDocs