Skip to content

AST_Graph::writeGraphOfMemoryPoolToFile

* The function void writeGraphOfMemoryPoolToFile(std::string filename, boolgraphNullPointers = false); will output a graph of the whole memory pool to anew file called 'filename'. This function does exactly the same as thefunction void AST_Graph::writeGraphOfMemoryPoolToFile(std::string filename,Functional1, Functional2, bool graphNullPointers); except there is no filtersFilter1 and Filter2 on nodes and edges.**

Synopsis

Declared in <src/midend/astDump/astGraph.h>

[[visibility]]
void
writeGraphOfMemoryPoolToFile(
    std::string filename,
    AST_Graph::pointerHandling);

Created with MrDocs