Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/beefytech/Beef
/ IsInt
Method
IsInt
IDEHelper/Backend/BeContext.h:103–106 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
101
}
102
103
bool IsInt()
104
{
105
return (mTypeCode >= BeTypeCode_Int8) && (mTypeCode <= BeTypeCode_Int64);
106
}
107
108
bool IsIntable()
109
{
Callers
5
AssignRegs
Method · 0.45
DoLegalization
Method · 0.45
GetInstForm
Method · 0.45
DoCodeEmission
Method · 0.45
Generate
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected