TaintLattice::str
String representation of the lattice vertex to which this object points. The return value is the name of the vertex to which this object points, sans "VERTEX_" prefix, and converted to lower case. The prefix is prepended to the returned string.
Synopsis
Declared in <src/midend/programAnalysis/genericDataflow/simpleAnalyses/taintAnalysis.h>
virtual
std::string
str(std::string prefix) override;
Created with MrDocs