Constructor without name
| 113 | public: |
| 114 | /// Constructor without name |
| 115 | SVFBasicBlock(NodeID id, const FunObjVar* f): GenericBasicBlockNodeTy(id, BasicBlockKd), fun(f) |
| 116 | { |
| 117 | |
| 118 | } |
| 119 | SVFBasicBlock() = delete; |
| 120 | ~SVFBasicBlock() |
| 121 | { |
nothing calls this directly
no outgoing calls
no test coverage detected