varID::varID
Constructors
Synopses
Declared in <src/midend/programAnalysis/genericDataflow/variables/variables.h>
Default constructor
varID();
Copy constructor
Construct from string
varID(std::string name);
Construct from SgInitializedName
varID(SgInitializedName* name);
Construct from SgNode
Construct from SgExpression
varID(SgExpression const* exp);
Created with MrDocs