SageInterface::get_name
Generate a useful name to describe the SgNode
Synopsis
Declared in <SageIII/sageInterface/sageInterface.h>
std::string
get_name(SgNode const* node);
Description
default names are used for SgNode objects that can not be
associated with a name.
Parameters
Name |
Description |
node |
This class represents the base class for all IR nodes within Sage III. |
Created with MrDocs