MCPcopy Create free account
hub / github.com/SVF-tools/SVF / FunValVar

Method FunValVar

svf/lib/SVFIR/SVFVariables.cpp:311–314  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

309
310
311FunValVar::FunValVar(NodeID i, const ICFGNode* icn, const FunObjVar* cgn, const SVFType* svfType)
312 : ValVar(i, svfType, icn, FunValNode), funObjVar(cgn)
313{
314}
315
316const std::string FunValVar::toString() const
317{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected