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

Method FunObjVar

svf/lib/SVFIR/SVFVariables.cpp:482–485  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

480}
481
482FunObjVar::FunObjVar(NodeID i, ObjTypeInfo* ti, const ICFGNode* node)
483 : BaseObjVar(i, ti, node, FunObjNode)
484{
485}
486
487void FunObjVar::initFunObjVar(bool decl, bool intrinc, bool addr, bool uncalled, bool notret, bool vararg,
488 const SVFFunctionType *ft, SVFLoopAndDomInfo *ld, const FunObjVar *real, BasicBlockGraph *bbg,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected