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

Method IsIntable

IDEHelper/Backend/BeContext.h:108–111  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

106 }
107
108 bool IsIntable()
109 {
110 return ((mTypeCode >= BeTypeCode_Boolean) && (mTypeCode <= BeTypeCode_Int64)) || (mTypeCode == BeTypeCode_Pointer);
111 }
112
113 bool IsIntegral()
114 {

Callers 5

HandleNextCmdMethod · 0.45
CreateCallMethod · 0.45
DoLegalizationMethod · 0.45
DoCodeEmissionMethod · 0.45
GenerateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected