ConstrGraph::replaceVarAnnot
Synopsis
Declared in <src/midend/programAnalysis/genericDataflow/lattice/ConstrGraph.h>
bool
replaceVarAnnot(
std::string oldAnnotName,
void* oldAnnot,
std::string newAnnotName,
void* newAnnot,
std::string indent = "");
Created with MrDocs