Skip to content

SageInterface::dumpInfo

Dump information about a SgNode for debugging

Synopsis

Declared in <SageIII/sageInterface/sageInterface.h>

[[visibility]]
void
dumpInfo(
    SgNode* node,
    std::string desc = "");

Parameters

Name

Description

node

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

Created with MrDocs