| 309 | |
| 310 | |
| 311 | FunValVar::FunValVar(NodeID i, const ICFGNode* icn, const FunObjVar* cgn, const SVFType* svfType) |
| 312 | : ValVar(i, svfType, icn, FunValNode), funObjVar(cgn) |
| 313 | { |
| 314 | } |
| 315 | |
| 316 | const std::string FunValVar::toString() const |
| 317 | { |
nothing calls this directly
no outgoing calls
no test coverage detected