MCPcopy Create free account
hub / github.com/beefytech/Beef / IsStructPtr

Method IsStructPtr

IDEHelper/Compiler/BfResolvedTypeUtils.h:581–581  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

579 virtual bool IsComposite() { return IsStruct(); }
580 virtual bool IsStruct() { return false; }
581 virtual bool IsStructPtr() { return false; }
582 virtual bool IsUnion() { return false; }
583 virtual bool IsStructOrStructPtr() { return false; }
584 virtual bool IsObject() { return false; }

Callers 3

AllocBytesMethod · 0.45
BoxValueMethod · 0.45
LoadPropertyMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected