| 438 | |
| 439 | private: |
| 440 | inline void addFunctionSet(const Function* svfFunc) |
| 441 | { |
| 442 | funSet.push_back(svfFunc); |
| 443 | } |
| 444 | |
| 445 | inline void setFunExitBB(const Function* fun, const BasicBlock* bb) |
| 446 | { |
nothing calls this directly
no outgoing calls
no test coverage detected