| 480 | } |
| 481 | |
| 482 | FunObjVar::FunObjVar(NodeID i, ObjTypeInfo* ti, const ICFGNode* node) |
| 483 | : BaseObjVar(i, ti, node, FunObjNode) |
| 484 | { |
| 485 | } |
| 486 | |
| 487 | void 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, |
nothing calls this directly
no outgoing calls
no test coverage detected