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

Method GetType

IDEHelper/Backend/BeModule.cpp:448–451  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

446//////////////////////////////////////////////////////////////////////////
447
448BeType* BeConstant::GetType()
449{
450 return mType;
451}
452
453void BeConstant::GetData(BeConstData& data)
454{

Callers 14

bpvFunction · 0.45
ToStringMethod · 0.45
PrintValueMethod · 0.45
CreateBinaryOpMethod · 0.45
CreateAlignedLoadMethod · 0.45
CreateStoreMethod · 0.45
CreateAlignedStoreMethod · 0.45
CreateGEPMethod · 0.45
FixValuesMethod · 0.45
ReadMethod · 0.45
HandleNextCmdMethod · 0.45
AlignConstMethod · 0.45

Calls 6

IsVectorMethod · 0.80
GetFuncTypeMethod · 0.80
GetPointerToMethod · 0.45
GetPrimitiveTypeMethod · 0.45
IsStructMethod · 0.45
IsSizedArrayMethod · 0.45

Tested by

no test coverage detected