MCPcopy Create free account
hub / github.com/SVF-tools/SVF / SVFStructType

Method SVFStructType

svf/include/SVFIR/SVFType.h:443–446  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

441
442public:
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 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected