Skip to content

DOTRepresentation::addEdge

Synopses

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

void
addEdge(
    NodeType node1,
    NodeType node2,
    std::string option = "");
void
addEdge(
    NodeType node1,
    std::string edgelabel,
    NodeType node2,
    std::string option = "");
void
addEdge(
    NodeType node1,
    TraceType downtrace,
    std::string edgelabel,
    NodeType node2,
    std::string option = "");
void
addEdge(
    NodeType node1,
    TraceType downtrace,
    TraceType uptrace,
    std::string edgelabel,
    NodeType node2,
    std::string option = "");

Created with MrDocs