Skip to content

VirtualCFG::cfgToDot

Synopsis

Declared in <SageIII/virtualCFG/filteredCFG.h>

template<typename FilterFunction>
std::ostream&
cfgToDot(
    std::ostream& o,
    std::string graphName,
    FilteredCFGNode<FilterFunction> start);

Created with MrDocs