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

Method GetVoidPtrType

IDEHelper/Backend/BeContext.cpp:73–76  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

71}
72
73BeType* BeContext::GetVoidPtrType()
74{
75 return GetPointerTo(GetPrimitiveType(BeTypeCode_None));
76}
77
78BeStructType* BeContext::CreateStruct(const StringImpl& name)
79{

Callers 2

GetOperandMethod · 0.80
BuildMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected