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