Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
HandleNextCmd
Method · 0.45
CreateCall
Method · 0.45
DoLegalization
Method · 0.45
DoCodeEmission
Method · 0.45
Generate
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected