AST_Graph::writeGraphOfAstSubGraphToFile
** The function void writeGraphOfAstSubGraphToFile(std::string filename,SgNode*, intdepth, bool); does the same as the function voidwriteGraphOfAstSubGraphToFile(std::string,SgNode*, Functional1, Functional2,int, bool); except there is no filters Functional1 and Functional2 to filteron nodes and edges.**
Synopsis
Declared in <src/midend/astDump/astGraph.h>
[[visibility]]
void
writeGraphOfAstSubGraphToFile(
std::string filename,
SgNode* node,
AST_Graph::pointerHandling graphNullPointers,
int depth = ‐1);
Parameters
Name |
Description |
node |
This class represents the base class for all IR nodes within Sage III. |
Created with MrDocs