| 441 | |
| 442 | public: |
| 443 | SVFStructType(u32_t i, std::vector<const SVFType *> &f, u32_t byteSize = 1) : |
| 444 | SVFType(false, SVFStructTy, i, byteSize), fields(f) |
| 445 | { |
| 446 | } |
| 447 | |
| 448 | static inline bool classof(const SVFType* node) |
| 449 | { |
nothing calls this directly
no outgoing calls
no test coverage detected