DOTSubgraphRepresentation::addSubgraph
addSubgraph overloads
Synopses
Declared in <src/midend/astDump/DOTSubgraphRepresentation.h>
add new subgraph, returns id of the subgraph
int
addSubgraph(std::string name);
add new subgraph with manual id assignment
void
addSubgraph(
int id,
std::string name);
Created with MrDocs