constructor
| 591 | |
| 592 | /// constructor |
| 593 | LoadStmt(SVFVar* s, SVFVar* d) : AssignStmt(s, d, SVFStmt::Load) {} |
| 594 | |
| 595 | const ValVar* getRHSVar() const; |
| 596 | const ValVar* getLHSVar() const; |
nothing calls this directly
no outgoing calls
no test coverage detected